Home
last modified time | relevance | path

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

/external/libcups/cups/
Dgetputfile.c80 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
93 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
125 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
140 if (httpReconnect2(http, 30000, NULL)) in cupsGetFd()
301 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
318 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
374 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
404 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
419 if (httpReconnect2(http, 30000, NULL)) in cupsPutFd()
Dtesthttp.c681 if (httpReconnect2(http, 30000, NULL)) in main()
693 if (httpReconnect2(http, 30000, NULL)) in main()
725 if (httpReconnect2(http, 30000, NULL)) in main()
740 if (httpReconnect2(http, 30000, NULL)) in main()
772 if (httpReconnect2(http, 30000, NULL)) in main()
786 if (httpReconnect2(http, 30000, NULL)) in main()
818 if (httpReconnect2(http, 30000, NULL)) in main()
833 if (httpReconnect2(http, 30000, NULL)) in main()
Drequest.c428 httpReconnect2(http, 30000, NULL); in cupsGetResponse()
442 if (!httpReconnect2(http, 30000, NULL)) in cupsGetResponse()
631 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
659 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
711 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
822 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
839 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
864 if (httpReconnect2(http, 30000, NULL)) in cupsSendRequest()
Dgetdevices.c126 httpReconnect2(http, 30000, NULL); in cupsGetDevices()
143 if (!httpReconnect2(http, 30000, NULL)) in cupsGetDevices()
Dlibcups2.def384 httpReconnect2
Dhttp.c466 if (msec == 0 || !httpReconnect2(http, msec, cancel)) in httpConnect2()
552 return (httpReconnect2(http, 30000, NULL)); in httpEncryption()
2337 return (httpReconnect2(http, 30000, NULL)); in httpReconnect()
2347 httpReconnect2(http_t *http, /* I - HTTP connection */ in httpReconnect2() function
4336 if (httpReconnect2(http, 30000, NULL)) in http_send()
4347 if (httpReconnect2(http, 30000, NULL)) in http_send()
Dhttp.h591 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()