Searched refs:PSTRING_LEN (Results 1 – 2 of 2) sorted by relevance
1340 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) {
326 #define PSTRING_LEN \ macro
Completed in 15 milliseconds