Home
last modified time | relevance | path

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

/netbsd/external/bsd/openldap/dist/libraries/libldap/
H A Dgetdn.c472 #define LDAP_DN_IS_PRETTY(f) ( (f) & LDAP_DN_PRETTY ) macro
474 ( ( !LDAP_DN_IS_PRETTY( f ) ) && LDAP_DN_WILLESCAPE_CHAR(c) )
2052 int escaped_byte_len = LDAP_DN_IS_PRETTY( flags ) ? 1 : 3;
2054 int escaped_ascii_len = LDAP_DN_IS_PRETTY( flags ) ? 2 : 3;
2173 if ( ( cl > 1 && !LDAP_DN_IS_PRETTY( flags ) )
2207 if ( !LDAP_DN_IS_PRETTY( flags ) ) {