Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/apr-util/include/
Dapr_memcache.h105 void *hash_baton; member
/freebsd-10-stable/contrib/apr-util/memcache/
Dapr_memcache.c461 mc->hash_baton = NULL; in apr_memcache_create()
571 return mc->hash_func(mc->hash_baton, data, data_len); in apr_memcache_hash()