Searched refs:dict_open_hash (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/postfix-255/postfix/src/util/
H A Ddict_open.c336 static HTABLE *dict_open_hash; variable
345 if (dict_open_hash != 0)
347 dict_open_hash = htable_create(10);
350 htable_enter(dict_open_hash, dp->type, (char *) dp);
383 if (dict_open_hash == 0)
385 if ((dp = (DICT_OPEN_INFO *) htable_find(dict_open_hash, dict_type)) == 0)
419 if (dict_open_hash == 0)
421 if (htable_find(dict_open_hash, type))
426 htable_enter(dict_open_hash, dp->type, (char *) dp);
445 if (dict_open_hash
[all...]

Completed in 120 milliseconds