Searched refs:http_state_t (Results 1 – 8 of 8) sorted by relevance
227 } http_state_t; typedef541 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;
217 http_state_t state; /* State of client */
58 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()
1459 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString()
132 extern cupsd_location_t *cupsdFindBest(const char *path, http_state_t state);
28 http_state_t operation; /* Request operation */
1375 http_state_t state) /* I - HTTP state/request */ in cupsdFindBest()
239 http_state_t operation; /* Request operation */5621 http_state_t http_state; /* HTTP state */ in process_http()