Home
last modified time | relevance | path

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

/components/utilities/libadt/uthash/
A Duthash.h1059 #define HASH_ITER(hh,head,el,tmp) \ argument
1060 for(((el)=(head)), ((*(char**)(&(tmp)))=(char*)((head!=NULL)?(head)->hh.next:NULL)); \
1061 (el) != NULL; ((el)=(tmp)), ((*(char**)(&(tmp)))=(char*)((tmp!=NULL)?(tmp)->hh.next:NULL)))
1063 #define HASH_ITER(hh,head,el,tmp) \ argument
1064 for(((el)=(head)), ((tmp)=DECLTYPE(el)((head!=NULL)?(head)->hh.next:NULL)); \
1065 (el) != NULL; ((el)=(tmp)), ((tmp)=DECLTYPE(el)((tmp!=NULL)?(tmp)->hh.next:NULL)))

Completed in 6 milliseconds