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

/freebsd-10.0-release/contrib/subversion/subversion/svn/
H A Dstatus-cmd.c79 struct status_cache
238 /* The hash maps a changelist name to an array of status_cache
242 struct status_cache *scache = apr_pcalloc(sb->cl_pool, sizeof(*scache));
251 sizeof(struct status_cache *));
255 APR_ARRAY_PUSH(path_array, struct status_cache *) = scache;
395 struct status_cache *scache =
396 APR_ARRAY_IDX(path_array, j, struct status_cache *);
77 struct status_cache struct

Completed in 133 milliseconds