Searched refs:cropExtLen (Results 1 – 2 of 2) sorted by relevance
468 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl() local471 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()472 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl()474 exts + extsLen - (cropExtLen+1)); in can_import_protected_content_eglimpl()
48 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl() local51 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()52 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl()54 exts + extsLen - (cropExtLen+1)); in can_import_protected_content_eglimpl()