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