Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_subr/
Dtemp_serializer.c46 typedef struct source_stack_t struct
57 struct source_stack_t *upper; argument
58 } source_stack_t; typedef
74 source_stack_t *source;
77 source_stack_t *recycler;
231 source_stack_t *new; in svn_temp_serializer__push()
269 source_stack_t *old = context->source; in svn_temp_serializer__pop()