Home
last modified time | relevance | path

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

/xnu-8792.41.9/EXTERNAL_HEADERS/TrustCache/
H A DAPI.h30 TrustCacheMutableRuntime_t *mutableRT, in trustCacheInitializeRuntime() argument
38 memset(mutableRT, 0, sizeof(*mutableRT)); in trustCacheInitializeRuntime()
41 runtime->mutableRT = mutableRT; in trustCacheInitializeRuntime()
H A DTypes.h261 TrustCacheMutableRuntime_t *mutableRT; member