HomeSort by relevance Sort by last modified time
    Searched refs:httpReconnect2 (Results 1 - 7 of 7) sorted by null

  /external/libcups/cups/
getputfile.c 80 if (httpReconnect2(http, 30000, NULL))
93 if (httpReconnect2(http, 30000, NULL))
125 if (httpReconnect2(http, 30000, NULL))
140 if (httpReconnect2(http, 30000, NULL))
301 if (httpReconnect2(http, 30000, NULL))
318 if (httpReconnect2(http, 30000, NULL))
374 if (httpReconnect2(http, 30000, NULL))
404 if (httpReconnect2(http, 30000, NULL))
419 if (httpReconnect2(http, 30000, NULL))
getdevices.c 126 httpReconnect2(http, 30000, NULL);
143 if (!httpReconnect2(http, 30000, NULL))
request.c 433 httpReconnect2(http, 30000, NULL);
447 if (!httpReconnect2(http, 30000, NULL))
636 if (httpReconnect2(http, 30000, NULL))
664 if (httpReconnect2(http, 30000, NULL))
715 if (httpReconnect2(http, 30000, NULL))
826 if (httpReconnect2(http, 30000, NULL))
843 if (httpReconnect2(http, 30000, NULL))
868 if (httpReconnect2(http, 30000, NULL))
testhttp.c 681 if (httpReconnect2(http, 30000, NULL))
693 if (httpReconnect2(http, 30000, NULL))
725 if (httpReconnect2(http, 30000, NULL))
740 if (httpReconnect2(http, 30000, NULL))
772 if (httpReconnect2(http, 30000, NULL))
786 if (httpReconnect2(http, 30000, NULL))
818 if (httpReconnect2(http, 30000, NULL))
833 if (httpReconnect2(http, 30000, NULL))
http.c 466 if (msec == 0 || !httpReconnect2(http, msec, cancel))
552 return (httpReconnect2(http, 30000, NULL));
    [all...]
http.h 482 extern int httpReconnect(http_t *http) _CUPS_DEPRECATED_1_6_MSG("Use httpReconnect2 instead.");
590 extern int httpReconnect2(http_t *http, int msec, int *cancel)
dest.c 711 if (!httpReconnect2(http, msec, cancel) && cb)
    [all...]

Completed in 180 milliseconds