Searched refs:op (Results 176 - 200 of 1676) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dmemberof.c195 memberof_isGroupOrMember_cb( Operation *op, SlapReply *rs ) argument
200 mc = (memberof_cookie_t *)op->o_callback->sc_private;
212 memberof_saveMember_cb( Operation *op, SlapReply *rs ) argument
218 mc = (memberof_cookie_t *)op->o_callback->sc_private;
226 ber_bvarray_dup_x( &mc->vals, a->a_nvals, op->o_tmpmemctx );
240 memberof_isGroupOrMember( Operation *op, memberof_cbinfo_t *mci ) argument
245 Operation op2 = *op;
247 BackendInfo *bi = op->o_bd->bd_info;
256 if ( op->o_tag == LDAP_REQ_DELETE ) {
265 op2.o_dn = op
330 memberof_value_modify( Operation *op, struct berval *ndn, AttributeDescription *ad, struct berval *old_dn, struct berval *old_ndn, struct berval *new_dn, struct berval *new_ndn ) argument
483 memberof_cleanup( Operation *op, SlapReply *rs ) argument
503 memberof_op_add( Operation *op, SlapReply *rs ) argument
741 memberof_op_delete( Operation *op, SlapReply *rs ) argument
777 memberof_op_modify( Operation *op, SlapReply *rs ) argument
1199 memberof_op_modrdn( Operation *op, SlapReply *rs ) argument
1230 memberof_res_add( Operation *op, SlapReply *rs ) argument
1295 memberof_res_delete( Operation *op, SlapReply *rs ) argument
1338 memberof_res_modify( Operation *op, SlapReply *rs ) argument
1478 memberof_res_modrdn( Operation *op, SlapReply *rs ) argument
[all...]
H A Dpcache.c182 typedef CachedQuery *(QCfunc)(Operation *op, struct query_manager_s*,
184 typedef CachedQuery *(AddQueryfunc)(Operation *op, struct query_manager_s*,
334 Operation *op,
340 Operation *op,
349 Operation *op,
356 query2url( Operation *op, CachedQuery *q, struct berval *urlbv, int dolock ) argument
375 filter2bv_x( op, q->filter, &bv_filter );
406 ptr = urlbv->bv_val = ber_memalloc_x( urlbv->bv_len + 1, op->o_tmpmemctx );
426 ber_memfree_x( bv_filter.bv_val, op->o_tmpmemctx );
593 Operation *op,
591 url2query( char *url, Operation *op, query_manager *qm ) argument
828 merge_entry( Operation *op, Entry *e, int dup, struct berval* query_uuid ) argument
1133 merge_init_final(Operation *op, struct berval* init, struct berval* any, struct berval* final) argument
1199 substr_containment_substr(Operation *op, Filter* stored, Filter* incoming) argument
1232 substr_containment_equality(Operation *op, Filter* stored, Filter* incoming) argument
1270 find_filter( Operation *op, Avlnode *root, Filter *inputf, Filter *first ) argument
1433 query_containment(Operation *op, query_manager *qm, Query *query, QueryTemplate *templa) argument
1546 add_query( Operation *op, query_manager* qm, Query* query, QueryTemplate *templ, pc_caching_reason_t why, int wlock) argument
1760 remove_func( Operation *op, SlapReply *rs ) argument
1786 remove_query_data( Operation *op, struct berval *query_uuid ) argument
1879 filter2template( Operation *op, Filter *f, struct berval *fstr ) argument
2007 remove_query_and_data( Operation *op, cache_manager *cm, struct berval *uuid ) argument
2044 fetch_queryId_cb( Operation *op, SlapReply *rs ) argument
2081 pcache_remove_entries_from_cache( Operation *op, cache_manager *cm, BerVarray entryUUIDs ) argument
2174 pcache_remove_query_from_cache( Operation *op, cache_manager *cm, struct berval *queryid ) argument
2195 pcache_remove_entry_queries_from_cache( Operation *op, cache_manager *cm, struct berval *ndn, struct berval *queryid ) argument
2289 cache_entries( Operation *op, struct berval *query_uuid ) argument
2339 pcache_op_cleanup( Operation *op, SlapReply *rs ) argument
2433 pcache_response( Operation *op, SlapReply *rs ) argument
2543 pcache_chk_controls( Operation *op, SlapReply *rs ) argument
2574 pc_setpw( Operation *op, struct berval *pwd, cache_manager *cm ) argument
2626 pc_bind_save( Operation *op, SlapReply *rs ) argument
2651 pc_bind_attrs( Operation *op, Entry *e, QueryTemplate *temp, struct berval *fbv ) argument
2702 pc_bind_search( Operation *op, SlapReply *rs ) argument
2743 pc_bind_resp( Operation *op, SlapReply *rs ) argument
2761 pcache_op_privdb( Operation *op, SlapReply *rs ) argument
2827 pcache_op_bind( Operation *op, SlapReply *rs ) argument
2947 pcache_op_search( Operation *op, SlapReply *rs ) argument
3264 dnl_alloc( Operation *op, struct berval *bvdn ) argument
3276 refresh_merge( Operation *op, SlapReply *rs ) argument
3358 refresh_purge( Operation *op, SlapReply *rs ) argument
3390 refresh_query( Operation *op, CachedQuery *query, slap_overinst *on ) argument
3504 Operation *op; local
3775 pc_cfadd( Operation *op, SlapReply *rs, Entry *p, ConfigArgs *ca ) argument
4533 pcache_cachedquery_open_cb( Operation *op, SlapReply *rs ) argument
4557 pcache_cachedquery_count_cb( Operation *op, SlapReply *rs ) argument
4609 Operation *op; local
4795 Operation *op; local
4945 parse_privdb_ctrl( Operation *op, SlapReply *rs, LDAPControl *ctrl ) argument
5184 pcache_exop_query_delete( Operation *op, SlapReply *rs ) argument
5257 pcache_op_extended( Operation *op, SlapReply *rs ) argument
5344 pcache_entry_release( Operation *op, Entry *e, int rw ) argument
5360 pcache_monitor_update( Operation *op, SlapReply *rs, Entry *e, void *priv ) argument
[all...]
H A Dseqmod.c54 seqmod_op_cleanup( Operation *op, SlapReply *rs ) argument
56 slap_callback *sc = op->o_callback;
61 mtdummy.mt_op = op;
62 /* This op is done, remove it */
77 op->o_callback = sc->sc_next;
78 op->o_tmpfree( sc, op->o_tmpmemctx );
84 seqmod_op_mod( Operation *op, SlapReply *rs ) argument
86 slap_overinst *on = (slap_overinst *)op->o_bd->bd_info;
92 cb = op
132 seqmod_op_extended( Operation *op, SlapReply *rs ) argument
[all...]
H A Drefint.c148 switch ( c->op ) {
397 Operation *op,
403 refint_q *rq = op->o_callback->sc_private;
425 ip = op->o_tmpalloc(sizeof(dependent_data), op->o_tmpmemctx );
426 ber_dupbv_x( &ip->dn, &rs->sr_entry->e_name, op->o_tmpmemctx );
427 ber_dupbv_x( &ip->ndn, &rs->sr_entry->e_nname, op->o_tmpmemctx );
449 na = op->o_tmpcalloc( 1,
451 op->o_tmpmemctx );
468 ber_dupbv_x( &olddn, &a->a_vals[i], op
396 refint_search_cb( Operation *op, SlapReply *rs ) argument
522 refint_repair( Operation *op, refint_data *id, refint_q *rq ) argument
700 Operation *op; local
842 refint_response( Operation *op, SlapReply *rs ) argument
[all...]
H A Ddynid.c62 Operation *op,
69 if(!op || !rs) return(0);
74 uc = op->o_callback->sc_private;
88 Operation *op,
94 slap_overinst *on = (slap_overinst *) op->o_bd->bd_info;
116 uq.ndn = &op->o_req_ndn;
120 nop->o_ndn = op->o_bd->be_rootndn;
130 op->o_bd->bd_info = (BackendInfo *) on->on_info;
138 op->o_bd->bd_info = (BackendInfo *) on->on_info;
146 static __attribute__ ((noinline)) int dynid_addownerguid(Operation *op, SlapRepl argument
61 dynid_count_attr_cb( Operation *op, SlapReply *rs ) argument
87 dynid_search( Operation *op, Operation *nop, char *key, struct berval *searchbase ) argument
214 dynid_addownerguidextended(Operation *op, SlapReply *rs) argument
269 dynid_generate_id(Operation *op) argument
314 dynid_generate_uuid(Operation *op) argument
344 dynid_is_member_cb( Operation *op, SlapReply *rs ) argument
362 dynid_is_member( Operation *op, struct berval* groupDN, AttributeDescription *searchAttr, struct berval* searchID, int * result) argument
411 dynid_is_match(Operation *op) argument
477 dynid_add(Operation *op, SlapReply *rs) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Drecdscript.tcl8 # Usage: recdscript op dir envcmd dbfile cmd
9 # op: primary txn operation
19 set usage "recdscript op dir envcmd dbfile gidfile cmd"
28 set op [ lindex $argv 0 ]
35 op_recover_prep $op $dir $envcmd $dbfile $gidfile $cmd
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dfrontend.c48 Operation *op,
58 bd = op->o_bd;
59 op->o_bd = select_backend( ndn, 0 );
60 if ( op->o_bd != NULL ) {
61 if ( op->o_bd->be_fetch ) {
62 rc = op->o_bd->be_fetch( op, ndn, oc, at, rw, e );
65 op->o_bd = bd;
72 Operation *op,
79 bd = op
47 fe_entry_get_rw( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **e ) argument
71 fe_entry_release_rw( Operation *op, Entry *e, int rw ) argument
[all...]
H A Dslapauth.c39 do_check( Connection *c, Operation *op, struct berval *id ) argument
44 rc = slap_sasl_getdn( c, op, id, realm, &authcdn, SLAP_GETDN_AUTHCID );
53 rc = slap_sasl_authorized( op, &authcdn, &authzID );
70 op->o_tmpfree( authcdn.bv_val, op->o_tmpmemctx );
85 Operation *op; local
95 op = &opbuf.ob_op;
102 rc = slap_sasl_getdn( &conn, op, &authzID, NULL, &authzdn,
119 rc = do_check( &conn, op, &authcID );
128 rc = slap_sasl_getdn( &conn, op,
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_lib/
H A Derdouble.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 8);
131 rpc_advance_mop(mp, op, 8);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Derfloat.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 4);
131 rpc_advance_mop(mp, op, 4);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Derhyper.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 8);
131 rpc_advance_mop(mp, op, 8);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Derlong.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 4);
131 rpc_advance_mop(mp, op, 4);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Dershort.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 2);
131 rpc_advance_mop(mp, op, 2);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Deruhyper.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 8);
131 rpc_advance_mop(mp, op, 8);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Derulong.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 4);
131 rpc_advance_mop(mp, op, 4);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
H A Derushort.c115 rpc_op_t op; local
128 op = NIDL_msp->op;
129 rpc_align_mop(mp, op, 2);
131 rpc_advance_mop(mp, op, 2);
132 NIDL_msp->space_in_buff -= (op - NIDL_msp->op);
134 NIDL_msp->op = op;
179 rpc_align_mop(p_unmar_params->mp, p_unmar_params->op,
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/fileops/
H A Dfop_rec.c59 __fop_create_recover(env, dbtp, lsnp, op, info)
63 db_recops op;
84 if (DB_UNDO(op)) {
101 } else if (DB_REDO(op)) {
125 __fop_remove_recover(env, dbtp, lsnp, op, info)
129 db_recops op;
147 if (DB_REDO(op))
165 __fop_write_recover(env, dbtp, lsnp, op, info)
169 db_recops op;
181 if (DB_UNDO(op))
[all...]
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/regex/
H A Dregsubcomp.c115 register regsubop_t* op; local
142 op = sub->re_ops;
194 op->op = f = g = flags & (REG_SUB_LOWER|REG_SUB_UPPER);
195 op->off = 0;
234 switch (op->op)
289 if ((op->len = (t - sub->re_rhs) - op->off) && (n = ++op
[all...]
/macosx-10.9.5/ntp-88/ntpq/
H A Dlibntpq_subs.c46 int ntpq_doquerylist(struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap ) argument
48 return doquerylist(vlist, op, associd, auth, rstatus, dsize, &*datap );
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dw65-dis.c62 const struct opinfo *op; local
75 for (op = optable; op->val != insn[0]; op++)
78 fpr (stream, "%s", op->name);
89 switch (op->amode)
/macosx-10.9.5/diskdev_cmds-572.1.1/vndevice.tproj/
H A Dvndevice.c63 int op = kAttach; local
73 op = kAttach;
79 op = kDetach;
85 op = kShadow;
95 switch (op) {
107 switch (op) {
/macosx-10.9.5/llvmCore-3425.0.33/utils/TableGen/
H A DAsmWriterInst.h57 AsmWriterOperand(OpType op = isLiteralTextOperand):OperandType(op) {}
60 OpType op = isLiteralTextOperand)
61 : OperandType(op), Str(LitStr) {}
67 OpType op = isMachineInstrOperand)
68 : OperandType(op), Str(Printer), CGIOpNo(_CGIOpNo), MIOpNo(_MIOpNo),
/macosx-10.9.5/ruby-104/ruby/lib/irb/
H A Dslex.rb167 def match(chrs, op = "")
168 D_DETAIL.print "match>: ", chrs, "op:", op, "\n"
170 if @preproc.nil? || @preproc.call(op, chrs)
171 DOUT.printf(D_DETAIL, "op1: %s\n", op)
172 @postproc.call(op, chrs)
179 if ret = node.match(chrs, op+ch)
183 if @postproc and @preproc.nil? || @preproc.call(op, chrs)
184 DOUT.printf(D_DETAIL, "op2: %s\n", op.inspect)
185 ret = @postproc.call(op, chr
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dmodify.c36 Operation *op,
39 ldapinfo_t *li = (ldapinfo_t *)op->o_bd->be_private;
51 if ( !ldap_back_dobind( &lc, op, rs, LDAP_BACK_SENDERR ) ) {
55 for ( i = 0, ml = op->orm_modlist; ml; i++, ml = ml->sml_next )
66 isupdate = be_shadow_update( op );
67 for ( i = 0, ml = op->orm_modlist; ml; ml = ml->sml_next ) {
68 if ( !isupdate && !get_relax( op ) && ml->sml_desc->ad_type->sat_no_user_mod )
101 ctrls = op->o_ctrls;
102 rc = ldap_back_controls_add( op, rs, lc, &ctrls );
104 send_ldap_result( op, r
35 ldap_back_modify( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dconn.c237 Operation *op )
239 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
267 Operation *op,
275 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
310 op->o_log_prefix, buf, 0 );
322 if ( op->o_conn && ( sendok & LDAP_BACK_SENDERR ) ) {
324 send_ldap_result( op, rs );
380 && op->o_conn
383 send_ldap_result( op, rs );
411 } else if ( op
266 meta_back_init_one_conn( Operation *op, SlapReply *rs, metaconn_t *mc, int candidate, int ispriv, ldap_back_send_t sendok, int dolock ) argument
688 meta_back_retry( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, ldap_back_send_t sendok ) argument
866 meta_back_conn_cb( Operation *op, SlapReply *rs ) argument
888 meta_back_get_candidate( Operation *op, SlapReply *rs, struct berval *ndn ) argument
1063 meta_back_getconn( Operation *op, SlapReply *rs, int *candidate, ldap_back_send_t sendok ) argument
1820 meta_back_quarantine( Operation *op, SlapReply *rs, int candidate ) argument
[all...]

Completed in 752 milliseconds

1234567891011>>