Searched refs:ucl_parser_add_chunk (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/libucl/doc/ |
H A D | pandoc.template | 7 …*ucl_parser_register_macro**, **ucl_parser_register_variable**, **ucl_parser_add_chunk**, **ucl_pa…
|
H A D | api.md | 18 - [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 D | test_speed.c | 95 ucl_parser_add_chunk (parser, map, st.st_size); in main()
|
/freebsd/contrib/libucl/utils/ |
H A D | objdump.c | 149 ucl_parser_add_chunk (parser, inbuf, r); in main()
|
H A D | ucl-tool.c | 123 if (!ucl_parser_add_chunk(parser, buf, r)) { in main()
|
/freebsd/contrib/libucl/include/ |
H A D | ucl.h | 1037 UCL_EXTERN bool ucl_parser_add_chunk (struct ucl_parser *parser,
|
H A D | ucl++.h | 659 ucl_parser_add_chunk (parser, (const unsigned char *)in.data (), in.size ()); in find_variable()
|
/freebsd/contrib/libucl/src/ |
H A D | ucl_schema.c | 810 if (!ucl_parser_add_chunk (parser, url_buf, url_buflen)) { in ucl_schema_resolve_ref()
|
H A D | ucl_parser.c | 2287 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
|