Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/ntp/sntp/libevent/
H A Dhttp.c3059 const char *query_part; in evhttp_parse_query_impl() local
3069 query_part = evhttp_uri_get_query(uri); in evhttp_parse_query_impl()
3071 query_part = str; in evhttp_parse_query_impl()
3075 if (!query_part || !strlen(query_part)) { in evhttp_parse_query_impl()
3080 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()
/freebsd-12.1/contrib/libevent/
H A Dhttp.c3208 const char *query_part; in evhttp_parse_query_impl() local
3218 query_part = evhttp_uri_get_query(uri); in evhttp_parse_query_impl()
3220 query_part = str; in evhttp_parse_query_impl()
3224 if (!query_part || !strlen(query_part)) { in evhttp_parse_query_impl()
3229 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()