Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/openldap/dist/servers/slapd/
Dconnection.c159 if( connections[i].c_sb ) { in connections_destroy()
160 ber_sockbuf_free( connections[i].c_sb ); in connections_destroy()
348 if( !c->c_sb ) { in connection_init()
378 c->c_sb = ber_sockbuf_alloc( ); in connection_init()
382 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in connection_init()
423 ber_sockbuf_ctrl( c->c_sb, LBER_SB_OPT_SET_FD, &sfd ); in connection_init()
451 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_debug, in connection_init()
454 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_udp, in connection_init()
456 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_readahead, in connection_init()
463 ber_sockbuf_add_io( c->c_sb, &ber_sockbuf_io_debug, in connection_init()
[all …]
Dbind.c534 if( !BER_BVISEMPTY( &op->o_conn->c_dn ) && op->o_conn->c_sb != 0 ) { in fe_op_bind_success()
536 ber_sockbuf_ctrl( op->o_conn->c_sb, in fe_op_bind_success()
Dresult.c385 if ( ber_flush2( conn->c_sb, ber, LBER_FLUSH_FREE_NEVER ) == 0 ) { in send_ldap_ber()
Dsasl.c1727 ldap_pvt_sasl_remove( op->o_conn->c_sb ); in slap_sasl_bind()
Dslap.h2890 … Sockbuf *c_sb; /* ber connection stuff */ member
/netbsd/src/external/bsd/openldap/dist/servers/slapd/slapi/
Dslapi_ops.c224 conn->c_sb = ber_sockbuf_alloc(); in slapi_int_connection_init_pb()
226 ber_sockbuf_ctrl( conn->c_sb, LBER_SB_OPT_SET_MAX_INCOMING, &max ); in slapi_int_connection_init_pb()
373 if ( conn->c_sb != NULL ) { in slapi_int_connection_done_pb()
374 ber_sockbuf_free( conn->c_sb ); in slapi_int_connection_done_pb()
Dslapi_overlay.c279 ber_sockbuf_ctrl( op->o_conn->c_sb, in slapi_op_bind_callback()
/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Driscv-opc.h3917 DECLARE_INSN(c_sb, MATCH_C_SB, MASK_C_SB)
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Driscv-opc.h3974 DECLARE_INSN(c_sb, MATCH_C_SB, MASK_C_SB)