Searched refs:http_state_t (Results 1 – 4 of 4) sorted by relevance
231 } http_state_t; typedef589 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;
284 http_state_t state; /* State of client */
58 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()
1315 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString()