Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/apr/threadproc/unix/
Dthreadpriv.c40 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new, in apr_threadkey_private_get() function
/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Derror.c195 status = apr_threadkey_private_get(&item, error_file_key); in make_error_internal()
199 status = apr_threadkey_private_get(&item, error_line_key); in make_error_internal()
/freebsd-12-stable/contrib/apr/include/
Dapr_thread_proc.h355 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new_mem,
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
Denv.c186 apr_threadkey_private_get(&priv, bdb->error_info); in get_error_info()