Home
last modified time | relevance | path

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

/trueos/contrib/subversion/subversion/libsvn_subr/
HDutf.c71 typedef struct xlate_handle_node_t { struct
78 struct xlate_handle_node_t *next; argument
79 } xlate_handle_node_t; typedef
117 xlate_handle_node_t *node = arg; in xlate_handle_node_cleanup()
209 xlate_alloc_handle(xlate_handle_node_t **ret, in xlate_alloc_handle()
266 *ret = apr_palloc(pool, sizeof(xlate_handle_node_t)); in xlate_alloc_handle()
297 get_xlate_handle_node_internal(xlate_handle_node_t **ret, in get_xlate_handle_node_internal()
304 xlate_handle_node_t *old_node = NULL; in get_xlate_handle_node_internal()
307 xlate_handle_node_t **old_node_p = svn_hash_gets(xlate_handle_hash, in get_xlate_handle_node_internal()
344 get_xlate_handle_node(xlate_handle_node_t **ret, in get_xlate_handle_node()
[all …]