Home
last modified time | relevance | path

Searched refs:LL_FOREACH_SAFE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/src/
H A Ducl_util.c525 LL_FOREACH_SAFE (chunk->special_handlers, chain, tmp) {
624 LL_FOREACH_SAFE (parser->stack, stack, stmp) {
632 LL_FOREACH_SAFE (parser->chunks, chunk, ctmp) {
635 LL_FOREACH_SAFE (parser->keys, key, ktmp) {
638 LL_FOREACH_SAFE (parser->variables, var, vtmp) {
643 LL_FOREACH_SAFE (parser->trash_objs, tr, trtmp) {
H A Ducl_schema.c476 LL_FOREACH_SAFE (nodes, node, tmp) { in ucl_schema_array_is_unique()
/freebsd/contrib/libucl/uthash/
H A Dutlist.h434 #define LL_FOREACH_SAFE(head,el,tmp) \ macro