Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/doc/
H A Dpandoc.template7 …*ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_add_chunk**, **ucl_pa…
H A Dapi.md18 - [ucl_parser_add_chunk](#ucl_parser_add_chunk)
115 ### ucl_parser_add_chunk subsection in Parser functions
118 bool ucl_parser_add_chunk (struct ucl_parser *parser,
142 This function acts exactly like `ucl_parser_add_chunk` does but if `len` argument is zero, then the…
224 ucl_parser_add_chunk (parser, inbuf, r);
/freebsd/contrib/libucl/tests/
H A Dtest_speed.c95 ucl_parser_add_chunk (parser, map, st.st_size); in main()
/freebsd/contrib/libucl/utils/
H A Dobjdump.c149 ucl_parser_add_chunk (parser, inbuf, r); in main()
H A Ducl-tool.c123 if (!ucl_parser_add_chunk(parser, buf, r)) { in main()
/freebsd/contrib/libucl/include/
H A Ducl.h1037 UCL_EXTERN bool ucl_parser_add_chunk (struct ucl_parser *parser,
H A Ducl++.h659 ucl_parser_add_chunk (parser, (const unsigned char *)in.data (), in.size ()); in find_variable()
/freebsd/contrib/libucl/src/
H A Ducl_schema.c810 if (!ucl_parser_add_chunk (parser, url_buf, url_buflen)) { in ucl_schema_resolve_ref()
H A Ducl_parser.c2287 if (!ucl_parser_add_chunk (params_parser, c, args_len)) { in ucl_parse_macro_arguments()
2991 ucl_parser_add_chunk (struct ucl_parser *parser, const unsigned char *data, in ucl_parser_add_chunk() function