Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/tests/fuzzers/
H A Ducl_add_string_fuzzer.c17 ucl_parser_add_string(parser, (char *)data, size); in LLVMFuzzerTestOneInput()
/freebsd/contrib/libucl/tests/
H A Dtest_schema.c144 ucl_parser_add_string (parser, buf, 0); in main()
H A Dtest_basic.c226 ucl_parser_add_string (parser2, (const char *)emitted, 0); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h1084 UCL_EXTERN bool ucl_parser_add_string (struct ucl_parser *parser,
/freebsd/contrib/libucl/src/
H A Ducl_parser.c3153 ucl_parser_add_string (struct ucl_parser *parser, const char *data, in ucl_parser_add_string() function