Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_internal.h259 ucl_object_t *trash_objs; member
H A Ducl_parser.c1224 DL_APPEND (parser->trash_objs, nobj); in ucl_parser_process_object_element()
1265 DL_APPEND (parser->trash_objs, nobj); in ucl_parser_process_object_element()
H A Ducl_util.c643 LL_FOREACH_SAFE (parser->trash_objs, tr, trtmp) {