Searched defs:extiofns (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-io.c618 struct lber_x_ext_io_fns extiofns; local
630 memset( &extiofns, 0, sizeof(extiofns));
631 extiofns.lbextiofn_size = LBER_X_EXTIO_FNS_SIZE;
633 (void *)&extiofns ) < 0 ) {
637 if ( NULL == extiofns.lbextiofn_socket_arg ) {
642 *sockargpp = extiofns.lbextiofn_socket_arg;
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dio.c864 struct lber_x_ext_io_fns *extiofns; local
898 extiofns = (struct lber_x_ext_io_fns *) value;
899 if ( extiofns == NULL ) { /* remove */
902 } else if ( extiofns->lbextiofn_size
905 sb->sb_ext_io_fns = *extiofns;
924 struct lber_x_ext_io_fns *extiofns; local
954 extiofns = (struct lber_x_ext_io_fns *) value;
955 if ( extiofns == NULL || extiofns->lbextiofn_size
960 *extiofns
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Drequest.c388 struct lber_x_ext_io_fns extiofns; local
390 extiofns.lbextiofn_size = LBER_X_EXTIO_FNS_SIZE;
393 LBER_SOCKBUF_OPT_EXT_IO_FNS, &extiofns ) == 0 ) {
395 LBER_SOCKBUF_OPT_EXT_IO_FNS, &extiofns );

Completed in 40 milliseconds