Home
last modified time | relevance | path

Searched refs:reqbuf (Results 1 – 4 of 4) sorted by relevance

/freebsd/libexec/phttpget/
H A Dphttpget.c302 char * reqbuf = NULL; /* Request buffer */ in main() local
400 while ((nreq < argc) && ((reqbuf == NULL) || pipelined)) { in main()
402 if (reqbuf == NULL) { in main()
403 reqbuflen = makerequest(&reqbuf, argv[nreq], in main()
411 len = send(sd, reqbuf + reqbufpos, in main()
422 free(reqbuf); in main()
423 reqbuf = NULL; in main()
438 len = send(sd, reqbuf + reqbufpos, in main()
444 free(reqbuf); in main()
445 reqbuf = NULL; in main()
[all …]
/freebsd/crypto/openssl/apps/lib/
H A Dhttp_server.c294 char reqbuf[2048], inbuf[2048]; in http_server_get_asn1_req() local
328 len = BIO_gets(cbio, reqbuf, sizeof(reqbuf)); in http_server_get_asn1_req()
337 if ((end = strchr(reqbuf, '\r')) != NULL in http_server_get_asn1_req()
338 || (end = strchr(reqbuf, '\n')) != NULL) in http_server_get_asn1_req()
340 log_message(prog, LOG_INFO, "Received request, 1st line: %s", reqbuf); in http_server_get_asn1_req()
342 meth = reqbuf; in http_server_get_asn1_req()
410 accept_get ? "GET or " : "", reqbuf); in http_server_get_asn1_req()
/freebsd/crypto/heimdal/lib/roken/
H A Dgetifaddrs.c277 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/sys/dev/ocs_fc/
H A Docs_hw.c9621 ocs_dma_t reqbuf = { 0 }; in ocs_hw_init_io() local
9632 rc = ocs_dma_alloc(hw->os, &reqbuf, 32 + sgls_per_request*16, OCS_MIN_DMA_ALIGNMENT); in ocs_hw_init_io()
9657 io->indicator, n, sgls, NULL, &reqbuf)) { in ocs_hw_init_io()
9679 ocs_dma_free(hw->os, &reqbuf); in ocs_hw_init_io()