Searched refs:op (Results 1 - 25 of 1870) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/
H A Dbind.c40 Operation *op,
43 BerElement *ber = op->o_ber;
52 op->o_log_prefix, 0, 0 );
57 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
58 if ( op->o_conn->c_sasl_bind_in_progress ) {
59 be = op->o_conn->c_authz_backend;
61 if ( !BER_BVISEMPTY( &op->o_conn->c_dn ) ) {
65 op->o_log_prefix, 0, 0, 0, 0 );
67 connection2anonymous( op->o_conn );
68 if ( op
39 do_bind( Operation *op, SlapReply *rs ) argument
230 fe_op_bind( Operation *op, SlapReply *rs ) argument
406 fe_op_bind_success( Operation *op, SlapReply *rs ) argument
[all...]
H A Dsearch.c40 Operation *op, /* info about the op to which we're responding */
47 op->o_log_prefix, 0, 0 );
74 if ( ber_scanf( op->o_ber, "{miiiib" /*}*/,
75 &base, &op->ors_scope, &op->ors_deref, &op->ors_slimit,
76 &op->ors_tlimit, &op->ors_attrsonly ) == LBER_ERROR )
78 send_ldap_discon( op, r
39 do_search( Operation *op, SlapReply *rs ) argument
242 fe_op_search( Operation *op, SlapReply *rs ) argument
[all...]
H A Doperation.c59 Operation *op, *op2; local
60 for ( op = data; op; op = op2 ) {
61 op2 = LDAP_STAILQ_NEXT( op, o_next );
62 ber_memfree_x( op, NULL );
67 slap_op_groups_free( Operation *op )
70 for ( g = op->o_groups; g; g = n ) {
72 slap_sl_free( g, op->o_tmpmemctx );
74 op
78 slap_op_free( Operation *op, void *ctx ) argument
159 Operation *op = NULL; local
[all...]
H A Dunbind.c39 do_unbind( Operation *op, SlapReply *rs ) argument
42 op->o_log_prefix, 0, 0 );
50 Statslog( LDAP_DEBUG_STATS, "%s UNBIND\n", op->o_log_prefix,
54 op->o_bd = frontendDB;
55 (void)frontendDB->be_unbind( op, rs );
56 op->o_bd = NULL;
60 (void)backend_unbind( op, rs );
H A Ddelete.c41 Operation *op,
47 op->o_log_prefix, 0, 0 );
54 if ( ber_scanf( op->o_ber, "m", &dn ) == LBER_ERROR ) {
56 op->o_log_prefix, 0, 0 );
57 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
61 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
63 op->o_log_prefix, 0, 0 );
67 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
68 op
40 do_delete( Operation *op, SlapReply *rs ) argument
113 fe_op_delete( Operation *op, SlapReply *rs ) argument
[all...]
H A Dabandon.c37 do_abandon( Operation *op, SlapReply *rs ) argument
44 op->o_log_prefix, 0, 0 );
52 if ( ber_scanf( op->o_ber, "i", &id ) == LBER_ERROR ) {
54 op->o_log_prefix, 0, 0 );
55 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
60 op->o_log_prefix, (long) id, 0, 0, 0 );
62 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) {
64 op->o_log_prefix, 0, 0 );
69 op->o_log_prefix, (long) id, 0 );
73 op
134 fe_op_abandon( Operation *op, SlapReply *rs ) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A Duninit-4-O0.c14 short op; member in struct:operation
27 struct operation op; local
31 op = cpp_lex ();
33 switch (op.op)
46 if (op.op == 0)
H A Duninit-4.c14 short op; member in struct:operation
27 struct operation op; local
31 op = cpp_lex ();
33 switch (op.op)
46 if (op.op == 0)
H A Dpr34668-1.c10 init_optab (struct optab *op) argument
12 op->code = 0xdead;
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/
H A Duninit-4.c14 short op; member in struct:operation
27 struct operation op; local
31 op = cpp_lex ();
33 switch (op.op)
46 if (op.op == 0)
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/mpq/
H A Dcanonicalize.c1 /* mpq_canonicalize(op) -- Remove common factors of the denominator and
26 mpq_canonicalize (MP_RAT *op) argument
31 if (op->_mp_den._mp_size == 0)
37 MPZ_TMP_INIT (gcd, 1 + MAX (ABS (op->_mp_num._mp_size),
38 ABS (op->_mp_den._mp_size)));
40 mpz_gcd (gcd, &(op->_mp_num), &(op->_mp_den));
43 mpz_divexact_gcd (&(op->_mp_num), &(op->_mp_num), gcd);
44 mpz_divexact_gcd (&(op
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
H A Dbind.c37 Operation *op,
41 BER_BVISNULL( &op->o_req_dn ) ? "" : op->o_req_dn.bv_val,
42 op->orb_method, 0 );
46 switch ( be_rootdn_bind( op, NULL ) ) {
57 if ( !BER_BVISNULL( &op->orb_cred ) &&
58 !BER_BVISEMPTY( &op->orb_cred ) )
63 op->o_log_prefix,
64 BER_BVISNULL( &op->o_req_dn ) ? "" : op
36 dnssrv_back_bind( Operation *op, SlapReply *rs ) argument
[all...]
H A Dcompare.c36 Operation *op,
41 assert( get_manageDSAit( op ) );
43 send_ldap_error( op, rs, LDAP_OTHER,
35 dnssrv_back_compare( Operation *op, SlapReply *rs ) argument
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dpr-support.c106 _uw op; local
113 op = next_unwind_byte (uws);
114 if (op == CODE_FINISH)
128 if ((op & 0x80) == 0)
133 offset = ((op & 0x3f) << 2) + 4;
135 if (op & 0x40)
143 if ((op & 0xf0) == 0x80)
145 op = (op << 8) | next_unwind_byte (uws);
146 if (op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr38572.C13 void f (char *pc, char *endpc, int format, char ***fp, enum JSOp op) argument
20 op = (JSOp) 256;
22 op = (JSOp) 257;
24 op = JSOP_GETELEM;
26 if (op >= JSOP_LIMIT)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Dpr-support.c110 _uw op; local
117 op = next_unwind_byte (uws);
118 if (op == CODE_FINISH)
132 if ((op & 0x80) == 0)
137 offset = ((op & 0x3f) << 2) + 4;
139 if (op & 0x40)
147 if ((op & 0xf0) == 0x80)
149 op = (op << 8) | next_unwind_byte (uws);
150 if (op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/arm/
H A Dthumb2_relax.s5 .macro ls op w=".w"
7 \op r1, [r5]
8 \op r1, [r5, #(far_\op + 4)]
9 \op r1, [r5, #far_\op]
10 \op\w r1, [r5, #far_\op]
11 \op r1, [r5, #-far_\op]
[all...]
H A Dvfp-fma-inc.s6 .macro dyadic op cond="" f32=".f32" f64=".f64"
8 \op\cond\f32 s0,s1,s2
9 \op\cond\f64 d0,d1,d2
12 .macro dyadic_c op
13 dyadic \op
14 dyadic \op eq
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/nothreads/include/isc/
H A Donce.h31 #define isc_once_do(op, f) \
32 (!*(op) ? (f(), *(op) = ISC_TRUE, ISC_R_SUCCESS) : ISC_R_SUCCESS)
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/nothreads/include/isc/
H A Donce.h31 #define isc_once_do(op, f) \
32 (!*(op) ? (f(), *(op) = ISC_TRUE, ISC_R_SUCCESS) : ISC_R_SUCCESS)
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/
H A Di82093var.h11 physdev_op_t op; local
14 op.cmd = PHYSDEVOP_APIC_READ;
15 op.u.apic_op.apic_physbase = sc->sc_pa;
16 op.u.apic_op.reg = regid;
17 ret = HYPERVISOR_physdev_op(&op);
22 return op.u.apic_op.value;
28 physdev_op_t op; local
31 op.cmd = PHYSDEVOP_APIC_WRITE;
32 op.u.apic_op.apic_physbase = sc->sc_pa;
33 op
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/src/
H A Dget.c32 mpc_get_dc (mpc_srcptr op, mpc_rnd_t rnd) { argument
33 return I * mpfr_get_d (mpc_imagref (op), MPC_RND_IM (rnd))
34 + mpfr_get_d (mpc_realref (op), MPC_RND_RE (rnd));
38 mpc_get_ldc (mpc_srcptr op, mpc_rnd_t rnd) { argument
39 return I * mpfr_get_ld (mpc_imagref (op), MPC_RND_IM (rnd))
40 + mpfr_get_ld (mpc_realref (op), MPC_RND_RE (rnd));
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dbpf_image.c60 const char *fmt, *op; local
68 op = "unimp";
74 op = "ret";
79 op = "ret";
84 op = "ld";
89 op = "ldh";
94 op = "ldb";
99 op = "ld";
104 op = "ld";
109 op
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A D20031011-2.c9 char *op = buf; local
12 if (g(op - buf + 1))
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.c-torture/compile/
H A D20031011-2.c9 char *op = buf; local
12 if (g(op - buf + 1))

Completed in 206 milliseconds

1234567891011>>