Home
last modified time | relevance | path

Searched refs:h_map (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_mapping.c67 strcasecmp(str, idx->h_map->orig) == 0) { in ns_scan_hash()
135 map = p->h_map; in ns_free_hash()
191 newp->h_map = map; in __s_api_add_map2hash()
878 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getMappedAttributes()
881 ret = __s_api_cp2dArray(hp->h_map->map); in __ns_ldap_getMappedAttributes()
899 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getOrigAttribute()
902 ret = __s_api_cp2dArray(hp->h_map->map); in __ns_ldap_getOrigAttribute()
958 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getMappedObjectClass()
961 ret = __s_api_cp2dArray(hp->h_map->map); in __ns_ldap_getMappedObjectClass()
979 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getOrigObjectClass()
[all …]
H A Dns_internal.h397 ns_mapping_t *h_map; member
H A Dns_config.c3213 mptr = hptr->h_map; in __s_api_strValue()
3244 mptr = hptr->h_map; in __s_api_strValue()