Searched refs:apr_threadkey_private_get (Results 1 – 4 of 4) sorted by relevance
40 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new, in apr_threadkey_private_get() function
195 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()
355 APR_DECLARE(apr_status_t) apr_threadkey_private_get(void **new_mem,
186 apr_threadkey_private_get(&priv, bdb->error_info); in get_error_info()