Searched refs:op (Results 51 - 75 of 1676) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/samba4/
H A Dpguid.c46 pguid_op_add( Operation *op, SlapReply *rs ) argument
48 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
56 if ( dn_match( &op->o_req_ndn, &op->o_bd->be_nsuffix[0] ) ) {
60 dnParent( &op->o_req_dn, &pdn );
61 dnParent( &op->o_req_ndn, &pndn );
63 rc = overlay_entry_get_ov( op, &pndn, NULL, slap_schema.si_ad_entryUUID, 0, &e, on );
66 op->o_log_prefix, pdn.bv_val, rc );
73 op->o_log_prefix, pdn.bv_val, rc );
78 if ( op
122 pguid_op_rename( Operation *op, SlapReply *rs ) argument
212 pguid_repair_cb( Operation *op, SlapReply *rs ) argument
285 Operation *op; local
[all...]
H A Drdnval.c67 rdnval_unique_check_cb( Operation *op, SlapReply *rs ) argument
70 int *p = (int *)op->o_callback->sc_private;
78 rdnval_unique_check( Operation *op, BerVarray vals ) argument
80 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
82 BackendDB db = *op->o_bd;
83 Operation op2 = *op;
92 if ( op->o_tag == LDAP_REQ_ADD
93 && be_issuffix( op->o_bd, &op->o_req_ndn ) )
101 op2.o_dn = op
178 rdnval_rdn2vals( Operation *op, SlapReply *rs, struct berval *dn, struct berval *ndn, BerVarray *valsp, BerVarray *nvalsp, int *numvalsp ) argument
297 rdnval_op_add( Operation *op, SlapReply *rs ) argument
338 rdnval_op_rename( Operation *op, SlapReply *rs ) argument
419 rdnval_repair_cb( Operation *op, SlapReply *rs ) argument
476 Operation *op; local
[all...]
H A Dvernum.c52 vernum_op_add( Operation *op, SlapReply *rs ) argument
54 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
61 assert( op->ora_e != NULL );
63 if ( BER_BVISEMPTY( &op->ora_e->e_nname ) ) {
67 a = attr_find( op->ora_e->e_attrs, vn->vn_attr );
72 if ( attr_find( op->ora_e->e_attrs, vn->vn_vernum ) != NULL ) {
83 for ( ap = &op->ora_e->e_attrs; *ap != NULL; ap = &(*ap)->a_next )
92 vernum_op_modify( Operation *op, SlapReply *rs ) argument
94 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
102 for ( ml = op
198 vernum_repair_cb( Operation *op, SlapReply *rs ) argument
243 Operation *op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dadd.c37 do_add( Operation *op, SlapReply *rs ) argument
39 BerElement *ber = op->o_ber;
54 op->o_log_prefix, 0, 0 );
71 op->o_log_prefix, 0, 0 );
72 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
77 op->o_log_prefix, dn.bv_val, 0 );
92 op->o_log_prefix, 0, 0 );
93 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "decoding error" );
100 op->o_log_prefix, tmp.sml_type.bv_val, 0 );
101 send_ldap_error( op, r
232 fe_op_add( Operation *op, SlapReply *rs ) argument
582 slap_add_opattrs( Operation *op, const char **text, char *textbuf, size_t textlen, int manage_ctxcsn ) argument
[all...]
H A Dextended.c118 Operation *op,
126 op->o_log_prefix, 0, 0 );
128 if( op->o_protocol < LDAP_VERSION3 ) {
130 op->o_log_prefix, op->o_protocol, 0 );
131 send_ldap_discon( op, rs, LDAP_PROTOCOL_ERROR, "requires LDAPv3" );
136 if ( ber_scanf( op->o_ber, "{m" /*}*/, &op->ore_reqoid ) == LBER_ERROR ) {
138 op->o_log_prefix, 0, 0 );
139 send_ldap_discon( op, r
117 do_extended( Operation *op, SlapReply *rs ) argument
196 fe_extended( Operation *op, SlapReply *rs ) argument
368 whoami_extop( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/examples_c/csv/
H A Dquery.c42 "field[op]value\tDisplay fields by value (=, !=, <, <=, >, >=, ~, !~)" },
119 char *field, *op, *value; local
122 * We expect to see "field [op] value" -- figure it out.
134 op = field + len;
137 switch (op[0]) {
140 value = op + 1;
143 if (op[1] == '=') {
145 value = op + 2;
148 if (op[1] == '~') {
150 value = op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Ddelete.c35 meta_back_delete( Operation *op, SlapReply *rs ) argument
37 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
47 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
48 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
59 dc.conn = op->o_conn;
63 if ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
64 send_ldap_result( op, rs );
69 ctrls = op->o_ctrls;
70 if ( meta_back_controls_add( op, rs, mc, candidate, &ctrls ) != LDAP_SUCCESS )
72 send_ldap_result( op, r
[all...]
H A Dmodrdn.c35 meta_back_modrdn( Operation *op, SlapReply *rs ) argument
37 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
49 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
50 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
58 dc.conn = op->o_conn;
61 if ( op->orr_newSup ) {
88 if ( op->o_protocol == 0 || op->o_protocol == LDAP_VERSION3 ) {
94 /* op->o_protocol cannot be anything but LDAPv3,
97 send_ldap_result( op, r
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dsearch.c27 Operation *op,
30 PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private;
45 XPUSHs(sv_2mortal(newSVpv( op->o_req_ndn.bv_val , 0)));
46 XPUSHs(sv_2mortal(newSViv( op->ors_scope )));
47 XPUSHs(sv_2mortal(newSViv( op->ors_deref )));
48 XPUSHs(sv_2mortal(newSViv( op->ors_slimit )));
49 XPUSHs(sv_2mortal(newSViv( op->ors_tlimit )));
50 XPUSHs(sv_2mortal(newSVpv( op->ors_filterstr.bv_val , 0)));
51 XPUSHs(sv_2mortal(newSViv( op->ors_attrsonly )));
53 for ( an = op
26 perl_back_search( Operation *op, SlapReply *rs ) argument
[all...]
H A Dbind.c28 Operation *op,
33 PerlBackend *perl_back = (PerlBackend *) op->o_bd->be_private;
37 switch ( be_rootdn_bind( op, rs ) ) {
53 XPUSHs(sv_2mortal(newSVpv( op->o_req_dn.bv_val , 0)));
54 XPUSHs(sv_2mortal(newSVpv( op->orb_cred.bv_val , op->orb_cred.bv_len)));
77 send_ldap_result( op, rs );
27 perl_back_bind( Operation *op, SlapReply *rs ) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/slapi/
H A Dslapi_overlay.c37 static int slapi_over_response( Operation *op, SlapReply *rs );
38 static int slapi_over_cleanup( Operation *op, SlapReply *rs );
41 slapi_over_pblock_new( Operation *op, SlapReply *rs ) argument
46 pb->pb_op = op;
47 pb->pb_conn = op->o_conn;
51 PBLOCK_ASSERT_OP( pb, op->o_tag );
57 slapi_op_internal_p( Operation *op, SlapReply *rs, slap_callback *cb ) argument
66 * op plugins
68 for ( pcb = op->o_callback; pcb != NULL; pcb = pcb->sc_next ) {
79 pb = slapi_over_pblock_new( op, r
143 slapi_over_aux_operational( Operation *op, SlapReply *rs ) argument
191 Operation *op; local
207 slapi_over_search( Operation *op, SlapReply *rs, int type ) argument
232 slapi_over_result( Operation *op, SlapReply *rs, int type ) argument
245 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc ) argument
296 slapi_op_search_callback( Operation *op, SlapReply *rs, int prc ) argument
402 slap_operation_t op; local
440 slapi_over_merge_controls( Operation *op, SlapReply *rs ) argument
479 slapi_over_unmerge_controls( Operation *op, SlapReply *rs ) argument
498 slapi_over_response( Operation *op, SlapReply *rs ) argument
527 slapi_over_cleanup( Operation *op, SlapReply *rs ) argument
556 slapi_op_func( Operation *op, SlapReply *rs ) argument
666 slapi_over_extended( Operation *op, SlapReply *rs ) argument
715 slapi_over_access_allowed( Operation *op, Entry *e, AttributeDescription *desc, struct berval *val, slap_access_t access, AccessControlState *state, slap_mask_t *maskp ) argument
752 slapi_over_acl_group( Operation *op, Entry *target, struct berval *gr_ndn, struct berval *op_ndn, ObjectClass *group_oc, AttributeDescription *group_at ) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dudis86_syn-intel.c41 opr_cast(struct ud* u, struct ud_operand* op) argument
43 switch(op->size) {
59 static void gen_operand(struct ud* u, struct ud_operand* op, int syn_cast) argument
61 switch(op->type) {
63 mkasm(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
71 opr_cast(u, op);
78 if (op->base) {
79 mkasm(u, "%s", ud_reg_tab[op->base - UD_R_AL]);
83 if (op->index) {
86 mkasm(u, "%s", ud_reg_tab[op
[all...]
H A Dudis86_syn-att.c41 opr_cast(struct ud* u, struct ud_operand* op) argument
43 switch(op->size) {
55 gen_operand(struct ud* u, struct ud_operand* op) argument
57 switch(op->type) {
59 mkasm(u, "%%%s", ud_reg_tab[op->base - UD_R_AL]);
63 if (u->br_far) opr_cast(u, op);
66 if (op->offset == 8) {
67 if (op->lval.sbyte < 0)
68 mkasm(u, "-0x%x", (-op->lval.sbyte) & 0xff);
69 else mkasm(u, "0x%x", op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Ddelete.c36 Operation *op,
39 ldapinfo_t *li = (ldapinfo_t *)op->o_bd->be_private;
47 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
52 ctrls = op->o_ctrls;
53 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
55 send_ldap_result( op, rs );
60 rs->sr_err = ldap_delete_ext( lc->lc_ld, op->o_req_dn.bv_val,
62 rc = ldap_back_op_result( lc, op, rs, msgid,
67 if ( ldap_back_retry( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
69 (void)ldap_back_controls_free( op, r
35 ldap_back_delete( Operation *op, SlapReply *rs ) argument
[all...]
H A Dextended.c31 typedef int (ldap_back_exop_f)( Operation *op, SlapReply *rs, ldapconn_t **lc );
45 ldap_back_extended_one( Operation *op, SlapReply *rs, ldap_back_exop_f exop ) argument
47 ldapinfo_t *li = (ldapinfo_t *) op->o_bd->be_private;
57 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
61 ctrls = op->o_ctrls;
62 if ( ldap_back_controls_add( op, rs, lc, &ctrls ) )
64 op->o_ctrls = oldctrls;
65 send_ldap_extended( op, rs );
72 op->o_ctrls = ctrls;
73 rc = exop( op, r
87 ldap_back_extended( Operation *op, SlapReply *rs ) argument
110 ldap_back_exop_passwd( Operation *op, SlapReply *rs, ldapconn_t **lcp ) argument
297 ldap_back_exop_generic( Operation *op, SlapReply *rs, ldapconn_t **lcp ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-shell/
H A Dadd.c43 Operation *op,
46 struct shellinfo *si = (struct shellinfo *) op->o_bd->be_private;
52 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
57 if ( ! access_allowed( op, op->oq_add.rs_e,
60 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
65 send_ldap_error( op, rs, LDAP_OTHER,
72 fprintf( wfp, "msgid: %ld\n", (long) op->o_msgid );
73 print_suffixes( wfp, op->o_bd );
75 fprintf( wfp, "%s", entry2str( op
42 shell_back_add( Operation *op, SlapReply *rs ) argument
[all...]
H A Dmodify.c43 Operation *op,
47 struct shellinfo *si = (struct shellinfo *) op->o_bd->be_private;
49 Modifications *ml = op->orm_modlist;
55 send_ldap_error( op, rs, LDAP_UNWILLING_TO_PERFORM,
61 e.e_name = op->o_req_dn;
62 e.e_nname = op->o_req_ndn;
69 if ( ! access_allowed( op, &e,
72 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
77 send_ldap_error( op, rs, LDAP_OTHER,
84 fprintf( wfp, "msgid: %ld\n", (long) op
42 shell_back_modify( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sock/
H A Dadd.c33 Operation *op,
36 struct sockinfo *si = (struct sockinfo *) op->o_bd->be_private;
41 if ( ! access_allowed( op, op->oq_add.rs_e,
44 send_ldap_error( op, rs, LDAP_INSUFFICIENT_ACCESS, NULL );
49 send_ldap_error( op, rs, LDAP_OTHER,
56 fprintf( fp, "msgid: %ld\n", (long) op->o_msgid );
57 sock_print_conn( fp, op->o_conn, si );
58 sock_print_suffixes( fp, op->o_bd );
60 fprintf( fp, "%s", entry2str( op
32 sock_back_add( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Dmodify.c33 backsql_modify( Operation *op, SlapReply *rs ) argument
35 backsql_info *bi = (backsql_info*)op->o_bd->be_private;
40 int manageDSAit = get_manageDSAit( op );
49 op->o_req_ndn.bv_val, 0, 0 );
51 rs->sr_err = backsql_get_db_conn( op, &dbh );
66 rs->sr_err = backsql_init_search( &bsi, &op->o_req_ndn,
68 (time_t)(-1), NULL, dbh, op, rs,
77 dn_match( &op->o_req_ndn, &bsi.bsi_e->e_nname ) )
110 if ( get_assert( op ) &&
111 ( test_filter( op,
[all...]
H A Dcompare.c32 backsql_compare( Operation *op, SlapReply *rs ) argument
39 int manageDSAit = get_manageDSAit( op );
44 rs->sr_err = backsql_get_db_conn( op, &dbh );
55 anlist[ 0 ].an_name = op->oq_compare.rs_ava->aa_desc->ad_cname;
56 anlist[ 0 ].an_desc = op->oq_compare.rs_ava->aa_desc;
63 rc = backsql_init_search( &bsi, &op->o_req_ndn, LDAP_SCOPE_BASE,
64 (time_t)(-1), NULL, dbh, op, rs, anlist,
72 dn_match( &op->o_req_ndn, &bsi.bsi_e->e_nname ) )
92 if ( get_assert( op ) &&
93 ( test_filter( op,
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dtranslucent.c150 translucent_cfadd( Operation *op, SlapReply *rs, Entry *e, ConfigArgs *ca ) argument
173 config_build_entry( op, rs, cei, ca, &bv,
193 if ( c->op == SLAP_CONFIG_EMIT ) {
200 } else if ( c->op == LDAP_MOD_DELETE ) {
236 void glue_parent(Operation *op) { argument
237 Operation nop = *op;
238 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
244 dnParent( &op->o_req_ndn, &pdn );
245 ber_dupbv_x( &ndn, &pdn, op->o_tmpmemctx );
281 op
309 translucent_add(Operation *op, SlapReply *rs) argument
333 translucent_modrdn(Operation *op, SlapReply *rs) argument
360 translucent_delete(Operation *op, SlapReply *rs) argument
375 translucent_tag_cb( Operation *op, SlapReply *rs ) argument
392 translucent_modify(Operation *op, SlapReply *rs) argument
585 translucent_compare(Operation *op, SlapReply *rs) argument
626 translucent_pwmod(Operation *op, SlapReply *rs) argument
725 translucent_exop(Operation *op, SlapReply *rs) argument
775 translucent_search_cb(Operation *op, SlapReply *rs) argument
957 trans_filter_dup(Operation *op, Filter *f, AttributeName *an) argument
1029 trans_filter_free( Operation *op, Filter *f ) argument
1064 translucent_search(Operation *op, SlapReply *rs) argument
1174 translucent_bind(Operation *op, SlapReply *rs) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Djobs.c32 static void do_job_op(http_t *http, int job_id, ipp_op_t op);
44 const char *op; /* Operation name */ local
81 if ((op = cgiGetVariable("OP")) != NULL && job_id > 0 && cgiIsPOST())
87 if (!strcmp(op, "cancel-job"))
89 else if (!strcmp(op, "hold-job"))
91 else if (!strcmp(op, "move-job"))
93 else if (!strcmp(op, "release-job"))
95 else if (!strcmp(op, "restart-job"))
104 cgiCopyTemplateLang("error-op.tmpl");
140 ipp_op_t op) /*
138 do_job_op(http_t *http, int job_id, ipp_op_t op) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-relay/
H A Dop.c0 /* op.c - relay backend operations */
68 * Callbacks: Caller changed op->o_bd from Relay to underlying
79 relay_back_cleanup_cb( Operation *op, SlapReply *rs ) argument
81 op->o_bd = ((relay_callback *) op->o_callback)->rcb_bd;
86 relay_back_response_cb( Operation *op, SlapReply *rs ) argument
88 relay_callback *rcb = (relay_callback *) op->o_callback;
91 rcb->rcb_bd = op->o_bd;
92 op->o_bd = op
117 relay_back_select_backend( Operation *op, SlapReply *rs, int which ) argument
194 relay_back_op( Operation *op, SlapReply *rs, int which ) argument
231 relay_back_op_bind( Operation *op, SlapReply *rs ) argument
284 relay_back_entry_get_rw( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **e ) argument
312 relay_back_has_subordinates( Operation *op, Entry *e, int *hasSubs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/trace/
H A Dtrace.c34 trace_op2str( Operation *op, char **op_strp ) argument
36 switch ( op->o_tag ) {
85 trace_op_func( Operation *op, SlapReply *rs ) argument
89 (void)trace_op2str( op, &op_str );
91 switch ( op->o_tag ) {
94 "%s trace op=EXTENDED dn=\"%s\" reqoid=%s\n",
95 op->o_log_prefix,
96 BER_BVISNULL( &op->o_req_ndn ) ? "(null)" : op->o_req_ndn.bv_val,
97 BER_BVISNULL( &op
112 trace_response( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dist/template/
H A Drec_utemp9 PREF_FUNC_recover(dbenv, dbtp, lsnp, op)
13 db_recops op;
19 (void)PREF_DUP_print(dbenv, dbtp, lsnp, op);
51 if (cmp_p == 0 && DB_REDO(op)) {
54 } else if (cmp_n == 0 && !DB_REDO(op)) {

Completed in 321 milliseconds

1234567891011>>