Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c362 if ( sb->sb_options & (LBER_SOCKBUF_OPT_TO_FILE | LBER_SOCKBUF_OPT_TO_FILE_ONLY) ) { in ber_flush()
874 case LBER_SOCKBUF_OPT_TO_FILE: in ber_sockbuf_set_option()
934 case LBER_SOCKBUF_OPT_TO_FILE: in ber_sockbuf_get_option()
/illumos-gate/usr/src/lib/libldap5/include/ldap/
H A Dsolaris-int.h44 #define LBER_SOCKBUF_OPT_TO_FILE 0x001 macro