Home
last modified time | relevance | path

Searched refs:httpGets (Results 1 – 3 of 3) sorted by relevance

/external/libcups/cups/
Dhttp.c1120 httpGets(char *line, /* I - Line to read into */ in httpGets() function
1620 if (httpGets(len, sizeof(len), http) == NULL) in httpPeek()
1629 if (!httpGets(len, sizeof(len), http)) in httpPeek()
1661 httpGets(len, sizeof(len), http); in httpPeek()
2040 httpGets(len, sizeof(len), http); in httpRead2()
2067 httpGets(len, sizeof(len), http); in httpRead2()
2100 httpGets(len, sizeof(len), http); in httpRead2()
2190 if (!httpGets(line, sizeof(line), http)) in httpReadRequest()
2755 if (!httpGets(line, sizeof(line), http)) in _httpUpdate()
4238 if (!httpGets(len, sizeof(len), http)) in http_read_chunk()
[all …]
Dlibcups2.def409 httpGets
Dhttp.h464 extern char *httpGets(char *line, int length, http_t *http) _CUPS_PUBLIC;