Searched refs:UCL_PARSER_ZEROCOPY (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/libucl/tests/
H A Dtest_speed.c83 parser = ucl_parser_new (UCL_PARSER_ZEROCOPY);
/freebsd-current/contrib/libucl/src/
H A Ducl_sexp.c177 if (!(parser->flags & UCL_PARSER_ZEROCOPY)) {
H A Ducl_msgpack.c862 if (!(parser->flags & UCL_PARSER_ZEROCOPY)) {
1410 if (!(parser->flags & UCL_PARSER_ZEROCOPY)) {
H A Ducl_parser.c581 !(parser->flags & UCL_PARSER_ZEROCOPY)) {
/freebsd-current/contrib/libucl/include/
H A Ducl.h146 * These flags defines parser behaviour. If you specify #UCL_PARSER_ZEROCOPY you must ensure
154 UCL_PARSER_ZEROCOPY = (1 << 1), /**< Parse input in zero-copy mode if possible */ enumerator in enum:ucl_parser_flags
663 * allows zero-copy (if #UCL_PARSER_ZEROCOPY has been used during parsing)

Completed in 179 milliseconds