Searched refs:query_part (Results 1 – 1 of 1) sorted by relevance
3264 const char *query_part; in evhttp_parse_query_impl() local3274 query_part = evhttp_uri_get_query(uri); in evhttp_parse_query_impl()3276 query_part = str; in evhttp_parse_query_impl()3280 if (!query_part || !strlen(query_part)) { in evhttp_parse_query_impl()3285 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()