Home
last modified time | relevance | path

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

/PHP-5.4/ext/fileinfo/libmagic/
H A Dapprentice.c1340 if (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0) { in string_modifier_check()
1819 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_1_LE; in parse()
1824 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_BE; in parse()
1829 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_LE; in parse()
1834 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_BE; in parse()
1839 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_LE; in parse()
2958 switch (m->str_flags & PSTRING_LEN) {
2977 switch (m->str_flags & PSTRING_LEN) {
H A Dfile.h326 #define PSTRING_LEN \ macro

Completed in 17 milliseconds