Searched refs:httpGets (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 931 if (httpGets(len, sizeof(len), http) == NULL) in httpRead() 955 httpGets(len, sizeof(len), http); in httpRead() 1089 httpGets(len, sizeof(len), http); in httpRead() 1277 httpGets(char *line, /* I - Line to read into */ in httpGets() function 1575 while (httpGets(line, sizeof(line), http) != NULL) in httpUpdate()
|
H A D | http.h | 358 extern char *httpGets(char *line, int length, http_t *http);
|