Searched defs:valuep (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/doveadm/ |
H A D | doveadm-print-table.c | 185 const char *const *valuep; local 190 array_foreach(&ctx->buffered_values, valuep) 191 doveadm_print_next(*valuep);
|
/dovecot/src/lib/ |
H A D | hash2.c | 82 struct hash2_value *const *old_hash, *value, **valuep, *next; local 105 valuep = array_idx_modifiable(&hash->hash_table, idx); 106 value->next = *valuep; 107 *valuep = value; 116 struct hash2_value *const *valuep; local 120 valuep = array_idx(&hash->hash_table, key_hash % hash->hash_table_size); 121 value = *valuep; 137 struct hash2_value *const *valuep; local 141 valuep = array_idx(&hash->hash_table, 143 iter->next_value = *valuep; 163 struct hash2_value *value, **valuep; local 188 hash2_remove_value_p(struct hash2_table *hash, struct hash2_value **valuep) argument 204 struct hash2_value **valuep; local 222 struct hash2_value **valuep, *next; local [all...] |
/dovecot/src/lib-dict-backend/ |
H A D | dict-ldap.c | 215 const char *const *valuep = array_idx(values, i); local 218 entry.value = ldap_escape(*valuep);
|
Completed in 9 milliseconds