Home
last modified time | relevance | path

Searched refs:LL_PREPEND (Results 1 – 6 of 6) sorted by relevance

/src/contrib/libucl/src/
H A Ducl_emitter_streamline.c120 LL_PREPEND (sctx->containers, st); in ucl_object_emit_streamline_start_container()
H A Ducl_sexp.c125 LL_PREPEND (parser->stack, st); in ucl_parse_csexp()
H A Ducl_parser.c729 LL_PREPEND (parser->stack, st); in ucl_parser_add_container()
3002 LL_PREPEND (chunk->special_handlers, nchain); in ucl_parser_add_chunk_full()
3036 LL_PREPEND (parser->chunks, chunk); in ucl_parser_add_chunk_full()
H A Ducl_schema.c474 LL_PREPEND (nodes, node); in ucl_schema_array_is_unique()
H A Ducl_util.c744 LL_PREPEND (parser->keys, nkey);
1362 LL_PREPEND (parser->stack, st);
/src/contrib/libucl/uthash/
H A Dutlist.h316 #define LL_PREPEND(head,add) \ macro