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

/macosx-10.10.1/postfix-255/postfix/src/postmulti/
H A Dpostmulti.c603 static HTABLE *claim_table; variable
606 (claim_table ? htable_find(claim_table, (name)) : 0)
642 if (claim_table == 0)
643 claim_table = htable_create(100);
645 if ((owner = htable_find(claim_table, param_value)) == 0) {
646 (void) htable_enter(claim_table, param_value, requestor);

Completed in 65 milliseconds