Home | History | Annotate | Download | only in cups

Lines Matching refs:httpGetLength2

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,
4461 if ((remaining = httpGetLength2(http)) >= 0)