Searched refs:file_strncmp (Results 1 – 2 of 2) sorted by relevance
/PHP-8.1/ext/fileinfo/libmagic/ |
H A D | softmagic.c | 1915 file_strncmp(const char *s1, const char *s2, size_t len, size_t maxlen, in file_strncmp() function 1998 return file_strncmp(a, b, len, maxlen, flags); in file_strncmp16() 2181 v = file_strncmp(m->value.s, p->s, CAST(size_t, m->vallen), in magiccheck() 2223 v = file_strncmp(m->value.s, ms->search.s + idx, slen, in magiccheck()
|
/PHP-8.1/ext/fileinfo/ |
H A D | libmagic.patch | 3307 return file_strncmp(a, b, len, maxlen, flags);
|
Completed in 17 milliseconds