Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.c1168 httpGets(char *line, /* I - Line to read into */ in httpGets() function
1665 if (httpGets(len, sizeof(len), http) == NULL) in httpPeek()
1674 if (!httpGets(len, sizeof(len), http)) in httpPeek()
1706 httpGets(len, sizeof(len), http); in httpPeek()
2080 httpGets(len, sizeof(len), http); in httpRead2()
2107 httpGets(len, sizeof(len), http); in httpRead2()
2140 httpGets(len, sizeof(len), http); in httpRead2()
2230 if (!httpGets(line, sizeof(line), http)) in httpReadRequest()
2819 if (!httpGets(line, sizeof(line), http)) in _httpUpdate()
4281 if (!httpGets(len, sizeof(len), http)) in http_read_chunk()
[all …]
Dlibcups2.def357 httpGets
Dhttp.h472 extern char *httpGets(char *line, int length, http_t *http);