Home
last modified time | relevance | path

Searched refs:httpReconnect2 (Results 1 – 9 of 9) sorted by relevance

/external/libcups/cups/
Dgetputfile.c82 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
119 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
155 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
170 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
333 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
374 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
430 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
464 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
479 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
Drequest.c428 httpReconnect2(http, 30000, NULL); in cupsGetResponse()
442 if (!httpReconnect2(http, 30000, NULL)) in cupsGetResponse()
632 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
660 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
723 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
834 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
851 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
876 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
Dtesthttp.c728 if (httpReconnect2(http, 30000, NULL)) in main()
744 if (httpReconnect2(http, 30000, NULL)) in main()
780 if (httpReconnect2(http, 30000, NULL)) in main()
795 if (httpReconnect2(http, 30000, NULL)) in main()
829 if (httpReconnect2(http, 30000, NULL)) in main()
846 if (httpReconnect2(http, 30000, NULL)) in main()
882 if (httpReconnect2(http, 30000, NULL)) in main()
897 if (httpReconnect2(http, 30000, NULL)) in main()
Dgetdevices.c126 httpReconnect2(http, 30000, NULL); in cupsGetDevices()
143 if (!httpReconnect2(http, 30000, NULL)) in cupsGetDevices()
Dlibcups2.def375 httpReconnect2
Dhttp.c477 if (msec == 0 || !httpReconnect2(http, msec, cancel)) in httpConnect2()
563 return (httpReconnect2(http, 30000, NULL)); in httpEncryption()
2351 return (httpReconnect2(http, 30000, NULL)); in httpReconnect()
2361 httpReconnect2(http_t *http, /* I - HTTP connection */ in httpReconnect2() function
4404 if (httpReconnect2(http, 30000, NULL)) in http_send()
4415 if (httpReconnect2(http, 30000, NULL)) in http_send()
Dhttp.h594 extern int httpReconnect2(http_t *http, int msec, int *cancel)
Ddest.c749 if (!httpReconnect2(http, msec, cancel) && cb) in cupsConnectDest()
/external/libcups/filter/
Dtestclient.c775 httpReconnect2(http, 30000, NULL); in monitor_printer()