Searched refs:httpGets (Results 1 – 3 of 3) sorted by relevance
/external/libcups/cups/ |
D | http.c | 1168 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 …]
|
D | libcups2.def | 357 httpGets
|
D | http.h | 472 extern char *httpGets(char *line, int length, http_t *http);
|