Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c116 private uint32_t swap4(uint32_t);
2257 if (swap4(*ptr) != MAGICNO) {
2265 version = swap4(ptr[1]);
2456 swap4(uint32_t sv) function
2506 m->offset = swap4((uint32_t)m->offset);
2507 m->in_offset = swap4((uint32_t)m->in_offset);
2508 m->lineno = swap4((uint32_t)m->lineno);
2510 m->str_range = swap4(m->str_range);
2511 m->str_flags = swap4(m->str_flags);
/PHP-5.3/ext/fileinfo/
H A Dlibmagic.patch626 if (swap4(*ptr) != MAGICNO) {
792 m->offset = swap4((uint32_t)m->offset);
793 m->in_offset = swap4((uint32_t)m->in_offset);
794 m->lineno = swap4((uint32_t)m->lineno);
797 m->str_range = swap4(m->str_range);
798 m->str_flags = swap4(m->str_flags);

Completed in 18 milliseconds