HomeSort by: relevance | last modified time | path
    Searched refs:Operation (Results 1 - 25 of 319) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/bsd/elftosb/dist/common/
Operation.h 2 * File: Operation.h
22 class Operation
25 Operation() {}
26 virtual ~Operation() {}
30 * \brief Load data into memory operation.
32 class LoadOperation : public Operation
35 LoadOperation() : Operation(), m_source(), m_target() {}
53 * \brief Operation to execute code at a certain address.
55 class ExecuteOperation : public Operation
65 ExecuteOperation() : Operation(), m_target(), m_argument(0), m_type(kCall), m_isHAB(false) {
    [all...]
  /src/external/bsd/openldap/dist/contrib/slapd-modules/nssov/
nssov.h 204 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid);
207 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn);
208 int nssov_name2dn_cb(Operation *op, SlapReply *rs);
232 int nssov_alias_byname(nssov_info *ni,TFILE *fp,Operation *op);
233 int nssov_alias_all(nssov_info *ni,TFILE *fp,Operation *op);
234 int nssov_ether_byname(nssov_info *ni,TFILE *fp,Operation *op);
235 int nssov_ether_byether(nssov_info *ni,TFILE *fp,Operation *op);
236 int nssov_ether_all(nssov_info *ni,TFILE *fp,Operation *op);
237 int nssov_group_byname(nssov_info *ni,TFILE *fp,Operation *op);
238 int nssov_group_bygid(nssov_info *ni,TFILE *fp,Operation *op)
    [all...]
  /src/crypto/external/apache2/openssl/dist/test/recipes/30-test_evp_data/
evpciph_camellia.txt 36 Operation = ENCRYPT
42 Operation = ENCRYPT
48 Operation = ENCRYPT
218 Operation = ENCRYPT
226 Operation = ENCRYPT
234 Operation = ENCRYPT
242 Operation = ENCRYPT
252 Operation = DECRYPT
260 Operation = DECRYPT
268 Operation = DECRYP
    [all...]
evpciph_aes_wrap.txt 52 Operation = DECRYPT
76 Operation = DECRYPT
82 Operation = DECRYPT
88 Operation = DECRYPT
94 Operation = DECRYPT
101 Operation = DECRYPT
108 Operation = DECRYPT
133 Operation = DECRYPT
139 Operation = DECRYPT
146 Operation = DECRYP
    [all...]
  /src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
evpciph_camellia.txt 36 Operation = ENCRYPT
42 Operation = ENCRYPT
48 Operation = ENCRYPT
218 Operation = ENCRYPT
226 Operation = ENCRYPT
234 Operation = ENCRYPT
242 Operation = ENCRYPT
252 Operation = DECRYPT
260 Operation = DECRYPT
268 Operation = DECRYP
    [all...]
evpciph_aes_wrap.txt 52 Operation = DECRYPT
76 Operation = DECRYPT
82 Operation = DECRYPT
88 Operation = DECRYPT
94 Operation = DECRYPT
101 Operation = DECRYPT
108 Operation = DECRYPT
133 Operation = DECRYPT
139 Operation = DECRYPT
146 Operation = DECRYP
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-mdb/
proto-mdb.h 76 int mdb_dn2entry LDAP_P(( Operation *op, MDB_txn *tid, MDB_cursor *mc,
84 Operation *op,
94 Operation *op,
103 Operation *op,
109 Operation *op,
114 Operation *op,
121 Operation *op,
129 Operation *op,
135 Operation *op,
143 Operation *op
    [all...]
extended.c 38 mdb_extended( Operation *op, SlapReply *rs )
  /src/external/bsd/openldap/dist/servers/slapd/back-ldap/
proto-ldap.h 52 int ldap_back_dobind( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok );
53 int ldap_back_retry( ldapconn_t **lcp, Operation *op, SlapReply *rs, ldap_back_send_t sendok );
55 int ldap_back_op_result( ldapconn_t *lc, Operation *op, SlapReply *rs,
57 int ldap_back_cancel( ldapconn_t *lc, Operation *op, SlapReply *rs, ber_int_t msgid, ldap_back_send_t sendok );
74 Operation *op,
83 Operation *op,
89 ldap_back_controls_free( Operation *op, SlapReply *rs, LDAPControl ***pctrls );
93 Operation *op,
  /src/external/bsd/openldap/dist/servers/slapd/back-dnssrv/
compare.c 39 Operation *op,
47 "Operation not supported within naming context" );
  /src/external/bsd/openldap/dist/servers/slapd/back-monitor/
bind.c 39 monitor_back_bind( Operation *op, SlapReply *rs )
  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
proto-wt.h 51 int wt_id2entry_add(Operation *op, wt_ctx *wc, Entry *e );
52 int wt_id2entry_update(Operation *op, wt_ctx *wc, Entry *e );
53 int wt_id2entry_delete(Operation *op, wt_ctx *wc, Entry *e );
59 int wt_entry_release(Operation *op, Entry *e, int rw);
73 Operation *op,
94 int wt_index_entry LDAP_P(( Operation *op, wt_ctx *wc, int r, Entry *e ));
96 Operation *op,
144 Operation *op,
163 Operation *op,
170 Operation *op
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/test/recipes/30-test_evp_data/
evpciph.txt 33 Operation = DECRYPT
91 Operation = ENCRYPT
99 Operation = ENCRYPT
108 Operation = ENCRYPT
298 Operation = ENCRYPT
305 Operation = ENCRYPT
312 Operation = ENCRYPT
319 Operation = ENCRYPT
327 Operation = DECRYPT
334 Operation = DECRYP
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/
proto-slap.h 52 Operation *op,
59 Operation *op,
67 Operation *op,
76 Operation *op, Entry *e, Modifications *ml ));
93 Operation *op,
214 Operation *op,
325 Operation *op,
331 Operation *op,
370 LDAP_SLAPD_F (int) be_isroot LDAP_P(( Operation *op ));
372 LDAP_SLAPD_F (int) be_isroot_pw LDAP_P(( Operation *op ))
    [all...]
