Home
last modified time | relevance | path

Searched refs:query_part (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
Dconnection.py411 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
/external/libevent/
Dhttp.c2803 const char *query_part; in evhttp_parse_query_impl() local
2813 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()