Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl.h834 UCL_EXTERN unsigned int ucl_object_get_priority(const ucl_object_t *obj);
/freebsd/contrib/libucl/src/
H A Ducl_parser.c1282 unsigned priold = ucl_object_get_priority(tobj), in ucl_parser_process_object_element()
1283 prinew = ucl_object_get_priority(nobj); in ucl_parser_process_object_element()
H A Ducl_util.c3822 ucl_object_get_priority(const ucl_object_t *obj) function