Home
last modified time | relevance | path

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

/PHP-5.6/ext/fileinfo/libmagic/
H A Dapprentice.c1343 if (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0) { in string_modifier_check()
1822 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_1_LE; in parse()
1827 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_BE; in parse()
1832 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_LE; in parse()
1837 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_BE; in parse()
1842 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_LE; in parse()
2957 switch (m->str_flags & PSTRING_LEN) {
2976 switch (m->str_flags & PSTRING_LEN) {
H A Dfile.h326 #define PSTRING_LEN \ macro

Completed in 15 milliseconds