Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libucl/include/
H A Ducl.h821 UCL_EXTERN unsigned int ucl_object_get_priority (const ucl_object_t *obj);
/freebsd-14.2/contrib/libucl/src/
H A Ducl_parser.c1197 unsigned priold = ucl_object_get_priority (tobj), in ucl_parser_process_object_element()
1198 prinew = ucl_object_get_priority (nobj); in ucl_parser_process_object_element()
H A Ducl_util.c3784 ucl_object_get_priority (const ucl_object_t *obj) function