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

/freebsd-10-stable/contrib/libucl/src/
H A Ducl_util.c405 LL_FOREACH_SAFE (parser->stack, stack, stmp) {
413 LL_FOREACH_SAFE (parser->chunks, chunk, ctmp) {
416 LL_FOREACH_SAFE (parser->keys, key, ktmp) {
419 LL_FOREACH_SAFE (parser->variables, var, vtmp) {
H A Ducl_schema.c511 LL_FOREACH_SAFE (nodes, node, tmp) { function
/freebsd-10-stable/contrib/libucl/uthash/
H A Dutlist.h434 #define LL_FOREACH_SAFE(head,el,tmp) \ macro

Completed in 111 milliseconds