Searched refs:extsLen (Results 1 – 4 of 4) sorted by relevance
78 size_t extsLen = strlen(exts); in initialize() local81 bool atEnd = (bcExtLen + 1) < extsLen && in initialize()82 !strcmp(" " BC_EXT_STR, exts + extsLen - (bcExtLen + 1)); in initialize()
70 size_t extsLen = strlen(exts); in hasEglProtectedContentImpl() local73 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglProtectedContentImpl()74 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen + 1)); in hasEglProtectedContentImpl()
88 size_t extsLen = strlen(exts); in hasEglProtectedContentImpl() local91 bool atEnd = (cropExtLen+1) < extsLen && in hasEglProtectedContentImpl()92 !strcmp(" " PROT_CONTENT_EXT_STR, exts + extsLen - (cropExtLen+1)); in hasEglProtectedContentImpl()
35 size_t extsLen = strlen(exts); in hasEglExtension() local40 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension()41 !strcmp(space + extString, exts + extsLen - (cropExtLen + 1)); in hasEglExtension()