Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h15 #define CEDynamic(op) (CEQueryOpOpcode_t)((op) | kCEOpDynamic) macro
57 #define CESelectDictValueDynamic(key, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpSelectKey)…
70 #define CEMatchDynamicString(string, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpMatchString…
83 #define CEMatchDynamicPrefix(prefix, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpMatchString…
133 #define CEIsDynamicStringAllowed(string, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpStringV…
146 #define CEIsDynamicStringPrefixAllowed(string, len) (CEQueryOperation_t){.opcode = CEDynamic(kCEOpS…