abandon.c 3 /* abandon.c - decode and handle an ldap abandon operation */
40 do_abandon( Operation *op, SlapReply *rs )
43 Operation *o;
82 /* Find the operation being abandoned. */
91 /* The operation is not active. Just discard it if found. */
97 o, Operation, o_next );
115 /* Set the o_abandon flag in the to-be-abandoned operation.
117 * operation at a convenient time. However it should "send"
135 fe_op_abandon( Operation *op, SlapReply *rs )
unbind.c 3 /* unbind.c - decode an ldap unbind operation and pass it to a backend db */
42 do_unbind( Operation *op, SlapReply *rs )
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCWinEH.h 25 unsigned Operation;
28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
31 // Check whether two instructions refer to the same operation
34 Operation == I.Operation;
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/
proto-sql.h 35 * - atomized write operations by committing at the end of each operation
40 * - added parent access control, children control to delete operation
85 Operation *op,
92 Operation *op,
106 int backsql_api_dn2odbc( Operation *op, SlapReply *rs, struct berval *dn );
107 int backsql_api_odbc2dn( Operation *op, SlapReply *rs, struct berval *dn );
118 backsql_dn2id( Operation *op, SlapReply *rs, SQLHDBC dbh,
124 backsql_count_children( Operation *op, SQLHDBC dbh,
130 backsql_has_children( Operation *op, SQLHDBC dbh, struct berval *dn );
150 Attribute *backsql_operational_entryCSN( Operation *op )
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageFilters.h 85 enum Operation { LessThan, GreaterThan };
88 Operation Op;
91 StatisticThresholdFilter(Operation Op, T Threshold)
112 RegionCoverageFilter(Operation Op, double Threshold)
124 LineCoverageFilter(Operation Op, double Threshold)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp 22 typedef std::vector<DWARFExpression::Operation::Description> DescVector;
26 typedef DWARFExpression::Operation Op;
111 static DWARFExpression::Operation::Description getOpDesc(unsigned OpCode) {
114 // Handle possible corrupted or unsupported operation.
120 bool DWARFExpression::Operation::extract(DataExtractor Data,
127 if (Desc.Version == Operation::DwarfNA)
132 unsigned Signed = Size & Operation::SignBit;
134 if (Size == Operation::SizeNA)
137 switch (Size & ~Operation::SignBit) {
138 case Operation::Size1
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-ar/
llvm-ar.cpp 79 USAGE: llvm-ar [options] [-]<operation>[modifiers] [relpos] [count] <archive> [files]
203 // Modifiers to follow operation to vary behavior
287 // Parse the command line options as presented and return the operation
289 // modifier/operation pairs have not been violated.
305 // Keep track of which operation was requested
306 ArchiveOperation Operation;
314 Operation = Delete;
318 Operation = Move;
322 Operation = Print;
326 Operation = QuickAppend
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-asyncmeta/
back-asyncmeta.h 104 Operation *op;
105 Operation copy_op;
443 Operation *op;
470 Operation *op,
480 Operation *op,
490 Operation *op,
499 Operation *op,
508 Operation *op,
536 Operation *op,
610 Operation* asyncmeta_copy_op(Operation *op)
    [all...]
  /src/external/bsd/openldap/dist/servers/slapd/back-perl/
add.c 24 Operation *op,
delete.c 24 Operation *op,
  /src/external/bsd/openldap/dist/servers/slapd/back-sock/
back-sock.h 57 Operation *op,

Completed in 30 milliseconds

1 2 3 4 5 6 7 8 91011>>