Home
last modified time | relevance | path

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

/PHP-5.3/ext/fileinfo/libmagic/
H A Dapprentice.c986 if (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0) {
1417 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_1_LE;
1422 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_BE;
1427 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_2_LE;
1432 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_BE;
1437 m->str_flags = (m->str_flags & ~PSTRING_LEN) | PSTRING_4_LE;
2522 switch (m->str_flags & PSTRING_LEN) {
2541 switch (m->str_flags & PSTRING_LEN) {
H A Dfile.h310 #define PSTRING_LEN \ macro

Completed in 22 milliseconds