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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dutf.c79 typedef struct xlate_handle_node_t {
86 struct xlate_handle_node_t *next;
87 } xlate_handle_node_t;
89 /* This maps const char * userdata_key strings to xlate_handle_node_t **
125 xlate_handle_node_t *node = arg;
209 xlate_alloc_handle(xlate_handle_node_t **ret,
266 *ret = apr_palloc(pool, sizeof(xlate_handle_node_t));
297 get_xlate_handle_node_internal(xlate_handle_node_t **ret,
304 xlate_handle_node_t *old_node = NULL;
307 xlate_handle_node_t **old_node_
77 typedef struct xlate_handle_node_t { struct
85 } xlate_handle_node_t; typedef in typeref:struct:xlate_handle_node_t
[all...]

Completed in 52 milliseconds