Searched refs:elnext (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dcache.c699 EntryInfo *elru, *elnext = NULL; local
750 for ( elru = bdb->bi_cache.c_lruhead; elru; elru = elnext ) {
751 elnext = elru->bei_lrunext;
839 if ( elnext == bdb->bi_cache.c_lruhead )
854 bdb->bi_cache.c_lruhead = elnext;
/macosx-10.9.5/NFS-81/nfsd/
H A Dmountd.c3286 struct errlist *el, *elnext; local
3289 LIST_FOREACH_SAFE(el, &xerrs, el_next, elnext) {

Completed in 85 milliseconds