Home
last modified time | relevance | path

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

/src/contrib/libucl/include/
H A Ducl.h821 UCL_EXTERN unsigned int ucl_object_get_priority (const ucl_object_t *obj);
/src/contrib/libucl/src/
H A Ducl_parser.c1267 unsigned priold = ucl_object_get_priority (tobj), in ucl_parser_process_object_element()
1268 prinew = ucl_object_get_priority (nobj); in ucl_parser_process_object_element()
H A Ducl_util.c3805 ucl_object_get_priority (const ucl_object_t *obj) function