Searched refs:ucl_parser_add_chunk_full (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libucl/tests/fuzzers/ |
H A D | ucl_msgpack_fuzzer.c | 25 …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 D | test_generate.c | 285 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 D | test_basic.c | 151 ucl_parser_add_chunk_full (parser, (const unsigned char *)inbuf, r, in main()
|
H A D | test_msgpack.c | 177 if (!ucl_parser_add_chunk_full (parser, emitted, elen, 0, in main()
|
/freebsd/contrib/libucl/include/ |
H A D | ucl++.h | 506 return ucl_parser_add_chunk_full (parser, 552 return ucl_parser_add_chunk_full (parser,
|
H A D | ucl.h | 1073 UCL_EXTERN bool ucl_parser_add_chunk_full (struct ucl_parser *parser,
|
/freebsd/contrib/libucl/lua/ |
H A D | lua_ucl.c | 819 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 D | ucl_parser.c | 2857 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 D | ucl_util.c | 1050 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,
|