Searched refs:pipelined (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/libexec/phttpget/
H A Dphttpget.c311 int pipelined = 0; /* != 0 if connection in pipelined mode. */ local
392 * If in pipelined HTTP mode, put socket into non-blocking
396 if (pipelined) {
403 while ((nreq < argc) && ((reqbuf == NULL) || pipelined)) {
411 /* If in pipelined mode, try to send the request */
412 if (pipelined) {
433 if (pipelined) {
487 pipelined = 1;
517 pipelined
[all...]

Completed in 93 milliseconds