Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c929 if (httpGets(len, sizeof(len), http) == NULL) in httpRead()
953 httpGets(len, sizeof(len), http); in httpRead()
1087 httpGets(len, sizeof(len), http); in httpRead()
1275 httpGets(char *line, /* I - Line to read into */ in httpGets() function
1573 while (httpGets(line, sizeof(line), http) != NULL) in httpUpdate()
H A Dhttp.h356 extern char *httpGets(char *line, int length, http_t *http);