Home
last modified time | relevance | path

Searched refs:CEQueryOperation_t (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.1.13/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h31 #define CESelectIndex(index) (CEQueryOperation_t){.opcode = kCEOpSelectIndex, .parameters = {.numer…
61 #define CESelectDictValue(key) (CEQueryOperation_t){.opcode = kCEOpSelectKey, .parameters = {.strin…
62 #define CESelectDictValueDynamic(key, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpSelectKey)…
74 #define CEMatchString(string) (CEQueryOperation_t){.opcode = kCEOpMatchString, .parameters = {.stri…
75 #define CEMatchDynamicString(string, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpMatchString…
87 #define CEMatchPrefix(prefix) (CEQueryOperation_t){.opcode = kCEOpMatchStringPrefix, .parameters = …
88 #define CEMatchDynamicPrefix(prefix, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpMatchString…
100 #define CEMatchType(type) (CEQueryOperation_t){.opcode = kCEOpMatchType, .parameters = {.numericPar…
112 #define CEMatchBool(val) (CEQueryOperation_t){.opcode = kCEOpMatchBool, .parameters = {.numericPara…
124 #define CEMatchInteger(val) (CEQueryOperation_t){.opcode = kCEOpMatchInteger, .parameters = {.numer…
[all …]
H A DEntitlements.h132 } CEQueryOperation_t; typedef
134 typedef CEQueryOperation_t CEQuery_t[];
136 extern const CEQueryOperation_t* CESelectKeyOperation;
137 extern const CEQueryOperation_t* CESelectValueOperation;
175 CEError_t CEContextQuery(CEQueryContext_t ctx, const CEQueryOperation_t *__counted_by(queryLength) …
190 CEError_t CEPrepareQuery(CEPrepareOptions_t options, CEQueryOperation_t *__counted_by(queryLength) …
H A DEntitlementsPriv.h38 CEQueryOperation_t* CECreateStringOpInplace(CEQueryOperation_t* storage, CEQueryOpOpcode_t op, cons…
39 CEQueryOperation_t* CECreateNumericOpInplace(CEQueryOperation_t* storage, CEQueryOpOpcode_t op, int…
H A Dder_vm.h88 der_vm_context_t der_vm_execute(const der_vm_context_t context, CEQueryOperation_t op);
110 der_vm_context_t der_vm_execute_nocopy(const der_vm_context_t context, const CEQueryOperation_t* op…
126 der_vm_context_t der_vm_execute_seq_nocopy(const der_vm_context_t context, const CEQueryOperation_t
/xnu-10002.1.13/osfmk/arm/pmap/
H A Dpmap.c13052 CEQueryOperation_t query[2] = {0};