Searched refs:UCL_CHARACTER_WHITESPACE_UNSAFE (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/libucl/src/ |
H A D | ucl_chartable.h | 34 UCL_CHARACTER_WHITESPACE|UCL_CHARACTER_WHITESPACE_UNSAFE|UCL_CHARACTER_KEY_SEP|UCL_CHARACTER_JSON_U… 35 UCL_CHARACTER_WHITESPACE_UNSAFE|UCL_CHARACTER_VALUE_END|UCL_CHARACTER_JSON_UNSAFE|UCL_CHARACTER_UCL… 36 UCL_CHARACTER_WHITESPACE_UNSAFE, 37 UCL_CHARACTER_WHITESPACE_UNSAFE|UCL_CHARACTER_JSON_UNSAFE|UCL_CHARACTER_UCL_UNSAFE, 38 UCL_CHARACTER_WHITESPACE_UNSAFE|UCL_CHARACTER_VALUE_END|UCL_CHARACTER_JSON_UNSAFE|UCL_CHARACTER_UCL… 45 UCL_CHARACTER_WHITESPACE|UCL_CHARACTER_WHITESPACE_UNSAFE|UCL_CHARACTER_VALUE_STR|UCL_CHARACTER_KEY_…
|
H A D | ucl_parser.c | 1326 else if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) { in ucl_parse_key() 1682 if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE) || in ucl_parse_value() 1684 while (p < chunk->end && ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) { in ucl_parse_value() 2054 else if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) { in ucl_skip_macro_as_comment() 2170 if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) { in ucl_parse_macro_value() 2205 if (!ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE) && *p != ';') { in ucl_parse_macro_value() 2315 if (!ucl_test_character (*(p), UCL_CHARACTER_WHITESPACE_UNSAFE)) { \ 2367 UCL_CHARACTER_WHITESPACE_UNSAFE)) { in ucl_state_machine() 2415 while (p < chunk->end && ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) { in ucl_state_machine() 2514 if (!ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE) && in ucl_state_machine()
|
H A D | ucl_internal.h | 168 UCL_CHARACTER_WHITESPACE_UNSAFE = (1 << 4), enumerator
|
H A D | ucl_emitter_utils.c | 114 UCL_CHARACTER_WHITESPACE_UNSAFE))) { in ucl_elt_string_write_json()
|
H A D | ucl_util.c | 2232 if (!ucl_test_character (*start, UCL_CHARACTER_WHITESPACE_UNSAFE)) { 2238 if (!ucl_test_character (*end, UCL_CHARACTER_WHITESPACE_UNSAFE)) { 2252 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE | UCL_CHARACTER_WHITESPACE_UNSAFE)) { 2269 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE | UCL_CHARACTER_WHITESPACE_UNSAFE)) {
|