HomeSort by relevance Sort by last modified time
    Searched refs:EVHTTP_REQ_DELETE (Results 1 - 4 of 4) sorted by null

  /external/libevent/include/event2/
http.h 496 EVHTTP_REQ_DELETE = 1 << 4,
    [all...]
  /external/libevent/sample/
http-server.c 123 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break;
  /external/libevent/
http.c 318 case EVHTTP_REQ_DELETE:
    [all...]
  /external/libevent/test/
regress_http.c 745 if (evhttp_request_get_command(req) != EVHTTP_REQ_DELETE) {
    [all...]

Completed in 83 milliseconds