Searched defs:idx_p (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/acl/
H A Dacl-cache.c144 void *idx_p; local
150 idx_p = hash_table_lookup(cache->right_name_idx_map, right);
151 if (idx_p == NULL) {
160 idx = POINTER_CAST_TO(idx_p, unsigned int)-1;

Completed in 607 milliseconds