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

/freebsd-13-stable/contrib/libucl/src/
H A Ducl_parser.c1298 got_content = false, got_sep = false; local
1333 got_content = true;
1339 got_content = true;
1364 got_content = true;
1390 if (p >= chunk->end && got_content) {
1394 else if (!got_content) {
1438 if (p >= chunk->end && got_content) {

Completed in 105 milliseconds