Searched refs:httpReconnect2 (Results 1 – 9 of 9) sorted by relevance
/external/libcups/cups/ |
D | getputfile.c | 80 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()
|
D | testhttp.c | 681 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()
|
D | request.c | 428 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()
|
D | getdevices.c | 126 httpReconnect2(http, 30000, NULL); in cupsGetDevices() 143 if (!httpReconnect2(http, 30000, NULL)) in cupsGetDevices()
|
D | libcups2.def | 384 httpReconnect2
|
D | http.c | 466 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()
|
D | http.h | 591 extern int httpReconnect2(http_t *http, int msec, int *cancel)
|
D | dest.c | 749 if (!httpReconnect2(http, msec, cancel) && cb) in cupsConnectDest()
|
/external/libcups/filter/ |
D | testclient.c | 775 httpReconnect2(http, 30000, NULL); in monitor_printer()
|