Searched refs:c_ops (Results 1 - 25 of 28) sorted by relevance

12

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Dstarttls.c58 if (( !LDAP_STAILQ_EMPTY(&op->o_conn->c_ops) &&
59 (LDAP_STAILQ_FIRST(&op->o_conn->c_ops) != op ||
H A Dabandon.c83 LDAP_STAILQ_FOREACH( o, &op->o_conn->c_ops, o_next ) {
H A Dcancel.c102 LDAP_STAILQ_FOREACH( o, &op->o_conn->c_ops, o_next ) {
H A Dconnection.c363 LDAP_STAILQ_INIT(&c->c_ops);
400 assert( LDAP_STAILQ_EMPTY(&c->c_ops) );
598 assert( LDAP_STAILQ_EMPTY(&c->c_ops) );
711 for ( o = LDAP_STAILQ_FIRST( &c->c_ops ); o; o=next ) {
810 if ( !LDAP_STAILQ_EMPTY(&c->c_ops) ||
1009 LDAP_STAILQ_REMOVE( &conn->c_ops, op, Operation, o_next);
1168 LDAP_STAILQ_REMOVE( &conn->c_ops, op, Operation, o_next);
1883 LDAP_STAILQ_INSERT_TAIL( &op->o_conn->c_ops, op, o_next );
H A Dtxn.c356 LDAP_STAILQ_REMOVE( &op->o_conn->c_ops, op, Operation, o_next );
/netbsd-current/external/gpl3/gdb.old/dist/gdb/compile/
H A Dgcc-c-plugin.h41 m_context->c_ops->set_callbacks (m_context, binding_oracle,
46 int version () const { return m_context->c_ops->c_version; }
H A Dcompile-c-types.c369 #define FORWARD(OP,...) m_context->c_ops->OP(m_context, ##__VA_ARGS__)
/netbsd-current/external/gpl3/gdb/dist/gdb/compile/
H A Dgcc-c-plugin.h41 m_context->c_ops->set_callbacks (m_context, binding_oracle,
46 int version () const { return m_context->c_ops->c_version; }
H A Dcompile-c-types.c370 #define FORWARD(OP,...) m_context->c_ops->OP(m_context, ##__VA_ARGS__)
/netbsd-current/external/bsd/openldap/dist/servers/lloadd/
H A Doperation.c159 rc = ldap_tavl_insert( &c->c_ops, op, operation_client_cmp, ldap_avl_dup_error );
175 ldap_tavl_delete( &c->c_ops, op, operation_client_cmp );
278 &client->c_ops, op, operation_client_cmp )) ) {
299 if ( client->c_state == LLOAD_C_CLOSING && !client->c_ops ) {
321 &upstream->c_ops, op, operation_upstream_cmp )) ) {
328 assert( op->o_tag == LDAP_REQ_BIND && upstream->c_ops == NULL );
338 if ( upstream->c_state == LLOAD_C_CLOSING && !upstream->c_ops ) {
533 for ( node = ldap_tavl_end( upstream->c_ops, TAVL_DIR_LEFT ); node &&
548 found_op = ldap_tavl_delete( &upstream->c_ops, op, operation_upstream_cmp );
552 assert( op->o_tag == LDAP_REQ_BIND && upstream->c_ops
[all...]
H A Dbind.c183 * remove+reinsert it from the respective c_ops!), we need it since it is the
220 ldap_tavl_delete( &client->c_ops, &needle, operation_client_cmp );
238 ldap_tavl_delete( &client->c_ops, op, operation_client_cmp );
242 rc = ldap_tavl_insert( &client->c_ops, pinned_op, operation_client_cmp,
257 ldap_tavl_delete( &client->c_ops, op, operation_client_cmp );
339 rc = ldap_tavl_insert( &client->c_ops, op, operation_client_cmp, ldap_avl_dup_error );
426 ldap_tavl_delete( &upstream->c_ops, op, operation_upstream_cmp );
481 if ( ldap_tavl_insert( &upstream->c_ops, op, operation_upstream_cmp,
540 removed = ldap_tavl_delete( &upstream->c_ops, op, operation_upstream_cmp );
577 &upstream->c_ops, o
[all...]
H A Dclient.c59 request = ldap_tavl_find( c->c_ops, &needle, operation_client_cmp );
161 &upstream->c_ops, op, operation_upstream_cmp, ldap_avl_dup_error );
389 assert( c->c_ops == NULL );
499 root = c->c_ops;
500 c->c_ops = NULL;
577 assert( c->c_ops == NULL );
H A Dextended.c48 found = ldap_tavl_delete( &c->c_ops, op, operation_client_cmp );
59 } else if ( c->c_ops ) {
H A Dconnection.c534 if ( !gentle || !c->c_ops ) {
543 TAvlnode *node = ldap_tavl_end( c->c_ops, TAVL_DIR_LEFT );
555 } while ( c->c_ops );
H A Dupstream.c192 c->c_ops, &needle, operation_upstream_cmp ) ) ) {
767 assert( c->c_ops == NULL );
1019 root = c->c_ops;
1020 c->c_ops = NULL;
1091 assert( c->c_ops == NULL );
H A Dlload.h390 /* Can be held while acquiring c_mutex to inject things into c_ops or
397 TAvlnode *c_ops; /* Operations pending on the connection */ member in struct:LloadConnection
/netbsd-current/external/gpl3/gcc.old/dist/include/
H A Dgcc-c-interface.h185 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
/netbsd-current/external/gpl3/gdb.old/dist/include/
H A Dgcc-c-interface.h185 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
/netbsd-current/external/gpl3/gcc/dist/include/
H A Dgcc-c-interface.h185 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
/netbsd-current/external/gpl3/gdb/dist/include/
H A Dgcc-c-interface.h185 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
/netbsd-current/external/gpl3/binutils.old/dist/include/
H A Dgcc-c-interface.h185 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
/netbsd-current/external/gpl3/binutils/dist/include/
H A Dgcc-c-interface.h185 const struct gcc_c_fe_vtable *c_ops; member in struct:gcc_c_context
/netbsd-current/external/gpl3/gcc/dist/libcc1/
H A Dlibcc1.cc59 c_ops = cv;
/netbsd-current/external/bsd/openldap/dist/servers/slapd/back-monitor/
H A Dconn.c340 LDAP_STAILQ_EMPTY( &c->c_ops ) ? "" : "x",
389 LDAP_STAILQ_EMPTY( &c->c_ops ) ? "" : "x",
/netbsd-current/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1.cc156 c_ops = cv;

Completed in 149 milliseconds

12