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

/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dhttp.c3059 const char *query_part; local
3069 query_part = evhttp_uri_get_query(uri);
3071 query_part = str;
3075 if (!query_part || !strlen(query_part)) {
3080 if ((line = mm_strdup(query_part)) == NULL) {

Completed in 76 milliseconds