Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c149 private uint32_t swap4(uint32_t);
3092 if (swap4(*ptr) != MAGICNO) { in apprentice_map()
3100 version = swap4(ptr[1]); in apprentice_map()
3132 map->nmagic[i] = swap4(ptr[i + 2]); in apprentice_map()
3299 swap4(uint32_t sv) function
3349 m->offset = swap4(CAST(uint32_t, m->offset));
3350 m->in_offset = swap4(CAST(uint32_t, m->in_offset));
3351 m->lineno = swap4(CAST(uint32_t, m->lineno));
3353 m->str_range = swap4(m->str_range);
3354 m->str_flags = swap4(m->str_flags);
/PHP-8.0/ext/fileinfo/
H A Dlibmagic.patch66 private uint32_t swap4(uint32_t);
753 if (swap4(*ptr) != MAGICNO) {
922 m->offset = swap4(CAST(uint32_t, m->offset));
923 m->in_offset = swap4(CAST(uint32_t, m->in_offset));
924 m->lineno = swap4(CAST(uint32_t, m->lineno));
927 m->str_range = swap4(m->str_range);
928 m->str_flags = swap4(m->str_flags);

Completed in 20 milliseconds