Searched refs:httpStateString (Results 1 – 4 of 4) sorted by relevance
/external/libcups/cups/ |
D | http.c | 623 DEBUG_printf(("httpFlush(http=%p), state=%s", (void *)http, httpStateString(http->state))); in httpFlush() 1046 DEBUG_printf(("2httpGetLength2(http=%p), state=%s", (void *)http, httpStateString(http->state))); in httpGetLength2() 1700 httpStateString(http->state))); in httpPeek() 2154 httpStateString(http->state))); in httpRead2() 2195 httpStateString(http->state))); in httpReadRequest() 2297 httpStateString(http->state))); in httpReadRequest() 2897 …Update(http=%p, status=%p), state=%s", (void *)http, (void *)status, httpStateString(http->state))… in _httpUpdate() 2964 httpStateString(http->state))); in _httpUpdate() 3066 DEBUG_printf(("httpUpdate(http=%p), state=%s", (void *)http, httpStateString(http->state))); in httpUpdate() 3459 httpStateString(http->state))); in httpWrite2() [all …]
|
D | libcups2.def | 400 httpStateString
|
D | http.h | 645 extern const char *httpStateString(http_state_t state) _CUPS_API_2_0;
|
D | http-support.c | 1315 httpStateString(http_state_t state) /* I - HTTP state value */ in httpStateString() function
|