HomeSort by relevance Sort by last modified time
    Searched refs:httpGets (Results 1 - 2 of 2) sorted by null

  /external/libcups/cups/
http.c 1150 * 'httpGets()' - Get a line of text from a HTTP connection.
1154 httpGets(char *line, /* I - Line to read into */
1166 DEBUG_printf(("2httpGets(line=%p, length=%d, http=%p)", (void *)line, length, (void *)http));
1203 DEBUG_puts("3httpGets: Timed out!");
1214 DEBUG_printf(("4httpGets: read " CUPS_LLFMT " bytes.", CUPS_LLCAST bytes));
1223 DEBUG_printf(("3httpGets: recv() error %d!", WSAGetLastError()));
1241 DEBUG_printf(("3httpGets: recv() error %d!", errno));
1310 DEBUG_printf(("3httpGets: Returning \"%s\"", line));
1316 DEBUG_puts("3httpGets: No new line available!");
    [all...]
http.h 467 extern char *httpGets(char *line, int length, http_t *http);

Completed in 79 milliseconds