Home
last modified time | relevance | path

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

/PHP-8.0/ext/fileinfo/libmagic/
H A Dapprentice.c1525 (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0)) { in string_modifier_check()
1757 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier()
3365 switch (m->str_flags & PSTRING_LEN) {
3377 m->str_flags & PSTRING_LEN);
3389 switch (m->str_flags & PSTRING_LEN) {
3420 m->str_flags & PSTRING_LEN);
H A Dfile.h354 #define PSTRING_LEN \ macro

Completed in 14 milliseconds