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

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.h358 extern char *httpGets(char *line, int length, http_t *http);
H A Dhttp.c52 * httpGets() - Get a line of text from a HTTP connection.
931 if (httpGets(len, sizeof(len), http) == NULL)
955 httpGets(len, sizeof(len), http);
1089 httpGets(len, sizeof(len), http);
1273 * 'httpGets()' - Get a line of text from a HTTP connection.
1277 httpGets(char *line, /* I - Line to read into */ function
1287 DEBUG_printf(("httpGets(line=%p, length=%d, http=%p)\n", line, length, http));
1329 DEBUG_printf(("httpGets: read %d bytes...\n", bytes));
1331 httpDumpData(stdout, "httpGets:", bufend, bytes);
1347 DEBUG_printf(("httpGets
[all...]

Completed in 60 milliseconds