Lines Matching defs:hash
131 * defined. The hash result remains global, but shorthand of
202 apr_hash_t *hash;
336 *isa = apr_hash_get(loaded.hash, fpath, APR_HASH_KEY_STRING);
342 * when the load has completed. Release the global isapi hash
373 * hash lock to avoid colliding with another thread
389 * hash for updating last_load_ vars, so their update
410 * within the hash mutex before unlocking.
418 /* If the module was not found, it's time to create a hash key entry
419 * before releasing the hash lock to avoid multiple threads from
439 apr_hash_set(loaded.hash, key, APR_HASH_KEY_STRING, *isa);
1695 loaded.hash = apr_hash_make(loaded.pool);
1696 if (!loaded.hash) {