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

/macosx-10.10/tcl-105/tcl/tcl/library/http1.0/
H A DpkgIndex.tcl11 package ifneeded http 1.0 [list tclPkgSetup $dir http 1.0 {{http.tcl source {httpCopyDone httpCopyStart httpEof httpEvent httpFinish httpMapReply httpProxyRequired http_code http_config http_data http_formatQuery http_get http_reset http_size http_status http_wait}}}]
H A Dhttp.tcl199 proc http_status {token} { procedure
/macosx-10.10/tcl-105/tcl84/tcl/library/http1.0/
H A DpkgIndex.tcl11 package ifneeded http 1.0 [list tclPkgSetup $dir http 1.0 {{http.tcl source {httpCopyDone httpCopyStart httpEof httpEvent httpFinish httpMapReply httpProxyRequired http_code http_config http_data http_formatQuery http_get http_reset http_size http_status http_wait}}}]
H A Dhttp.tcl199 proc http_status {token} { procedure
/macosx-10.10/cups-408/cups/cups/
H A Dtestcups.c175 http_status_t http_status; /* Status */ local
179 if ((http_status = cupsGetPPD3(CUPS_HTTP_DEFAULT, argv[2], &modtime,
181 printf("Unable to get PPD: %d (%s)\n", (int)http_status,
/macosx-10.10/cups-408/cups/backend/
H A Dipp.c224 http_status_t http_status; /* Status of HTTP request */ local
1533 http_status = cupsSendRequest(http, request, resource, length);
1534 if (http_status == HTTP_CONTINUE && request->state == IPP_DATA)
1550 http_status = cupsWriteRequestData(http, buffer, (size_t)bytes);
1553 while (http_status == HTTP_CONTINUE &&
1576 if ((http_status = cupsWriteRequestData(http, buffer, (size_t)bytes))
1585 if (http_status == HTTP_ERROR)
1736 http_status = cupsSendRequest(http, request, resource, 0);
1737 if (http_status == HTTP_CONTINUE && request->state == IPP_DATA)
1745 http_status
[all...]
/macosx-10.10/cups-408/cups/test/
H A Dippserver.c4420 http_status_t http_status; /* HTTP status */ local
4527 while ((http_status = httpUpdate(client->http)) == HTTP_STATUS_CONTINUE);
4529 if (http_status != HTTP_STATUS_OK)

Completed in 153 milliseconds