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

  /external/libcups/cups/
http.h 495 extern int httpGetLength(http_t *http) _CUPS_DEPRECATED_MSG("Use httpGetLength2 instead.");
549 extern off_t httpGetLength2(http_t *http) _CUPS_API_1_2;
testhttp.c 855 length = httpGetLength2(http);
http.c 1007 * 2^31 - 1; use httpGetLength2() instead.
1021 httpGetLength2(http);
1031 * 'httpGetLength2()' - Get the amount of data remaining from the
1041 httpGetLength2(http_t *http) /* I - HTTP connection */
1046 DEBUG_printf(("2httpGetLength2(http=%p), state=%s", (void *)http, httpStateString(http->state)));
1053 DEBUG_puts("4httpGetLength2: chunked request!");
1089 DEBUG_printf(("4httpGetLength2: content_length=" CUPS_LLFMT,
    [all...]

Completed in 229 milliseconds