Home
last modified time | relevance | path

Searched refs:evhttp_method (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c298 evhttp_method(enum evhttp_cmd_type type) in evhttp_method() function
434 method = evhttp_method(req->type); in evhttp_make_header_request()
/freebsd-12.1/contrib/libevent/
H A Dhttp.c301 evhttp_method(enum evhttp_cmd_type type) in evhttp_method() function
437 if (!(method = evhttp_method(req->type))) { in evhttp_make_header_request()
H A DChangeLog157 o [Issue #313] set method to ASCII "NULL" if evhttp_method() returns NULL (17cc636 Mark Ellzey)