Home
last modified time | relevance | path

Searched refs:httpSetExpect (Results 1 – 5 of 5) sorted by relevance

/external/libcups/cups/
Dgetputfile.c341 httpSetExpect(http, HTTP_STATUS_CONTINUE); in cupsPutFd()
Dlibcups2.def437 httpSetExpect
Dhttp.h524 extern void httpSetExpect(http_t *http, http_status_t expect) _CUPS_API_1_2;
Drequest.c677 httpSetExpect(http, expect); in cupsSendRequest()
Dhttp.c2585 httpSetExpect(http_t *http, /* I - HTTP connection */ in httpSetExpect() function