Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libsldap/common/
H A Dns_mapping.c65 strcasecmp(service, idx->h_map->service) == 0 && in ns_scan_hash()
66 strcasecmp(str, idx->h_map->orig) == 0) { in ns_scan_hash()
134 map = p->h_map; in ns_free_hash()
190 newp->h_map = map; in __s_api_add_map2hash()
879 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getMappedAttributes()
882 ret = __s_api_cp2dArray(hp->h_map->map); in __ns_ldap_getMappedAttributes()
900 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getOrigAttribute()
903 ret = __s_api_cp2dArray(hp->h_map->map); in __ns_ldap_getOrigAttribute()
959 if (hp == NULL || hp->h_map == NULL) in __ns_ldap_getMappedObjectClass()
962 ret = __s_api_cp2dArray(hp->h_map->map); in __ns_ldap_getMappedObjectClass()
[all …]
H A Dns_internal.h393 ns_mapping_t *h_map; member
H A Dns_config.c3216 mptr = hptr->h_map; in __s_api_strValue()
3247 mptr = hptr->h_map; in __s_api_strValue()