Searched refs:op (Results 226 - 250 of 1676) sorted by relevance

1234567891011>>

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldif/
H A Dldif.c193 ndn2path( Operation *op, struct berval *dn, struct berval *res, int empty_ok ) argument
195 BackendDB *be = op->o_bd;
538 Operation *op,
548 if ( op->o_abandon )
632 Operation *op,
647 if ( op->o_abandon && op->o_tag != LDAP_REQ_BIND )
693 Operation *op,
701 dnParent( &op->o_req_dn, &pdn );
702 dnParent( &op
537 ldif_write_entry( Operation *op, Entry *e, const struct berval *path, const char *parentdir, const char **text ) argument
631 ldif_read_entry( Operation *op, const char *path, struct berval *pdn, struct berval *pndn, Entry **entryp, const char **text ) argument
692 get_entry( Operation *op, Entry **entryp, struct berval *pathp, const char **text ) argument
737 ldif_send_entry( Operation *op, SlapReply *rs, Entry *e, int scope ) argument
801 ldif_readdir( Operation *op, SlapReply *rs, const struct berval *path, bvlist **listp, ber_len_t *fname_maxlenp ) argument
914 ldif_search_entry( Operation *op, SlapReply *rs, Entry *e, int scope, struct berval *path ) argument
1009 search_tree( Operation *op, SlapReply *rs ) argument
1043 ldif_prepare_create( Operation *op, Entry *e, struct berval *dnpath, char **need_dir, const char **text ) argument
1140 apply_modify_to_entry( Entry *entry, Modifications *modlist, Operation *op, SlapReply *rs, char *textbuf ) argument
1245 ldif_back_referrals( Operation *op, SlapReply *rs ) argument
1321 ldif_back_bind( Operation *op, SlapReply *rs ) argument
1377 ldif_back_search( Operation *op, SlapReply *rs ) argument
1390 ldif_back_add( Operation *op, SlapReply *rs ) argument
1436 ldif_back_modify( Operation *op, SlapReply *rs ) argument
1472 ldif_back_delete( Operation *op, SlapReply *rs ) argument
1544 ldif_move_entry( Operation *op, Entry *entry, int same_ndn, struct berval *oldpath, const char **text ) argument
1627 ldif_back_modrdn( Operation *op, SlapReply *rs ) argument
1677 ldif_back_entry_get( Operation *op, struct berval *ndn, ObjectClass *oc, AttributeDescription *at, int rw, Entry **e ) argument
1775 Operation op = {0}; local
1810 Operation op = {0}; local
[all...]
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.alloc.c247 union overhead *op; local
258 op = (union overhead *) sbrk(0);
259 memtop = (char *) op;
262 if ((long) op & 0x3ff) {
263 memtop = sbrk((int) (1024 - ((long) op & 0x3ff)));
264 memtop += (long) (1024 - ((long) op & 0x3ff));
271 op = (union overhead *) memtop;
273 if ((long) op == -1)
280 if (((U_long) op) & ROUNDUP) {
281 op
303 union overhead *op; local
380 union overhead *op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-meta/
H A Dsearch.c47 Operation *op,
70 Operation *op,
77 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
90 op->o_log_prefix, candidate, 0 );
117 op->o_log_prefix, candidate, buf );
131 op->o_log_prefix, candidate, buf );
146 op->o_log_prefix, candidate, buf );
155 op->o_log_prefix, candidate, (void *)mc );
157 rc = meta_back_init_one_conn( op, rs, *mcp, candidate,
185 if ( op
69 meta_search_dobind_init( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, SlapReply *candidates ) argument
372 meta_search_dobind_result( Operation *op, SlapReply *rs, metaconn_t **mcp, int candidate, SlapReply *candidates, LDAPMessage *res ) argument
443 meta_back_search_start( Operation *op, SlapReply *rs, dncookie *dc, metaconn_t **mcp, int candidate, SlapReply *candidates, struct berval *prcookie, ber_int_t prsize ) argument
771 meta_back_search( Operation *op, SlapReply *rs ) argument
2024 meta_send_entry( Operation *op, SlapReply *rs, metaconn_t *mc, int target, LDAPMessage *e ) argument
[all...]
H A Dadd.c36 meta_back_add( Operation *op, SlapReply *rs ) argument
38 metainfo_t *mi = ( metainfo_t * )op->o_bd->be_private;
52 op->o_req_dn.bv_val, 0, 0 );
57 mc = meta_back_getconn( op, rs, &candidate, LDAP_BACK_SENDERR );
58 if ( !mc || !meta_back_dobind( op, rs, mc, LDAP_BACK_SENDERR ) ) {
69 dc.conn = op->o_conn;
73 if ( ldap_back_dn_massage( &dc, &op->o_req_dn, &mdn ) ) {
74 send_ldap_result( op, rs );
79 for ( i = 1, a = op->ora_e->e_attrs; a; i++, a = a->a_next );
85 isupdate = be_shadow_update( op );
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-sql/
H A Ddelete.c33 Operation *op; member in struct:backsql_delete_attr_t
46 rc = backsql_modify_delete_all_values( bda->op,
58 Operation *op,
66 bda.op = op;
82 Operation *op,
89 backsql_info *bi = (backsql_info*)op->o_bd->be_private;
99 rs->sr_err = backsql_delete_all_attrs( op, rs, dbh, eid );
293 backsql_tree_delete_search_cb( Operation *op, SlapReply *rs ) argument
299 btd = (backsql_tree_delete_t *)op
57 backsql_delete_all_attrs( Operation *op, SlapReply *rs, SQLHDBC dbh, backsql_entryID *eid ) argument
81 backsql_delete_int( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp, backsql_entryID *eid, Entry **ep ) argument
329 backsql_tree_delete( Operation *op, SlapReply *rs, SQLHDBC dbh, SQLHSTMT *sthp ) argument
403 backsql_delete( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/libedit/src/
H A Dprompt.c83 prompt_print(EditLine *el, int op) argument
89 if (op == EL_PROMPT)
149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) argument
153 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
159 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
181 prompt_get(EditLine *el, el_pfunc_t *prf, Char *c, int op) argument
188 if (op == EL_PROMPT)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Doperational.c33 Operation *op,
37 struct bdb_info *bdb = (struct bdb_info *) op->o_bd->be_private;
53 rc = be_entry_get_rw( op, &e->e_nname, NULL, NULL, 0, &ee );
66 /* Check for a txn in a parent op, otherwise use reader txn */
67 LDAP_SLIST_FOREACH( oex, &op->o_extra, oe_next ) {
75 rc = bdb_reader_get(op, bdb->bi_dbenv, &rtxn);
86 rc = bdb_cache_children( op, rtxn, e );
111 if ( release && e != NULL ) be_entry_release_r( op, e );
120 Operation *op,
140 rc = bdb_hasSubordinates( op, r
32 bdb_hasSubordinates( Operation *op, Entry *e, int *hasSubordinates ) argument
119 bdb_operational( Operation *op, SlapReply *rs ) argument
[all...]
H A Ddn2entry.c32 Operation *op,
47 rc = bdb_cache_find_ndn( op, tid, dn, &ei );
55 rc2 = bdb_cache_find_id( op, tid, ei->bei_id,
67 rc = bdb_cache_find_id( op, tid, ei->bei_id, &ei, ID_LOCKED,
75 rc2 = bdb_cache_find_id( op, tid, ei->bei_id, &ei, 0,
31 bdb_dn2entry( Operation *op, DB_TXN *tid, struct berval *dn, EntryInfo **e, int matched, DB_LOCK *lock ) argument
/macosx-10.9.5/libedit-39/src/
H A Dprompt.c83 prompt_print(EditLine *el, int op) argument
89 if (op == EL_PROMPT)
149 prompt_set(EditLine *el, el_pfunc_t prf, Char c, int op, int wide) argument
153 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
159 if (op == EL_PROMPT || op == EL_PROMPT_ESC)
181 prompt_get(EditLine *el, el_pfunc_t *prf, Char *c, int op) argument
188 if (op == EL_PROMPT)
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Daccesslog.c99 { "logops", "op|writes|reads|session|all", 2, 0, 0,
122 { "logbase", "op|writes|reads|session|all< <baseDN", 3, 3, 0,
583 log_old_lookup( Operation *op, SlapReply *rs ) argument
585 purge_data *pd = op->o_callback->sc_private;
627 Operation *op; local
638 op = &opbuf.ob_op;
651 op->o_tag = LDAP_REQ_SEARCH;
652 op->o_bd = li->li_db;
653 op->o_dn = li->li_db->be_rootdn;
654 op
1281 accesslog_entry( Operation *op, SlapReply *rs, int logop, Operation *op2 ) argument
1424 accesslog_response(Operation *op, SlapReply *rs) argument
1803 accesslog_bind_resp( Operation *op, SlapReply *rs ) argument
1822 accesslog_op_bind( Operation *op, SlapReply *rs ) argument
1840 accesslog_mod_cleanup( Operation *op, SlapReply *rs ) argument
1858 accesslog_op_mod( Operation *op, SlapReply *rs ) argument
1913 accesslog_unbind( Operation *op, SlapReply *rs ) argument
1957 accesslog_abandon( Operation *op, SlapReply *rs ) argument
2011 accesslog_operational( Operation *op, SlapReply *rs ) argument
2091 Operation *op; local
[all...]
H A Dodusers.c23 static int odusers_add_authdata(Operation *op, SlapReply *rs, uuid_t newuuid);
58 static int odusers_delete(Operation *op, SlapReply *rs) { argument
64 struct berval *dn = &op->o_req_ndn;
66 if(op->o_req_ndn.bv_len < 14 || !(strnstr(op->o_req_ndn.bv_val, "cn=users,", op->o_req_ndn.bv_len)!=NULL || strnstr(op->o_req_ndn.bv_val, "cn=computers,", op->o_req_ndn.bv_len)!=NULL) || strnstr(op->o_req_ndn.bv_val, "cn=authdata", op
126 odusers_search_bridge_authdata(Operation *op, SlapReply *rs, const char *reqattr) argument
182 odusers_search_effective_userpolicy(Operation *op, SlapReply *rs) argument
242 odusers_search_globalpolicy(Operation *op, SlapReply *rs) argument
293 odusers_search_pwsprefs(Operation *op, SlapReply *rs) argument
403 odusers_isaccount(Operation *op) argument
412 odusers_search(Operation *op, SlapReply *rs) argument
527 odusers_response(Operation *op, SlapReply *rs) argument
594 odusers_modify_bridge_authdata(Operation *op, SlapReply *rs) argument
636 odusers_modify_globalpolicy(Operation *op, SlapReply *rs) argument
717 odusers_enforce_admin(Operation *op) argument
746 odusers_rename(Operation *op, SlapReply *rs) argument
1008 odusers_modify(Operation *op, SlapReply *rs) argument
1057 odusers_copy_pwspubkey(Operation *op) argument
1132 odusers_add_authdata(Operation *op, SlapReply *rs, uuid_t newuuid) argument
1513 odusers_add_aa(Operation *op, SlapReply *rs, uuid_t newuuid) argument
1606 odusers_add(Operation *op, SlapReply *rs) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dapplehelpers.h13 Entry *odusers_copy_entry(Operation *op);
28 char *odusers_copy_krbrealm(Operation *op);
29 char *odusers_copy_recname(Operation *op);
30 char *odusers_copy_primarymasterip(Operation *op);
35 int odusers_krb_auth(Operation *op, char *password);
H A DmatchedValues.c27 Operation *op,
35 Operation *op,
43 Operation *op,
51 Operation *op,
61 Operation *op,
70 for ( vrf = op->o_vrFilter; vrf != NULL; vrf = vrf->vrf_next ) {
85 rc = test_ava_vrFilter( op, a, vrf->vrf_ava,
92 rc = test_substrings_vrFilter( op, a,
99 rc = test_presence_vrFilter( op, a,
105 rc = test_ava_vrFilter( op,
60 filter_matched_values( Operation *op, Attribute *a, char ***e_flags ) argument
135 test_ava_vrFilter( Operation *op, Attribute *a, AttributeAssertion *ava, int type, char ***e_flags ) argument
208 test_presence_vrFilter( Operation *op, Attribute *a, AttributeDescription *desc, char ***e_flags ) argument
229 test_substrings_vrFilter( Operation *op, Attribute *a, ValuesReturnFilter *vrf, char ***e_flags ) argument
267 test_mra_vrFilter( Operation *op, Attribute *a, MatchingRuleAssertion *mra, char ***e_flags ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-perl/
H A Dmodify.c22 Operation *op,
25 PerlBackend *perl_back = (PerlBackend *)op->o_bd->be_private;
26 Modifications *modlist = op->orm_modlist;
38 XPUSHs(sv_2mortal(newSVpv( op->o_req_dn.bv_val , 0)));
90 send_ldap_result( op, rs );
21 perl_back_modify( Operation *op, SlapReply *rs ) argument
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/shell-backends/
H A Dshellutil.h103 void write_entry( struct ldop *op, struct ldentry *entry, FILE *ofp );
104 int test_filter( struct ldop *op, struct ldentry *entry );
106 int attr_requested( char *name, struct ldop *op );
107 int parse_input( FILE *ifp, FILE *ofp, struct ldop *op );
113 extern void dump_ldop (struct ldop *op);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/misc/
H A Dfs3d.c40 fs3d(register int op) argument
59 if (FS3D_op(op) == FS3D_OP_INIT && mount(FS3D_init, NiL, FS3D_VIEW, NiL))
73 if (cur != op)
75 switch (FS3D_op(op))
84 sfsprintf(val, sizeof(val), "%s=%d", off, FS3D_arg(op));
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/port/
H A Dastquery.c49 Sfio_t* op; local
74 op = wfp;
79 op = sfstderr;
82 sfvprintf(op, format, ap);
83 sfsync(op);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pexpression.tcl64 proc ::pt::pe::Verify {pe op arguments} {
71 #puts "VE <$pe /$op /$arguments>"
76 if {![info exists ourarity($op)]} {
77 return -code error $ourprefix[format $ourbadop $op]
80 lassign $ourarity($op) min max
84 return -code error $ourprefix[format $ourwrongargs $op]
91 ($op eq "..") && ([lindex $arguments 0] eq [lindex $arguments 1]))
109 proc ::pt::pe::Canonicalize {pe op arguments} {
114 if {($op eq ".." ) &&
118 return [list $op {*}
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dm10300-dis.c37 struct mn10300_opcode *op = (struct mn10300_opcode *) mn10300_opcodes; local
44 while (op->name)
48 if (op->format == FMT_S0)
50 else if (op->format == FMT_S1
51 || op->format == FMT_D0)
53 else if (op->format == FMT_S2
54 || op->format == FMT_D1)
56 else if (op->format == FMT_S4)
58 else if (op->format == FMT_D2)
60 else if (op
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGNode.h90 Node(NodeType op, CodeOrigin codeOrigin, const AdjacencyList& children) argument
97 setOpAndDefaultFlags(op);
101 Node(NodeType op, CodeOrigin codeOrigin, Edge child1 = Edge(), Edge child2 = Edge(), Edge child3 = Edge()) argument
108 setOpAndDefaultFlags(op);
113 Node(NodeType op, CodeOrigin codeOrigin, OpInfo imm, Edge child1 = Edge(), Edge child2 = Edge(), Edge child3 = Edge()) argument
121 setOpAndDefaultFlags(op);
126 Node(NodeType op, CodeOrigin codeOrigin, OpInfo imm1, OpInfo imm2, Edge child1 = Edge(), Edge child2 = Edge(), Edge child3 = Edge()) argument
135 setOpAndDefaultFlags(op);
140 Node(VarArgTag, NodeType op, CodeOrigin codeOrigin, OpInfo imm1, OpInfo imm2, unsigned firstChild, unsigned numChildren) argument
149 setOpAndDefaultFlags(op);
153 NodeType op() const { return static_cast<NodeType>(m_op); } function in struct:JSC::DFG::Node
159 setOp(NodeType op) argument
194 setOpAndDefaultFlags(NodeType op) argument
200 setOpAndDefaultNonExitFlags(NodeType op) argument
206 setOpAndDefaultNonExitFlagsUnchecked(NodeType op) argument
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/disassembler/udis86/
H A Dudis86_decode.c285 decode_a(struct ud* u, struct ud_operand *op) argument
289 op->type = UD_OP_PTR;
290 op->size = 32;
291 op->lval.ptr.off = ud_inp_uint16(u);
292 op->lval.ptr.seg = ud_inp_uint16(u);
295 op->type = UD_OP_PTR;
296 op->size = 48;
297 op->lval.ptr.off = ud_inp_uint32(u);
298 op->lval.ptr.seg = ud_inp_uint16(u);
403 decode_imm(struct ud* u, unsigned int s, struct ud_operand *op) argument
449 decode_modrm_rm(struct ud *u, struct ud_operand *op, unsigned char type, unsigned int size) argument
595 decode_o(struct ud* u, unsigned int s, struct ud_operand *op) argument
[all...]
/macosx-10.9.5/Libc-997.90.3/gen/FreeBSD/
H A Dsetmode.c180 char op, *ep; local
259 getop: if ((op = *p++) != '+' && op != '-' && op != '=') {
263 if (op == '=')
306 ADDCMD(op, who, perm, mask);
309 if (op == '=')
311 if (op == '+' && permXbits) {
315 ADDCMD(*p, who, op, mask);
323 if (perm || (op
357 addcmd(BITCMD *set, int op, int who, int oparg, u_int mask) argument
425 int setbits, clrbits, Xbits, op; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbreg/
H A Ddbreg_rec.c53 __dbreg_register_recover(env, dbtp, lsnp, op, info)
57 db_recops op;
87 if ((DB_REDO(op) ||
88 op == DB_TXN_OPENFILES || op == DB_TXN_POPENFILES))
94 if (DB_UNDO(op))
108 if (DB_UNDO(op) || op == DB_TXN_POPENFILES)
114 if (DB_UNDO(op) ||
115 op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/cloak/
H A Dcloak.c53 if ( c->op == SLAP_CONFIG_EMIT ) {
87 } else if ( c->op == LDAP_MOD_DELETE ) {
180 cloak_search_response_cb( Operation *op, SlapReply *rs ) argument
187 assert( op && op->o_callback && rs );
193 sc = op->o_callback;
223 rs_entry2modifiable( op, rs, (slap_overinst *) op->o_bd->bd_info );
255 cloak_search_cleanup_cb( Operation *op, SlapReply *rs ) argument
258 slap_freeself_cb( op, r
265 cloak_search( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/cups-372.4/cups/cgi-bin/
H A Dclasses.c34 static void do_class_op(http_t *http, const char *printer, ipp_op_t op,
54 const char *op; /* Operation to perform, if any */ local
68 op = cgiGetVariable("OP");
108 if (!op || !cgiIsPOST())
150 if (!*op)
164 else if (!strcmp(op, "start-class"))
166 else if (!strcmp(op, "stop-class"))
168 else if (!strcmp(op, "accept-jobs"))
170 else if (!strcmp(op, "reject-jobs"))
172 else if (!strcmp(op, "purg
219 do_class_op(http_t *http, const char *printer, ipp_op_t op, const char *title) argument
[all...]

Completed in 325 milliseconds

1234567891011>>