Searched refs:mapA (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/lib/libsldap/common/ |
H A D | ns_mapping.c | 219 __s_api_parse_map(char *cp, char **sid, char **origA, char ***mapA) in __s_api_parse_map() argument 226 *mapA = NULL; in __s_api_parse_map() 263 *mapA = (char **)calloc(max+1, sizeof (char *)); in __s_api_parse_map() 264 if (*mapA == NULL) { in __s_api_parse_map() 271 mapp = *mapA; in __s_api_parse_map() 286 __s_api_free2dArray(*mapA); in __s_api_parse_map() 287 *mapA = NULL; in __s_api_parse_map()
|
H A D | ns_config.c | 1644 char *sid, *origA, **mapA; in __ns_ldap_setParamValue() local 2323 i = __s_api_parse_map(cp, &sid, &origA, &mapA); in __ns_ldap_setParamValue() 2344 for (attr = mapA; *attr; attr++) { in __ns_ldap_setParamValue() 2423 __s_api_free2dArray(mapA); in __ns_ldap_setParamValue() 2530 __s_api_free2dArray(mapA); in __ns_ldap_setParamValue() 2555 map->map = mapA; in __ns_ldap_setParamValue() 2611 __s_api_free2dArray(mapA); in __ns_ldap_setParamValue()
|
H A D | ns_internal.h | 837 char **origA, char ***mapA);
|