Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libevent/
H A Dhttp.c3260 const char *query_part; in evhttp_parse_query_impl() local
3270 query_part = evhttp_uri_get_query(uri); in evhttp_parse_query_impl()
3272 query_part = str; in evhttp_parse_query_impl()
3276 if (!query_part || !strlen(query_part)) { in evhttp_parse_query_impl()
3281 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()
/freebsd/contrib/libevent/
H A Dhttp.c3260 const char *query_part; in evhttp_parse_query_impl() local
3270 query_part = evhttp_uri_get_query(uri); in evhttp_parse_query_impl()
3272 query_part = str; in evhttp_parse_query_impl()
3276 if (!query_part || !strlen(query_part)) { in evhttp_parse_query_impl()
3281 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()