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

/dovecot/src/lib-dict-backend/
H A Ddict-ldap-settings.h4 struct dict_ldap_map { struct
30 ARRAY(struct dict_ldap_map) maps;
H A Ddict-ldap.c26 const struct dict_ldap_map *map;
60 dict_ldap_map_match(const struct dict_ldap_map *map, const char *path,
137 static const struct dict_ldap_map *
141 const struct dict_ldap_map *maps;
193 ldap_dict_build_query(struct ldap_dict *dict, const struct dict_ldap_map *map,
433 const struct dict_ldap_map *map = ldap_dict_find_map(ctx, key, &values);
H A Ddict-ldap-settings.c33 struct dict_ldap_map cur_map;
41 #define DEF_STR(name) DEF_STRUCT_STR(name, dict_ldap_map)
42 #define DEF_BOOL(name) DEF_STRUCT_BOOL(name, dict_ldap_map)
43 #define DEF_UINT(name) DEF_STRUCT_UINT(name ,dict_ldap_map)

Completed in 2150 milliseconds