Lines Matching refs:npp
993 char **cpp, **npp; in __ns_ldap_mapAttributeList() local
1008 npp = __ns_ldap_getMappedAttributes(service, *opp); in __ns_ldap_mapAttributeList()
1009 if (npp && npp[0]) { in __ns_ldap_mapAttributeList()
1010 cpp[i] = strdup(npp[0]); in __ns_ldap_mapAttributeList()
1011 __s_api_free2dArray(npp); in __ns_ldap_mapAttributeList()
1012 npp = NULL; in __ns_ldap_mapAttributeList()
1033 char **npp; in __ns_ldap_mapAttribute() local
1039 npp = __ns_ldap_getMappedAttributes(service, origAttr); in __ns_ldap_mapAttribute()
1040 if (npp && npp[0]) { in __ns_ldap_mapAttribute()
1041 mappedAttr = strdup(npp[0]); in __ns_ldap_mapAttribute()
1042 __s_api_free2dArray(npp); in __ns_ldap_mapAttribute()