Home
last modified time | relevance | path

Searched refs:http_state_t (Results 1 – 4 of 4) sorted by relevance

/external/libcups/cups/
Dhttp.h231 } http_state_t; typedef
589 extern http_state_t httpGetState(http_t *http) _CUPS_API_1_6;
615 extern http_state_t httpReadRequest(http_t *http, char *resource,
619 extern http_state_t httpWriteResponse(http_t *http,
645 extern const char *httpStateString(http_state_t state) _CUPS_API_2_0;
Dhttp-private.h284 http_state_t state; /* State of client */
Dhttp.c58 static int http_send(http_t *http, http_state_t request,
620 http_state_t oldstate; /* Old state */ in httpFlush()
1326 http_state_t /* O - HTTP state */
2167 http_state_t /* O - New state of connection */
4269 http_state_t request, /* I - Request code */ in http_send()
Dhttp-support.c1315 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString()