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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_client/
H A Dmergeinfo.c1113 apr_array_header_t *dir_stack = apr_array_make(scratch_pool, 1,
1120 the dir_stack until it is either empty or the top item contains a parent
1134 if (dir_stack->nelts > 0)
1145 top = APR_ARRAY_IDX(dir_stack, dir_stack->nelts - 1,
1150 apr_array_pop(dir_stack);
1152 while (dir_stack->nelts > 0 && !path_suffix);
1169 APR_ARRAY_PUSH(dir_stack, const char *) = path;
1111 apr_array_header_t *dir_stack = apr_array_make(scratch_pool, 1, local

Completed in 23 milliseconds