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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_hash.h49 ucl_hash_t* ucl_hash_create (bool ignore_case);
H A Ducl_internal.h414 hashlin = ucl_hash_create (ignore_case);
H A Ducl_hash.c190 ucl_hash_create (bool ignore_case) function
H A Ducl_parser.c643 obj->value.ov = ucl_hash_create (parser->flags & UCL_PARSER_KEY_LOWERCASE);
H A Ducl_util.c2170 top->value.ov = ucl_hash_create (false);

Completed in 102 milliseconds