Searched refs:query_hash_index (Results 1 – 1 of 1) sorted by relevance
1204 apr_hash_index_t * query_hash_index; in apr_memcache_multgetp() local1282 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()1284 while (query_hash_index) { in apr_memcache_multgetp()1286 apr_hash_this(query_hash_index, NULL, NULL, &v); in apr_memcache_multgetp()1288 query_hash_index = apr_hash_next(query_hash_index); in apr_memcache_multgetp()1299 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()1301 while (query_hash_index) { in apr_memcache_multgetp()1303 apr_hash_this(query_hash_index, NULL, NULL, &v); in apr_memcache_multgetp()1305 query_hash_index = apr_hash_next(query_hash_index); in apr_memcache_multgetp()1447 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()[all …]