Searched refs:stickyAllowlist (Results 1 – 1 of 1) sorted by relevance
404 static const uint32_t stickyAllowlist[] = { variable416 for (size_t i = 0; i < sizeof(stickyAllowlist) / sizeof(stickyAllowlist[0]); i++) { in isStickyAllowlisted()417 if (stickyAllowlist[i] == c) return true; in isStickyAllowlisted()