Home
last modified time | relevance | path

Searched refs:httpReadRequest (Results 1 – 13 of 13) sorted by relevance

/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dlibcups2.def262 httpReadRequest
H A Dhttp.h608 extern http_state_t httpReadRequest(http_t *http, char *resource,
H A Dhttp.c2357 httpReadRequest(http_t *http, /* I - HTTP connection */ in httpReadRequest() function
/dports/print/cups/cups-2.3.3op2/cups/
H A Dlibcups2.def425 httpReadRequest
H A Dhttp.h556 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
H A Dhttp.c2142 httpReadRequest(http_t *http, /* I - HTTP connection */ in httpReadRequest() function
/dports/www/firefox-esr/firefox-91.8.0/third_party/cups/include/cups/
H A Dhttp.h556 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
/dports/www/firefox/firefox-99.0/third_party/cups/include/cups/
H A Dhttp.h556 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/cups/include/cups/
H A Dhttp.h556 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
/dports/textproc/htmldoc/htmldoc-1.9.13/htmldoc/
H A Dhttp.h593 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
H A Dhttp.c2142 httpReadRequest(http_t *http, /* I - HTTP connection */ in httpReadRequest() function
/dports/print/cups/cups-2.3.3op2/scheduler/
H A Dclient.c625 con->operation = httpReadRequest(con->http, con->uri, sizeof(con->uri)); in cupsdReadClient()
/dports/print/cups/cups-2.3.3op2/tools/
H A Dippeveprinter.c5891 while ((http_state = httpReadRequest(client->http, uri, in process_http()