query_part       2803 opal/mca/event/libevent2022/libevent/http.c 	const char *query_part;
query_part       2813 opal/mca/event/libevent2022/libevent/http.c 		query_part = evhttp_uri_get_query(uri);
query_part       2815 opal/mca/event/libevent2022/libevent/http.c 		query_part = str;
query_part       2819 opal/mca/event/libevent2022/libevent/http.c 	if (!query_part || !strlen(query_part)) {
query_part       2824 opal/mca/event/libevent2022/libevent/http.c 	if ((line = mm_strdup(query_part)) == NULL) {