Searched refs:cropExtLen (Results 1 – 2 of 2) sorted by relevance
512 size_t cropExtLen = strlen(PROT_CONTENT_EXT_STR); in can_import_protected_content_eglimpl() local515 bool atStart = !strncmp(PROT_CONTENT_EXT_STR " ", exts, cropExtLen+1); in can_import_protected_content_eglimpl()516 bool atEnd = (cropExtLen+1) < extsLen in can_import_protected_content_eglimpl()518 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()