Home
last modified time | relevance | path

Searched refs:ucl_hash_create (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_hash.h49 ucl_hash_t *ucl_hash_create(bool ignore_case);
H A Ducl_internal.h480 nhp = ucl_hash_create(ignore_case); in ucl_hash_insert_object()
H A Ducl_hash.c232 ucl_hash_create(bool ignore_case) in ucl_hash_create() function
H A Ducl_parser.c690 nobj->value.ov = ucl_hash_create(parser->flags & UCL_PARSER_KEY_LOWERCASE); in ucl_parser_add_container()
H A Ducl_util.c2404 top->value.ov = ucl_hash_create(false);