Lines Matching refs:got_content
1362 bool *next_key, bool *end_of_object, bool *got_content) in ucl_parse_key() argument
1399 *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() local
2522 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()
2547 else if (got_content) { in ucl_state_machine()