Searched refs:reqbuf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/usr.sbin/portsnap/phttpget/ |
| H A D | phttpget.c | 305 char * reqbuf = NULL; /* Request buffer */ in main() local 405 if (reqbuf == NULL) { in main() 414 len = send(sd, reqbuf + reqbufpos, in main() 425 free(reqbuf); in main() 426 reqbuf = NULL; in main() 441 len = send(sd, reqbuf + reqbufpos, in main() 447 free(reqbuf); in main() 448 reqbuf = NULL; in main() 717 if (reqbuf != NULL) { in main() 718 free(reqbuf); in main() [all …]
|
| /freebsd-12.1/crypto/openssl/apps/ |
| H A D | ocsp.c | 1370 char inbuf[2048], reqbuf[2048]; 1393 len = BIO_gets(cbio, reqbuf, sizeof(reqbuf)); 1397 if (strncmp(reqbuf, "GET ", 4) == 0) { 1399 for (p = reqbuf + 4; *p == ' '; ++p) 1439 } else if (strncmp(reqbuf, "POST ", 5) != 0) {
|
| /freebsd-12.1/crypto/heimdal/lib/roken/ |
| H A D | getifaddrs.c | 277 char reqbuf[NLMSG_ALIGN(sizeof(struct nlmsghdr)) + in nl_sendreq() local 285 memset(&reqbuf, 0, sizeof(reqbuf)); in nl_sendreq() 286 req_hdr = (struct nlmsghdr *)reqbuf; in nl_sendreq()
|
| /freebsd-12.1/sys/dev/ocs_fc/ |
| H A D | ocs_hw.c | 9628 ocs_dma_t reqbuf = { 0 }; in ocs_hw_init_io() local 9639 rc = ocs_dma_alloc(hw->os, &reqbuf, 32 + sgls_per_request*16, OCS_MIN_DMA_ALIGNMENT); in ocs_hw_init_io() 9664 io->indicator, n, sgls, NULL, &reqbuf)) { in ocs_hw_init_io() 9686 ocs_dma_free(hw->os, &reqbuf); in ocs_hw_init_io()
|