Searched refs:xlate_handle_hash (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c97 static apr_hash_t *xlate_handle_hash = NULL;
112 xlate_handle_hash = NULL;
135 if (!xlate_handle_hash)
151 xlate_handle_hash = apr_hash_make(subpool);
292 in the pool of xlate_handle_hash.
302 if (userdata_key && xlate_handle_hash)
307 xlate_handle_node_t **old_node_p = svn_hash_gets(xlate_handle_hash,
329 pool = apr_hash_pool_get(xlate_handle_hash);
342 in the pool of xlate_handle_hash. */
353 if (xlate_handle_hash)
95 static apr_hash_t *xlate_handle_hash = NULL; variable
[all...]

Completed in 37 milliseconds