Apache Portable Runtime
|
APR skip list implementation. More...
Go to the source code of this file.
Typedefs | |
typedef int(* | apr_skiplist_compare) (void *, void *) |
typedef void(* | apr_skiplist_freefunc) (void *) |
typedef struct apr_skiplist | apr_skiplist |
typedef struct apr_skiplistnode | apr_skiplistnode |
APR skip list implementation.