Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h232 } http_state_t; typedef
592 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;
Dhttp-private.h283 http_state_t state; /* State of client */
Dhttp.c62 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()
Dhttp-support.c1458 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString()