Searched refs:query_part (Results 1 – 2 of 2) sorted by relevance
411 query_part = '?' + self.QueryString % (encoded_canonical, expires,414 query_part = ''423 delimiter = '?' if not query_part else '&'424 query_part += delimiter + '&'.join(extra_qp)433 bucket, key) + query_part
2803 const char *query_part; in evhttp_parse_query_impl() local2813 query_part = evhttp_uri_get_query(uri); in evhttp_parse_query_impl()2815 query_part = str; in evhttp_parse_query_impl()2819 if (!query_part || !strlen(query_part)) { in evhttp_parse_query_impl()2824 if ((line = mm_strdup(query_part)) == NULL) { in evhttp_parse_query_impl()