Home
last modified time | relevance | path

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

/external/libcups/cups/
Dhttp.h227 } http_state_t; typedef
541 extern http_state_t httpGetState(http_t *http) _CUPS_API_1_6;
556 extern http_state_t httpReadRequest(http_t *http, char *resource, size_t resourcelen) _CUPS_API_1_7;
558 extern http_state_t httpWriteResponse(http_t *http, http_status_t status) _CUPS_API_1_7;
583 extern const char *httpStateString(http_state_t state) _CUPS_API_2_0;
Dhttp-private.h217 http_state_t state; /* State of client */
Dhttp.c58 static int http_send(http_t *http, http_state_t request,
608 http_state_t oldstate; /* Old state */ in httpFlush()
1292 http_state_t /* O - HTTP state */
2141 http_state_t /* O - New state of connection */
4294 http_state_t request, /* I - Request code */ in http_send()
Dhttp-support.c1459 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString()
/external/libcups/scheduler/
Dauth.h132 extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state);
Dclient.h28 http_state_t operation; /* Request operation */
Dauth.c1375 http_state_t state) /* I - HTTP state/request */ in cupsdFindBest()
/external/libcups/tools/
Dippeveprinter.c239 http_state_t operation; /* Request operation */
5621 http_state_t http_state; /* HTTP state */ in process_http()