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

1234567891011>>

/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/control/
H A Dno-op.tcl1 # no-op.tcl --
3 # The [no-op] command of the package "control".
7 # RCS: @(#) $Id: no-op.tcl,v 1.2 2004/01/15 06:36:12 andreas_kupries Exp $
11 proc no-op args {}
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dswapop.c35 * if size<0 then (-size) used and (-size==4)&&(op==3) => op=7
42 register int op; local
51 for (op = 0; op < z; op++)
52 if (!memcmp(internal, swapmem(op, external, tmp, z), z))
54 if (size < 0 && z == 4 && op == 3)
55 op = 7;
56 return op;
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DResolveOperation.h65 ResolveOperation op; local
66 op.m_operation = GetAndReturnScopedVar;
67 op.m_offset = offset;
68 return op;
72 ResolveOperation op; local
73 op.m_operation = CheckForDynamicEntriesBeforeGlobalScope;
74 return op;
79 ResolveOperation op; local
80 op.m_operation = couldBeWatched ? GetAndReturnGlobalVarWatchable : GetAndReturnGlobalVar;
81 op
86 ResolveOperation op; local
92 ResolveOperation op; local
98 ResolveOperation op; local
105 ResolveOperation op; local
112 ResolveOperation op; local
118 ResolveOperation op; local
124 ResolveOperation op; local
130 ResolveOperation op; local
136 ResolveOperation op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-dnssrv/
H A Dbind.c35 Operation *op,
39 BER_BVISNULL( &op->o_req_dn ) ? "" : op->o_req_dn.bv_val,
40 op->orb_method, 0 );
44 switch ( be_rootdn_bind( op, NULL ) ) {
55 if ( !BER_BVISNULL( &op->orb_cred ) &&
56 !BER_BVISEMPTY( &op->orb_cred ) )
61 op->o_log_prefix,
62 BER_BVISNULL( &op->o_req_dn ) ? "" : op
34 dnssrv_back_bind( Operation *op, SlapReply *rs ) argument
[all...]
H A Dcompare.c34 Operation *op,
39 assert( get_manageDSAit( op ) );
41 send_ldap_error( op, rs, LDAP_OTHER,
33 dnssrv_back_compare( Operation *op, SlapReply *rs ) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dunbind.c37 do_unbind( Operation *op, SlapReply *rs ) argument
40 op->o_log_prefix, 0, 0 );
48 Statslog( LDAP_DEBUG_STATS, "%s UNBIND\n", op->o_log_prefix,
52 op->o_bd = frontendDB;
53 (void)frontendDB->be_unbind( op, rs );
54 op->o_bd = NULL;
58 (void)backend_unbind( op, rs );
H A Dbind.c38 Operation *op,
41 BerElement *ber = op->o_ber;
50 op->o_log_prefix, 0, 0 );
55 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
56 if ( op->o_conn->c_sasl_bind_in_progress ) {
57 be = op->o_conn->c_authz_backend;
59 if ( !BER_BVISEMPTY( &op->o_conn->c_dn ) ) {
63 op->o_log_prefix, 0, 0, 0, 0 );
65 connection2anonymous( op->o_conn );
66 if ( op
37 do_bind( Operation *op, SlapReply *rs ) argument
228 fe_op_bind( Operation *op, SlapReply *rs ) argument
404 fe_op_bind_success( Operation *op, SlapReply *rs ) argument
[all...]
H A Ddelete.c39 Operation *op,
45 op->o_log_prefix, 0, 0 );
52 if ( ber_scanf( op->o_ber, "m", &dn ) == LBER_ERROR ) {
54 op->o_log_prefix, 0, 0 );
55 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
59 if( get_ctrls( op, rs, 1 ) != LDAP_SUCCESS ) {
61 op->o_log_prefix, 0, 0 );
65 rs->sr_err = dnPrettyNormal( NULL, &dn, &op->o_req_dn, &op->o_req_ndn,
66 op
38 do_delete( Operation *op, SlapReply *rs ) argument
111 fe_op_delete( Operation *op, SlapReply *rs ) argument
[all...]
H A Dsearch.c38 Operation *op, /* info about the op to which we're responding */
45 op->o_log_prefix, 0, 0 );
72 if ( ber_scanf( op->o_ber, "{miiiib" /*}*/,
73 &base, &op->ors_scope, &op->ors_deref, &op->ors_slimit,
74 &op->ors_tlimit, &op->ors_attrsonly ) == LBER_ERROR )
76 send_ldap_discon( op, r
37 do_search( Operation *op, SlapReply *rs ) argument
270 fe_op_search( Operation *op, SlapReply *rs ) argument
[all...]
H A Dabandon.c35 do_abandon( Operation *op, SlapReply *rs ) argument
42 op->o_log_prefix, 0, 0 );
50 if ( ber_scanf( op->o_ber, "i", &id ) == LBER_ERROR ) {
52 op->o_log_prefix, 0, 0 );
53 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
58 op->o_log_prefix, (long) id, 0, 0, 0 );
60 if( get_ctrls( op, rs, 0 ) != LDAP_SUCCESS ) {
62 op->o_log_prefix, 0, 0 );
67 op->o_log_prefix, (long) id, 0 );
71 op
132 fe_op_abandon( Operation *op, SlapReply *rs ) argument
[all...]
H A Dcompare.c36 Operation *op,
45 op->o_log_prefix, 0, 0 );
58 if ( ber_scanf( op->o_ber, "{m" /*}*/, &dn ) == LBER_ERROR ) {
60 op->o_log_prefix, 0, 0 );
61 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
65 if ( ber_scanf( op->o_ber, "{mm}", &desc, &value ) == LBER_ERROR ) {
67 op->o_log_prefix, 0, 0 );
68 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
72 if ( ber_scanf( op->o_ber, /*{*/ "}" ) == LBER_ERROR ) {
74 op
35 do_compare( Operation *op, SlapReply *rs ) argument
140 fe_op_compare( Operation *op, SlapReply *rs ) argument
350 slap_compare_entry( Operation *op, Entry *e, AttributeAssertion *ava ) argument
[all...]
H A Doperation.c57 Operation *op, *op2; local
58 for ( op = data; op; op = op2 ) {
59 op2 = LDAP_STAILQ_NEXT( op, o_next );
60 ber_memfree_x( op, NULL );
65 slap_op_groups_free( Operation *op )
68 for ( g = op->o_groups; g; g = n ) {
70 slap_sl_free( g, op->o_tmpmemctx );
72 op
76 slap_op_free( Operation *op, void *ctx ) argument
181 Operation *op = NULL; local
[all...]
H A Dstarttls.c29 starttls_extop ( Operation *op, SlapReply *rs ) argument
34 op->o_log_prefix, 0, 0, 0, 0 );
36 if ( op->ore_reqdata != NULL ) {
43 ldap_pvt_thread_mutex_lock( &op->o_conn->c_mutex );
46 if (op->o_conn->c_is_tls != 0) {
52 /* can't start TLS if there are other op's around */
53 if (( !LDAP_STAILQ_EMPTY(&op->o_conn->c_ops) &&
54 (LDAP_STAILQ_FIRST(&op->o_conn->c_ops) != op ||
55 LDAP_STAILQ_NEXT(op, o_nex
[all...]
H A Dmodrdn.c45 Operation *op,
61 op->o_log_prefix, 0, 0 );
73 if ( ber_scanf( op->o_ber, "{mmb", &dn, &newrdn, &deloldrdn )
77 op->o_log_prefix, 0, 0 );
78 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
84 if ( ber_peek_tag( op->o_ber, &length ) == LDAP_TAG_NEWSUPERIOR ) {
85 if ( op->o_protocol < LDAP_VERSION3 ) {
91 op->o_log_prefix, 0, 0 );
93 send_ldap_discon( op, rs,
99 if ( ber_scanf( op
44 do_modrdn( Operation *op, SlapReply *rs ) argument
215 fe_op_modrdn( Operation *op, SlapReply *rs ) argument
386 slap_modrdn2mods( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/nothreads/include/isc/
H A Donce.h29 #define isc_once_do(op, f) \
30 (!*(op) ? (f(), *(op) = ISC_TRUE, ISC_R_SUCCESS) : ISC_R_SUCCESS)
/macosx-10.9.5/libpcap-42/libpcap/
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...]
/macosx-10.9.5/ntp-88/lib/isc/nothreads/include/isc/
H A Donce.h29 #define isc_once_do(op, f) \
30 (!*(op) ? (f(), *(op) = ISC_TRUE, ISC_R_SUCCESS) : ISC_R_SUCCESS)
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/stdio/
H A Dfseek.c31 fseek(Sfio_t* f, long off, int op) argument
33 STDIO_INT(f, "fseek", int, (Sfio_t*, long, int), (f, off, op))
35 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
41 fseek64(Sfio_t* f, int64_t off, int op) argument
43 STDIO_INT(f, "fseek64", int, (Sfio_t*, int64_t, int), (f, off, op))
45 return sfseek(f, (Sfoff_t)off, op|SF_SHARE) >= 0 ? 0 : -1;
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/comp/
H A Dgetsubopt.c42 getsubopt(register char** op, char* const* tp, char** vp)
48 if (*(b = *op))
74 *op = s;
76 for (op = (char**)tp; *op; op++)
77 if (streq(b, *op))
78 return op - (char**)tp;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dmodrdn.c36 Operation *op,
39 ldapinfo_t *li = (ldapinfo_t *)op->o_bd->be_private;
49 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
53 if ( op->orr_newSup ) {
60 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
66 /* op->o_protocol cannot be anything but LDAPv3,
69 send_ldap_result( op, rs );
73 newSup = op->orr_newSup->bv_val;
78 newrdn = op
35 ldap_back_modrdn( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dsearch.c43 Operation *op,
46 struct shellinfo *si = (struct shellinfo *) op->o_bd->be_private;
51 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
57 send_ldap_error( op, rs, LDAP_OTHER,
64 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid );
65 print_suffixes( wfp, op->o_bd );
66 fprintf( wfp, "base: %s\n", op->o_req_dn.bv_val );
67 fprintf( wfp, "scope: %d\n", op->oq_search.rs_scope );
68 fprintf( wfp, "deref: %d\n", op->oq_search.rs_deref );
69 fprintf( wfp, "sizelimit: %d\n", op
42 shell_back_search( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dmodrdn.c33 Operation *op,
36 struct sockinfo *si = (struct sockinfo *) op->o_bd->be_private;
42 e.e_name = op->o_req_dn;
43 e.e_nname = op->o_req_ndn;
50 if ( ! access_allowed( op, &e, entry, NULL,
51 op->oq_modrdn.rs_newSup ? ACL_WDEL : ACL_WRITE,
54 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
59 send_ldap_error( op, rs, LDAP_OTHER,
66 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
67 sock_print_conn( fp, op
32 sock_back_modrdn( Operation *op, SlapReply *rs ) argument
[all...]
H A Dsearch.c37 Operation *op,
40 struct sockinfo *si = (struct sockinfo *) op->o_bd->be_private;
45 send_ldap_error( op, rs, LDAP_OTHER,
52 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
53 sock_print_conn( fp, op->o_conn, si );
54 sock_print_suffixes( fp, op->o_bd );
55 fprintf( fp, "base: %s\n", op->o_req_dn.bv_val );
56 fprintf( fp, "scope: %d\n", op->oq_search.rs_scope );
57 fprintf( fp, "deref: %d\n", op->oq_search.rs_deref );
58 fprintf( fp, "sizelimit: %d\n", op
36 sock_back_search( Operation *op, SlapReply *rs ) argument
[all...]
H A Dbind.c33 Operation *op,
36 struct sockinfo *si = (struct sockinfo *) op->o_bd->be_private;
43 e.e_name = op->o_req_dn;
44 e.e_nname = op->o_req_ndn;
51 if ( ! access_allowed( op, &e,
54 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
59 send_ldap_error( op, rs, LDAP_OTHER,
66 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
67 sock_print_conn( fp, op->o_conn, si );
68 sock_print_suffixes( fp, op
32 sock_back_bind( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-monitor/
H A Dbind.c34 monitor_back_bind( Operation *op, SlapReply *rs ) argument
37 op->o_req_dn.bv_val, 0, 0 );
39 if ( be_isroot_pw( op ) ) {
44 send_ldap_result( op, rs );

Completed in 146 milliseconds

1234567891011>>