Home
last modified time | relevance | path

Searched refs:HTTP_NOCONTENT (Results 1 – 2 of 2) sorted by relevance

/external/libevent/include/event2/
Dhttp.h57 #define HTTP_NOCONTENT 204 /**< request does not have content */ macro
/external/libevent/
Dhttp.c350 return (req->response_code != HTTP_NOCONTENT && in evhttp_response_needs_body()