Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c58 #define LDIF_OPT_ISSET( value, opt ) (((value) & (opt)) != 0 ) macro
332 if ( LDIF_OPT_ISSET( options, LDIF_OPT_NOWRAP )) { in ldif_put_type_and_value_with_options()
344 if ( LDIF_OPT_ISSET( options, LDIF_OPT_VALUE_IS_URL )) { in ldif_put_type_and_value_with_options()
356 if ( LDIF_OPT_ISSET( options, LDIF_OPT_MINIMAL_ENCODING )) { in ldif_put_type_and_value_with_options()
371 if ( LDIF_OPT_ISSET( options, in ldif_put_type_and_value_with_options()