Home
last modified time | relevance | path

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

/PHP-8.1/ext/fileinfo/libmagic/
H A Dapprentice.c1528 (m->type != FILE_PSTRING && (m->str_flags & PSTRING_LEN) != 0)) { in string_modifier_check()
1760 #define SET_LENGTH(a) m->str_flags = (m->str_flags & ~PSTRING_LEN) | (a) in parse_string_modifier()
3375 switch (m->str_flags & PSTRING_LEN) {
3387 m->str_flags & PSTRING_LEN);
3399 switch (m->str_flags & PSTRING_LEN) {
3430 m->str_flags & PSTRING_LEN);
H A Dfile.h363 #define PSTRING_LEN \ macro

Completed in 15 milliseconds