Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libldap5/sources/ldap/util/
H A Dline64.c332 if ( LDIF_OPT_ISSET( options, LDIF_OPT_NOWRAP )) { in ldif_put_type_and_value_with_options()
412 ldif_put_type_and_value_with_options( out, t, val, vlen, LDIF_OPT_NOWRAP ); in ldif_put_type_and_value_nowrap()
539 return ldif_type_and_value_with_options( type, val, vlen, LDIF_OPT_NOWRAP ); in ldif_type_and_value_nowrap()
/titanic_44/usr/src/lib/libldap5/include/ldap/
H A Dldif.h74 #define LDIF_OPT_NOWRAP 0x01UL macro
/titanic_44/usr/src/cmd/ldap/common/
H A Dldapsearch.c1124 ldifoptions |= LDIF_OPT_NOWRAP; in write_ldif_value()