Searched refs:got_content (Results 1 – 1 of 1) sorted by relevance
1362 bool *next_key, bool *end_of_object, bool *got_content) in ucl_parse_key() argument1399 *got_content = true; in ucl_parse_key()1405 *got_content = true; in ucl_parse_key()1430 *got_content = true; in ucl_parse_key()1456 if (p >= chunk->end && *got_content) { in ucl_parse_key()1460 else if (!*got_content) { in ucl_parse_key()1504 if (p >= chunk->end && got_content) { in ucl_parse_key()2432 bool next_key = false, end_of_object = false, got_content = false, ret; in ucl_state_machine() local2522 got_content = false; in ucl_state_machine()2524 if (!ucl_parse_key (parser, chunk, &next_key, &end_of_object, &got_content)) { in ucl_state_machine()[all …]