Searched refs:PARSE_TRIM (Results 1 – 2 of 2) sorted by relevance
23 PARSE_TRIM = 0x00020000, /* trim leading and trailing delimiters */ enumerator36 PARSE_NORMAL = PARSE_COLLAPSE | PARSE_TRIM | PARSE_GREEDY,
212 if (flags & PARSE_TRIM) in config_read()235 if (flags & PARSE_TRIM) { in config_read()
Completed in 3 milliseconds