Searched refs:c_sb (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconnection.c154 ber_sockbuf_free( connections[i].c_sb );
414 c->c_sb = ber_sockbuf_alloc( );
418 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max );
477 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_FD, &sfd );
510 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_debug,
513 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_udp,
515 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_readahead,
522 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_debug,
525 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_fd,
529 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_UNGET_BU
[all...]
H A Dbind.c421 /* op->o_conn->c_sb may be 0 for internal operations */
422 if( !BER_BVISEMPTY( &op->o_conn->c_dn ) && op->o_conn->c_sb != 0 ) {
424 ber_sockbuf_ctrl( op->o_conn->c_sb,
H A Dresult.c338 if ( ber_flush2( conn->c_sb, ber, LBER_FLUSH_FREE_NEVER ) == 0 ) {
H A Dsasl.c1930 ldap_pvt_sasl_remove( op->o_conn->c_sb );
H A Dslap.h2857 Sockbuf *c_sb; /* ber connection stuff */ member in struct:Connection
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_ops.c219 conn->c_sb = ber_sockbuf_alloc();
221 ber_sockbuf_ctrl( conn->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max );
371 if ( conn->c_sb != NULL ) {
372 ber_sockbuf_free( conn->c_sb );
H A Dslapi_overlay.c273 ber_sockbuf_ctrl( op->o_conn->c_sb,

Completed in 201 milliseconds