Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/apr-util/memcache/
HDapr_memcache.c1221 apr_hash_index_t * query_hash_index; in apr_memcache_multgetp() local
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()
1316 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()
1318 while (query_hash_index) { in apr_memcache_multgetp()
1320 apr_hash_this(query_hash_index, NULL, NULL, &v); in apr_memcache_multgetp()
1322 query_hash_index = apr_hash_next(query_hash_index); in apr_memcache_multgetp()
1462 query_hash_index = apr_hash_first(temp_pool, server_queries); in apr_memcache_multgetp()
[all …]