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