Searched refs:ucl_chunk (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_internal.h165 struct ucl_chunk { struct
175 struct ucl_chunk *next;
211 struct ucl_chunk *chunks;
H A Ducl_parser.c62 struct ucl_chunk *chunk = parser->chunks;
133 struct ucl_chunk *chunk = parser->chunks;
939 struct ucl_chunk *chunk, ucl_object_t *obj)
972 struct ucl_chunk *chunk, bool *need_unescape, bool *ucl_escape, bool *var_expand)
1188 ucl_parse_key (struct ucl_parser *parser, struct ucl_chunk *chunk,
1409 struct ucl_chunk *chunk, bool *var_expand, bool *need_unescape)
1480 struct ucl_chunk *chunk, const unsigned char *term,
1564 ucl_parse_value (struct ucl_parser *parser, struct ucl_chunk *chunk)
1760 ucl_parse_after_value (struct ucl_parser *parser, struct ucl_chunk *chunk)
1852 struct ucl_chunk *chun
[all...]
H A Ducl_util.c477 struct ucl_chunk *chunk, *ctmp;
503 UCL_FREE (sizeof (struct ucl_chunk), chunk);
868 struct ucl_chunk *chunk;
912 UCL_FREE (sizeof (struct ucl_chunk), chunk);
938 struct ucl_chunk *chunk;
1197 UCL_FREE (sizeof (struct ucl_chunk), chunk);

Completed in 63 milliseconds