Searched refs:ucl_test_character (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_parser.c283 return ucl_test_character (c, UCL_CHARACTER_VALUE_END);
893 while (p < end && ucl_test_character(*p, UCL_CHARACTER_WHITESPACE)) {
1000 else if (ucl_test_character (c, UCL_CHARACTER_ESCAPE)) {
1029 else if (ucl_test_character (c, UCL_CHARACTER_UCL_UNSAFE)) {
1223 else if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
1226 else if (ucl_test_character (*p, UCL_CHARACTER_KEY_START)) {
1260 if (ucl_test_character (*p, UCL_CHARACTER_KEY)) {
1264 else if (ucl_test_character (*p, UCL_CHARACTER_KEY_SEP)) {
1297 if (ucl_test_character (*p, UCL_CHARACTER_WHITESPACE)) {
1352 while (ucl_test_character (*
[all...]
H A Ducl_emitter_utils.c105 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE|UCL_CHARACTER_DENIED)) {
H A Ducl_chartable.h263 ucl_test_character (unsigned char c, int type_flags) function
H A Ducl_util.c2040 if (!ucl_test_character (*start, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
2046 if (!ucl_test_character (*end, UCL_CHARACTER_WHITESPACE_UNSAFE)) {
2060 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {
2067 if (ucl_test_character (*p, UCL_CHARACTER_JSON_UNSAFE)) {
2178 if (ucl_test_character (*p, UCL_CHARACTER_UCL_UNSAFE)) {

Completed in 77 milliseconds