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

/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c494 LL_FOREACH_SAFE (parser->stack, stack, stmp) {
502 LL_FOREACH_SAFE (parser->chunks, chunk, ctmp) {
505 LL_FOREACH_SAFE (parser->keys, key, ktmp) {
508 LL_FOREACH_SAFE (parser->variables, var, vtmp) {
513 LL_FOREACH_SAFE (parser->trash_objs, tr, trtmp) {
H A Ducl_schema.c463 LL_FOREACH_SAFE (nodes, node, tmp) { function
/freebsd-11-stable/contrib/libucl/uthash/
H A Dutlist.h434 #define LL_FOREACH_SAFE(head,el,tmp) \ macro

Completed in 133 milliseconds