Home
last modified time | relevance | path

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

/trueos/contrib/libucl/src/
HDucl_internal.h180 struct ucl_variable { struct
185 struct ucl_variable *next; argument
199 struct ucl_variable *variables;
HDucl_parser.c238 struct ucl_variable *var; in ucl_check_variable_safe()
351 struct ucl_variable *var; in ucl_expand_single_variable()
1861 struct ucl_variable *new = NULL, *cur; in ucl_parser_register_variable()
1882 UCL_FREE (sizeof (struct ucl_variable), new); in ucl_parser_register_variable()
1891 new = UCL_ALLOC (sizeof (struct ucl_variable)); in ucl_parser_register_variable()
1895 memset (new, 0, sizeof (struct ucl_variable)); in ucl_parser_register_variable()
HDucl_util.c395 struct ucl_variable *var, *vtmp;
422 UCL_FREE (sizeof (struct ucl_variable), var);