Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c931 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 Dhttp.h358 extern char *httpGets(char *line, int length, http_t *http);