Home
last modified time | relevance | path

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

/xnu-8020.121.3/EXTERNAL_HEADERS/CoreEntitlements/
H A DQueryHelpers.h61 #define CEMatchString(string) (CEQueryOperation_t){.opcode = kCEOpMatchString, .parameters = {.stri… macro
158 #define CE_STRING_EQUALS(str) CEMatchString(str)