Home
last modified time | relevance | path

Searched refs:bigend (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/fileinfo/libmagic/
H A Dencoding.c426 int bigend; in looks_ucs16() local
433 bigend = 0; in looks_ucs16()
435 bigend = 1; in looks_ucs16()
444 if (bigend) in looks_ucs16()
458 return 1 + bigend; in looks_ucs16()
465 int bigend; in looks_ucs32() local
472 bigend = 0; in looks_ucs32()
474 bigend = 1; in looks_ucs32()
483 if (bigend) in looks_ucs32()
501 return 1 + bigend; in looks_ucs32()
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch1657 int bigend;
1660 if (bigend)
1679 int bigend;
1683 if (bigend)

Completed in 18 milliseconds