Searched refs:query_part (Results 1 – 2 of 2) sorted by relevance
3260 const char *query_part; in evhttp_parse_query_impl() local3270 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()