Searched refs:extsLen (Results 1 – 4 of 4) sorted by relevance
89 size_t extsLen = strlen(exts); in initialize() local92 bool atEnd = (bcExtLen + 1) < extsLen && in initialize()93 !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()
38 size_t extsLen = strlen(exts); in hasEglExtension() local43 bool atEnd = (cropExtLen + 1) < extsLen && in hasEglExtension()44 !strcmp(space + extString, exts + extsLen - (cropExtLen + 1)); in hasEglExtension()