Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/libucl/include/
H A Ducl.h790 UCL_EXTERN unsigned int ucl_object_get_priority (const ucl_object_t *obj);
/freebsd-12.1/contrib/libucl/src/
H A Ducl_parser.c1092 unsigned priold = ucl_object_get_priority (tobj), in ucl_parser_process_object_element()
1093 prinew = ucl_object_get_priority (nobj); in ucl_parser_process_object_element()
H A Ducl_util.c3395 ucl_object_get_priority (const ucl_object_t *obj) function