Home
last modified time | relevance | path

Searched refs:ucl_parser_add_chunk_full (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libucl/tests/fuzzers/
H A Ducl_msgpack_fuzzer.c25 …bool res = ucl_parser_add_chunk_full(parser, (const unsigned char*)data, size, 0, UCL_DUPLICATE_AP… in LLVMFuzzerTestOneInput()
/freebsd/contrib/libucl/tests/
H A Dtest_generate.c285 if (ucl_parser_add_chunk_full (parser, emitted, strlen (emitted), in main()
295 ucl_parser_add_chunk_full (parser, emitted, strlen (emitted), in main()
H A Dtest_basic.c151 ucl_parser_add_chunk_full (parser, (const unsigned char *)inbuf, r, in main()
H A Dtest_msgpack.c177 if (!ucl_parser_add_chunk_full (parser, emitted, elen, 0, in main()
/freebsd/contrib/libucl/include/
H A Ducl++.h506 return ucl_parser_add_chunk_full (parser,
552 return ucl_parser_add_chunk_full (parser,
H A Ducl.h1073 UCL_EXTERN bool ucl_parser_add_chunk_full (struct ucl_parser *parser,
/freebsd/contrib/libucl/lua/
H A Dlua_ucl.c819 if (ucl_parser_add_chunk_full (parser, (const unsigned char *)string, in lua_ucl_parser_parse_string()
865 if (ucl_parser_add_chunk_full (parser, (const unsigned char *)t->start, in lua_ucl_parser_parse_text()
/freebsd/contrib/libucl/src/
H A Ducl_parser.c2857 ucl_parser_add_chunk_full (struct ucl_parser *parser, const unsigned char *data, in ucl_parser_add_chunk_full() function
2986 return ucl_parser_add_chunk_full (parser, data, len, in ucl_parser_add_chunk_priority()
2998 return ucl_parser_add_chunk_full (parser, data, len, in ucl_parser_add_chunk()
3021 res = ucl_parser_add_chunk_full (parser, data, len, parser->chunks->priority, in ucl_parser_insert_chunk()
H A Ducl_util.c1050 res = ucl_parser_add_chunk_full (parser, buf, buflen, params->priority,
1340 res = ucl_parser_add_chunk_full (parser, buf, buflen, params->priority,
2016 ret = ucl_parser_add_chunk_full (parser, buf, len, priority, strat,
2080 ret = ucl_parser_add_chunk_full (parser, buf, len, priority, strat,