Searched refs:LDAP_UTF8_INCR (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/libraries/libldap/
H A Dutf-8.c62 for( ; *p ; LDAP_UTF8_INCR(p) ) {
472 for( ; *str != '\0'; LDAP_UTF8_INCR(str) ) {
487 for( cstr = str; *cstr != '\0'; LDAP_UTF8_INCR(cstr) ) {
488 for( cset = set; *cset != '\0'; LDAP_UTF8_INCR(cset) ) {
504 for( cstr = str; *cstr != '\0'; LDAP_UTF8_INCR(cstr) ) {
505 for( cset = set; ; LDAP_UTF8_INCR(cset) ) {
522 for( ; *str != '\0'; LDAP_UTF8_INCR(str) ) {
525 for( cset = set; *cset != '\0'; LDAP_UTF8_INCR(cset) ) {
H A Dcharray.c194 for ( s = str; ; LDAP_UTF8_INCR(s) ) {
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/include/
H A Dldap_pvt_uc.h110 #define LDAP_UTF8_INCR(p) ((p) = LDAP_UTF8_NEXT(p)) macro

Completed in 132 milliseconds