Searched refs:LDAP_UTF8COPY (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dgetdn.c102 r += (plen = LDAP_UTF8COPY(r,p));
145 r += (plen = LDAP_UTF8COPY(r,p));
/osnet-11/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h540 #define LDAP_UTF8COPY(d,s) ((0x80 & *(unsigned char*)(s)) ? ldap_utf8copy(d,s) : ((*(d) = *(s)), 1)) macro

Completed in 347 milliseconds