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

  /external/libcups/cups/
http.h 231 } http_state_t; typedef in typeref:enum:http_state_e
588 extern http_state_t httpGetState(http_t *http) _CUPS_API_1_6;
614 extern http_state_t httpReadRequest(http_t *http, char *resource,
618 extern http_state_t httpWriteResponse(http_t *http,
644 extern const char *httpStateString(http_state_t state) _CUPS_API_2_0;
http-private.h 282 http_state_t state; /* State of client */
http.c 58 static int http_send(http_t *http, http_state_t request,
620 http_state_t oldstate; /* Old state */
1326 http_state_t /* O - HTTP state */
    [all...]
http-support.c 1311 httpStateString(http_state_t state) /* I - HTTP state value */
    [all...]

Completed in 748 milliseconds