Searched defs:apr_skiplistnode (Results 1 – 2 of 2) sorted by relevance
52 struct apr_skiplistnode { struct54 apr_skiplistnode *next; argument55 apr_skiplistnode *prev; argument56 apr_skiplistnode *down; argument57 apr_skiplistnode *up; argument58 apr_skiplistnode *previndex; argument59 apr_skiplistnode *nextindex; argument60 apr_skiplist *sl;
67 typedef struct apr_skiplistnode apr_skiplistnode; typedef