Searched refs:op (Results 251 - 275 of 1676) sorted by relevance

<<11121314151617181920>>

/macosx-10.9.5/BerkeleyDB-21/db/test/
H A Dfop002.tcl43 foreach op $ops {
44 puts "\t\tFop002.a: Testing $op for failure."
45 switch $op {
47 test_$op $testfile $omethod $args $rdonly 1
50 test_$op $testfile $destfile 1
53 test_$op $testfile $omethod $args 1
56 test_$op $testfile 1
68 foreach op $ops {
69 puts "\t\tFop002.b: Testing $op for success."
70 switch $op {
[all...]
H A Drep042script.tcl13 # op: operation: one of del or truncate
18 set usage "repscript masterdir sleepval dbname op"
30 set op [lindex $argv 3]
63 if { $op == "del" } {
68 } elseif { $op == "truncate" } {
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_client/
H A Ddlquery.cpp49 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const char *s) argument
50 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_STRING),
54 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const std::string &s) argument
55 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_STRING),
59 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, uint32 value) argument
60 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_UINT32),
64 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, bool value) argument
65 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_UINT32),
69 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const CssmData &data) argument
70 : mName(attr.name()), mOperator(op), mForma
74 Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const CSSM_GUID &guid) argument
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_client/lib/
H A Ddlquery.cpp49 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const char *s) argument
50 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_STRING),
54 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const std::string &s) argument
55 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_STRING),
59 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, uint32 value) argument
60 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_UINT32),
64 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, bool value) argument
65 : mName(attr.name()), mOperator(op), mFormat(CSSM_DB_ATTRIBUTE_FORMAT_UINT32),
69 Comparison::Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const CssmData &data) argument
70 : mName(attr.name()), mOperator(op), mForma
74 Comparison(const Attribute &attr, CSSM_DB_OPERATOR op, const CSSM_GUID &guid) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/ffidl/ffidl/demos/other/
H A Dtest-gmpz.tcl9 foreach {op op1 op2 result} {
28 if {[string compare [$op $op1 $op2] $result] != 0} {
29 puts "\[$op $op1 $op2\] == [$op $op1 $op2] instead of $result"
37 foreach {op op1 result} {
47 if {[string compare [$op $op1] $result] != 0} {
48 puts "\[$op $op1\] == [$op $op1] instead of $result"
56 foreach {op ibase obase result} {
62 if {[string compare [zcvt $op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/overlays/
H A Dnestedgroup.c31 Operation *op,
36 nestedgroup_ismember_t *ismember = (nestedgroup_ismember_t *)op->o_callback->sc_private;
49 Operation *op,
55 Operation nop = *op;
63 target_bd = select_backend(&op->o_req_ndn, 0);
99 Operation *op,
106 nestedgroup_id_to_dn_t *object_dn = (nestedgroup_id_to_dn_t *)op->o_callback->sc_private;
111 ber_dupbv_x( &object_dn->target_dn, &(rs->sr_entry->e_nname), op->o_tmpmemctx);
123 Operation *op,
128 Operation nop = *op;
30 nestedgroup_is_member_cb( Operation *op, SlapReply *rs ) argument
48 nestedgroup_is_member( Operation *op, struct berval* groupDN, AttributeDescription *searchAttr, struct berval* searchID, int * result) argument
98 nestedgroup_id_to_dn_cb( Operation *op, SlapReply *rs ) argument
122 nestedgroup_id_to_dn( Operation *op, AttributeDescription *searchAttr, struct berval* searchID, struct berval* resultDN) argument
182 nestedgroup_getgroup(Operation *op, adpair *ap, int *isMember ) argument
248 nestedgroup_response( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/dbinc/
H A Dos.h24 #define RETRY_CHK(op, ret) do { \
27 if ((op) == 0) \
38 #define RETRY_CHK(op, ret) do { \
41 if ((op) == 0) \
53 #define RETRY_CHK_EINTR_ONLY(op, ret) do { \
56 if ((op) == 0) \
/macosx-10.9.5/libedit-39/src/
H A Deln.c112 el_set(EditLine *el, int op, ...) argument
119 va_start(ap, op);
121 switch (op) {
125 ret = prompt_set(el, p, 0, op, 0);
137 ret = el_wset(el, op, va_arg(ap, char *));
141 ret = el_wset(el, op, ct_decode_string(va_arg(ap, char *),
149 ret = el_wset(el, op, va_arg(ap, int));
175 switch (op) {
233 ret = el_wset(el, op, va_arg(ap, el_rfunc_t));
237 ret = el_wset(el, op, va_ar
267 el_get(EditLine *el, int op, ...) argument
[all...]
/macosx-10.9.5/cxxfilt-11/cxxfilt/opcodes/
H A Dsh-dis.c33 print_movxy (const sh_opcode_info *op, argument
41 fprintf_fn (stream, "%s\t", op->name);
44 switch (op->arg[n])
132 const sh_opcode_info *op; local
146 op = first_movy;
148 op = first_movx;
150 while (op->nibbles[2] != (unsigned) ((insn >> 4) & 3)
151 || op->nibbles[3] != (unsigned) (insn & 0xf))
152 op++;
154 print_movxy (op,
248 const sh_opcode_info *op; local
390 const sh_opcode_info *op; local
[all...]
/macosx-10.9.5/tcpdump-56/tcpdump/
H A Dprint-ospf6.c475 ospf6_decode_v3(register const struct ospf6hdr *op, argument
484 switch (op->ospf6_type) {
489 EXTRACT_32BITS(&op->ospf6_hello.hello_options)));
491 TCHECK(op->ospf6_hello.hello_deadint);
493 EXTRACT_16BITS(&op->ospf6_hello.hello_helloint),
494 EXTRACT_16BITS(&op->ospf6_hello.hello_deadint),
495 ipaddr_string(&op->ospf6_hello.hello_ifid),
496 op->ospf6_hello.hello_priority);
498 TCHECK(op->ospf6_hello.hello_dr);
499 if (op
588 register const struct ospf6hdr *op; local
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dsaslauthz.c910 Operation *op,
1011 rc = dnNormalize( 0, NULL, NULL, &bv, nbase, op->o_tmpmemctx );
1016 ber_dupbv_x( nbase, &bv, op->o_tmpmemctx );
1022 ber_dupbv_x( nbase, &bv, op->o_tmpmemctx );
1043 Connection c = *op->o_conn;
1069 rc = slap_sasl_getdn( &c, op, &user,
1125 rc = dnNormalize( 0, NULL, NULL, &group_dn, nbase, op->o_tmpmemctx );
1131 ber_dupbv_x( nbase, &group_dn, op->o_tmpmemctx );
1210 *filter = str2filter_x( op, ludp->lud_filter );
1221 rc = dnNormalize( 0, NULL, NULL, base, nbase, op
909 slap_parseURI( Operation *op, struct berval *uri, struct berval *base, struct berval *nbase, int *scope, Filter **filter, struct berval *fstr, int normalize ) argument
1582 sasl_sc_sasl2dn( Operation *op, SlapReply *rs ) argument
1624 slap_sasl_matches( Operation *op, BerVarray rules, struct berval *assertDN, struct berval *authc ) argument
1658 Operation op = {0}; local
1865 slap_sasl_check_authz( Operation *op, struct berval *searchDN, struct berval *assertDN, AttributeDescription *ad, struct berval *authc ) argument
1915 Operation op = {0}; local
2035 slap_sasl_authorized( Operation *op, struct berval *authcDN, struct berval *authzDN ) argument
[all...]
H A Dslapschema.c51 Operation *op = NULL; local
88 op = &opbuf.ob_op;
89 op->o_tmpmemctx = NULL;
90 op->o_bd = be;
128 be_entry_release_r( op, e );
136 be_entry_release_r( op, e );
146 rc = entry_schema_check( op, e, NULL, 0, 0, NULL,
156 be_entry_release_r( op, e );
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrJIT.cpp418 // and no repeating ones, this op is used to return match failure.
433 explicit YarrOp(YarrOpCode op) argument
434 : m_op(op)
606 YarrOp& op = m_ops[opIndex]; local
607 m_backtrackingState.append(op.m_jumps);
612 YarrOp& op = m_ops[opIndex]; local
613 PatternTerm* term = op.m_term;
624 op.m_jumps.append(jump());
630 op.m_jumps.append(jump());
632 op
642 YarrOp& op = m_ops[opIndex]; local
673 YarrOp& op = m_ops[opIndex]; local
687 YarrOp& op = m_ops[opIndex]; local
737 YarrOp& op = m_ops[opIndex]; local
862 YarrOp& op = m_ops[opIndex]; local
899 YarrOp& op = m_ops[opIndex]; local
930 YarrOp& op = m_ops[opIndex]; local
946 YarrOp& op = m_ops[opIndex]; local
957 YarrOp& op = m_ops[opIndex]; local
989 YarrOp& op = m_ops[opIndex]; local
1012 YarrOp& op = m_ops[opIndex]; local
1046 YarrOp& op = m_ops[opIndex]; local
1084 YarrOp& op = m_ops[opIndex]; local
1100 YarrOp& op = m_ops[opIndex]; local
1111 YarrOp& op = m_ops[opIndex]; local
1149 YarrOp& op = m_ops[opIndex]; local
1213 YarrOp& op = m_ops[opIndex]; local
1279 YarrOp& op = m_ops[opIndex]; local
1353 YarrOp& op = m_ops[opIndex]; local
1754 YarrOp& op = m_ops[opIndex]; local
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/lock/
H A Dlock_timer.c26 __lock_set_timeout(env, locker, timeout, op)
30 u_int32_t op;
37 ret = __lock_set_timeout_internal(env, locker, timeout, op);
54 __lock_set_timeout_internal(env, sh_locker, timeout, op)
58 u_int32_t op;
63 if (op == DB_SET_TXN_TIMEOUT) {
68 } else if (op == DB_SET_LOCK_TIMEOUT) {
71 } else if (op == DB_SET_TXN_NOW) {
/macosx-10.9.5/BerkeleyDB-21/db/txn/
H A Dtxn_rec.c54 __txn_regop_recover(env, dbtp, lsnp, op, info)
58 db_recops op;
67 (void)__txn_regop_print(env, dbtp, lsnp, op, info);
80 if (op == DB_TXN_FORWARD_ROLL) {
138 __txn_xa_regop_recover(env, dbtp, lsnp, op, info)
142 db_recops op;
153 (void)__txn_xa_regop_print(env, dbtp, lsnp, op, info);
180 if (op == DB_TXN_FORWARD_ROLL) {
184 } else if (op == DB_TXN_BACKWARD_ROLL && status == TXN_PREPARE) {
187 * 1. The transaction is already committed, no-op
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/ldapc++/src/
H A DLDAPModification.cpp13 LDAPModification::LDAPModification(const LDAPAttribute& attr, mod_op op){ argument
18 m_mod_op = op;
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/contrib/slapd-modules/lastbind/
H A Dlastbind.c105 lastbind_bind_response( Operation *op, SlapReply *rs ) argument
108 BackendInfo *bi = op->o_bd->bd_info;
116 rc = be_entry_get_rw( op, &op->o_req_ndn, NULL, NULL, 0, &e );
117 op->o_bd->bd_info = bi;
124 lastbind_info *lbi = (lastbind_info *) op->o_callback->sc_private;
169 be_entry_release_r( op, e );
173 Operation op2 = *op;
181 op2.o_dn = op->o_bd->be_rootdn;
182 op2.o_ndn = op
193 lastbind_bind( Operation *op, SlapReply *rs ) argument
[all...]
/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-ldap/
H A Dproto-ldap.h50 int ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok );
51 int ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok );
53 int ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs,
55 int ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send_t sendok );
72 Operation *op,
81 Operation *op,
87 ldap_back_controls_free( Operation *op, SlapReply *rs, LDAPControl ***pctrls );
91 Operation *op,
/macosx-10.9.5/Security-55471.14.18/include/security_codesigning/
H A Drequirement.h189 inline CodeSigning::ExprOp h2n(CodeSigning::ExprOp op) argument
191 uint32_t intOp = (uint32_t) op;
195 inline CodeSigning::ExprOp n2h(CodeSigning::ExprOp op) argument
197 uint32_t intOp = (uint32_t) op;
202 inline CodeSigning::MatchOperation h2n(CodeSigning::MatchOperation op) argument
204 return CodeSigning::MatchOperation(::h2n((uint32_t) op));
207 inline CodeSigning::MatchOperation n2h(CodeSigning::MatchOperation op) argument
209 return CodeSigning::MatchOperation(::n2h((uint32_t) op));
/macosx-10.9.5/Security-55471.14.18/libsecurity_apple_csp/open_ssl/opensslUtils/
H A DopensslUtils.cpp42 const char *op)
45 if(op) {
48 sslUtilsDebug("%s: %s\n", op, buf);
103 unsigned long logSslErrInfo(const char *op) argument
112 if(op) {
113 Security::Syslog::error("Apple CSP %s: %s", op, outbuf);
136 const char *op)
138 unsigned long e = logSslErrInfo(op);
40 openSslException( int irtn, const char *op) argument
135 throwRsaDsa( const char *op) argument
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/lib/
H A Drequirement.h189 inline CodeSigning::ExprOp h2n(CodeSigning::ExprOp op) argument
191 uint32_t intOp = (uint32_t) op;
195 inline CodeSigning::ExprOp n2h(CodeSigning::ExprOp op) argument
197 uint32_t intOp = (uint32_t) op;
202 inline CodeSigning::MatchOperation h2n(CodeSigning::MatchOperation op) argument
204 return CodeSigning::MatchOperation(::h2n((uint32_t) op));
207 inline CodeSigning::MatchOperation n2h(CodeSigning::MatchOperation op) argument
209 return CodeSigning::MatchOperation(::n2h((uint32_t) op));
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DImageCairo.cpp45 const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect, BlendMode)
52 drawPatternToCairoContext(cr, surface.get(), size(), tileRect, patternTransform, phase, toCairoOperator(op), destRect);
44 drawPattern(GraphicsContext* context, const FloatRect& tileRect, const AffineTransform& patternTransform, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& destRect, BlendMode) argument
/macosx-10.9.5/cups-372.4/cups/scheduler/
H A Dpolicy.h49 ipp_op_t op);
54 extern cupsd_location_t *cupsdFindPolicyOp(cupsd_policy_t *p, ipp_op_t op);
/macosx-10.9.5/cups-372.4/cups/systemv/
H A Dcupsaccept.c41 ipp_op_t op; /* Operation */ local
59 op = CUPS_ACCEPT_JOBS;
61 op = CUPS_REJECT_JOBS;
63 op = IPP_PAUSE_PRINTER;
65 op = IPP_RESUME_PRINTER;
152 op = IPP_HOLD_NEW_JOBS;
154 op = IPP_RELEASE_HELD_NEW_JOBS;
175 request = ippNewRequest(op);
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dstrperm.c50 int op; local
64 op = num = who = typ = 0;
101 op = c;
145 switch (op)
161 switch (op)
227 op = c;
251 if (!who && (op == '+' || op == '-'))

Completed in 185 milliseconds

<<11121314151617181920>>