Searched refs:Operation (Results 1 - 25 of 261) sorted by relevance

1234567891011

/macosx-10.10/iodbc-42.5/iodbc/iodbc/trace/
H A DBulkOperations.c84 SQLUSMALLINT Operation)
91 _trace_setpos_oper (Operation);
82 trace_SQLBulkOperations(int trace_leave, int retcode, SQLHSTMT StatementHandle, SQLUSMALLINT Operation) argument
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-dnssrv/
H A Dcompare.c34 Operation *op,
42 "Operation not supported within naming context" );
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/contrib/slapd-modules/nssov/
H A Dnssov.h180 int nssov_dn2uid(Operation *op,nssov_info *ni,struct berval *dn,struct berval *uid);
183 int nssov_uid2dn(Operation *op,nssov_info *ni,struct berval *uid,struct berval *dn);
184 int nssov_name2dn_cb(Operation *op, SlapReply *rs);
208 int nssov_alias_byname(nssov_info *ni,TFILE *fp,Operation *op);
209 int nssov_alias_all(nssov_info *ni,TFILE *fp,Operation *op);
210 int nssov_ether_byname(nssov_info *ni,TFILE *fp,Operation *op);
211 int nssov_ether_byether(nssov_info *ni,TFILE *fp,Operation *op);
212 int nssov_ether_all(nssov_info *ni,TFILE *fp,Operation *op);
213 int nssov_group_byname(nssov_info *ni,TFILE *fp,Operation *op);
214 int nssov_group_bygid(nssov_info *ni,TFILE *fp,Operation *o
[all...]
/macosx-10.10/llvmCore-3425.0.34/include/llvm/MC/
H A DMCWin64EH.h31 OpType Operation; member in class:llvm::MCWin64EHInstruction
37 : Operation(Op), Label(L), Offset(0), Register(Reg) {
41 : Operation(Size>128 ? Win64EH::UOP_AllocLarge : Win64EH::UOP_AllocSmall),
44 : Operation(Op), Label(L), Offset(Off), Register(Reg) {
52 : Operation(Op), Label(L), Offset(Code ? 1 : 0) {
55 OpType getOperation() const { return Operation; }
/macosx-10.10/OpenLDAP-499.27/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.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-monitor/
H A Dbind.c34 monitor_back_bind( Operation *op, SlapReply *rs )
/macosx-10.10/Security-57031.1.35/SecurityTests/testKeychainAPI/testKeychainAPI/
H A DKCOperation.cpp5 // (based on Dave Akhond's Operation for CDSA
30 Operation::SetClient(void *inClient)
43 Operation::ReadArguments(
61 Operation::WriteArguments(
76 Operation::WriteResults(
98 Operation::ReadScript(
131 Operation::ReadScript(
147 Operation::WriteScript(
163 Operation::GenerateScript(
174 Operation
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dapplehelpers.h15 Entry *odusers_copy_entry(Operation *op);
30 char *odusers_copy_krbrealm(Operation *op);
31 char *odusers_copy_recname(Operation *op);
32 char *odusers_copy_primarymasterip(Operation *op);
37 int odusers_krb_auth(Operation *op, char *password);
H A Dproto-slap.h50 Operation *op,
57 Operation *op,
65 Operation *op,
74 Operation *op, Entry *e, Modifications *ml ));
91 Operation *op,
214 Operation *op,
325 Operation *op,
331 Operation *op,
367 LDAP_SLAPD_F (int) be_isroot LDAP_P(( Operation *op ));
369 LDAP_SLAPD_F (int) be_isroot_pw LDAP_P(( Operation *o
[all...]
H A Dabandon.c35 do_abandon( Operation *op, SlapReply *rs )
38 Operation *o;
92 o, Operation, o_next );
132 fe_op_abandon( Operation *op, SlapReply *rs )
H A Dunbind.c37 do_unbind( Operation *op, SlapReply *rs )
H A DmatchedValues.c27 Operation *op,
35 Operation *op,
43 Operation *op,
51 Operation *op,
61 Operation *op,
136 Operation *op,
209 Operation *op,
230 Operation *op,
268 Operation *op,
H A Doperation.c57 Operation *op, *op2;
65 slap_op_groups_free( Operation *op )
76 slap_op_free( Operation *op, void *ctx )
136 memset( &op->o_do_not_cache, 0, sizeof( Operation ) - offsetof( Operation, o_do_not_cache ));
141 Operation *op2 = NULL;
176 Operation *
184 Operation *op = NULL;
199 op = (Operation *) ch_calloc( 1, sizeof(OperationBuffer) );
H A Dstr2filter.c39 str2filter_x( Operation *op, const char *str )
76 Operation op = {0};
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-shell/
H A Dshell.h59 Operation *op,
H A Dunbind.c43 Operation *op,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/
H A Dproto-sql.h83 Operation *op,
90 Operation *op,
104 int backsql_api_dn2odbc( Operation *op, SlapReply *rs, struct berval *dn );
105 int backsql_api_odbc2dn( Operation *op, SlapReply *rs, struct berval *dn );
116 backsql_dn2id( Operation *op, SlapReply *rs, SQLHDBC dbh,
122 backsql_count_children( Operation *op, SQLHDBC dbh,
128 backsql_has_children( Operation *op, SQLHDBC dbh, struct berval *dn );
148 Attribute *backsql_operational_entryCSN( Operation *op );
178 Operation *op, SlapReply *rs, AttributeName *attrs,
181 void backsql_entry_clean( Operation *o
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-bdb/
H A Dextended.c33 bdb_extended( Operation *op, SlapReply *rs )
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-perl/
H A Dadd.c22 Operation *op,
H A Ddelete.c22 Operation *op,
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sock/
H A Dback-sock.h53 Operation *op,
H A Dunbind.c33 Operation *op,
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/t/
H A D10_Tree_Simple_VisitorFactory_test.t40 } qr/Illegal Operation/, '... this should die'
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-meta/
H A Dback-meta.h121 Operation *op,
482 meta_back_candidates_get( Operation *op );
486 Operation *op,
500 Operation *op,
519 Operation *op,
529 Operation *op,
535 Operation *op,
542 Operation *op,
554 Operation *op,
564 Operation *o
[all...]
/macosx-10.10/OpenLDAP-499.27/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 )
57 slapi_op_internal_p( Operation *op, SlapReply *rs, slap_callback *cb )
143 slapi_over_aux_operational( Operation *op, SlapReply *rs )
191 Operation *op;
207 slapi_over_search( Operation *op, SlapReply *rs, int type )
232 slapi_over_result( Operation *op, SlapReply *rs, int type )
245 slapi_op_bind_callback( Operation *op, SlapReply *rs, int prc )
296 slapi_op_search_callback( Operation *o
[all...]

Completed in 215 milliseconds

1234567891011