Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_parser.c1377 bool *next_key, bool *end_of_object, bool *got_content) in ucl_parse_key() argument
1414 *got_content = true; in ucl_parse_key()
1420 *got_content = true; in ucl_parse_key()
1445 *got_content = true; in ucl_parse_key()
1471 if (p >= chunk->end && *got_content) { in ucl_parse_key()
1475 else if (!*got_content) { in ucl_parse_key()
1519 if (p >= chunk->end && got_content) { in ucl_parse_key()
2454 bool next_key = false, end_of_object = false, got_content = false, ret; in ucl_state_machine() local
2546 got_content = false; in ucl_state_machine()
2548 if (!ucl_parse_key(parser, chunk, &next_key, &end_of_object, &got_content)) { in ucl_state_machine()
[all …]