Searched refs:file_strncmp (Results 1 – 2 of 2) sorted by relevance
/PHP-7.3/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1731 file_strncmp(const char *s1, const char *s2, size_t len, uint32_t flags) in file_strncmp() function 1807 return file_strncmp(a, b, len, flags); in file_strncmp16() 1970 v = file_strncmp(m->value.s, p->s, (size_t)m->vallen, m->str_flags); in magiccheck() 1994 v = file_strncmp(m->value.s, ms->search.s + idx, slen, in magiccheck()
|
/PHP-7.3/ext/fileinfo/ |
H A D | libmagic.patch | 4095 return file_strncmp(a, b, len, flags);
|
Completed in 23 milliseconds