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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_sexp.c119 if (parser->top_obj == NULL) {
120 parser->top_obj = st->obj;
H A Ducl_parser.c2164 if (parser->top_obj == NULL) {
2202 if (parser->top_obj == NULL) {
2214 parser->top_obj = obj;
2378 parser->top_obj,
2390 parser->top_obj,
2435 else if (parser->top_obj) {
2436 ucl_attach_comment (parser, parser->top_obj, true);
2667 if (parser->top_obj == NULL) {
2672 parser->top_obj = ucl_object_new_full (UCL_OBJECT, priority);
H A Ducl_internal.h204 ucl_object_t *top_obj; member in struct:ucl_parser
H A Ducl_util.c465 if (parser->state != UCL_STATE_ERROR && parser->top_obj != NULL) {
466 return ucl_object_ref (parser->top_obj);
486 if (parser->top_obj != NULL) {
487 ucl_object_unref (parser->top_obj);
H A Ducl_msgpack.c1352 if (ret && parser->top_obj == NULL) {
1353 parser->top_obj = parser->cur_obj;
/freebsd-11-stable/contrib/libucl/lua/
H A Dlua_ucl.c705 if (parser && parser->top_obj) {
739 if (!ucl_object_validate (schema, parser->top_obj, &err)) {

Completed in 79 milliseconds