Lines Matching refs:tpc_name_hash
51 static mod_hash_t *tpc_name_hash; /* hash of cache entries by name */
140 tpc_name_hash = mod_hash_create_extended("tnrhtpc_by_name", 256,
418 if ((tpc = tnrhtp_find(rhent->rh_template, tpc_name_hash)) == NULL) {
580 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tpent->name,
585 (void) mod_hash_destroy(tpc_name_hash,
593 (void) mod_hash_insert(tpc_name_hash, (mod_hash_key_t)tpc->tpc_tp.name,
609 if (mod_hash_find(tpc_name_hash, (mod_hash_key_t)tname, &hv) == 0) {
613 (void) mod_hash_destroy(tpc_name_hash,
638 mod_hash_walk(tpc_name_hash, tpc_delete, NULL);
639 mod_hash_clear(tpc_name_hash);
693 tpc = tnrhtp_find(rhtpent.name, tpc_name_hash);
1137 tpc = tnrhtp_find(rh->rhc_tpc->tpc_tp.name, tpc_name_hash);