Searched refs:http_state_t (Results 1 – 4 of 4) sorted by relevance
232 } http_state_t; typedef592 extern http_state_t httpGetState(http_t *http) _CUPS_API_1_6;618 extern http_state_t httpReadRequest(http_t *http, char *resource,622 extern http_state_t httpWriteResponse(http_t *http,648 extern const char *httpStateString(http_state_t state) _CUPS_API_2_0;
283 http_state_t state; /* State of client */
62 static int http_send(http_t *http, http_state_t request,631 http_state_t oldstate; /* Old state */ in httpFlush()1340 http_state_t /* O - HTTP state */2181 http_state_t /* O - New state of connection */4337 http_state_t request, /* I - Request code */ in http_send()
1458 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString()