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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dstatus.c138 well as in each statushash entry. */
1548 apr_hash_t *statushash;
1551 statushash = ((struct dir_baton *) baton)->statii;
1553 statushash = ((struct file_baton *) baton)->dir_baton->statii;
1554 pool = apr_hash_pool_get(statushash);
1557 statstruct = svn_hash_gets(statushash, local_abspath);
1582 svn_hash_sets(statushash, apr_pstrdup(pool, local_abspath), statstruct);
2040 statushash immediately. No need to wait until close_file or
2150 /* If this is a new directory, add it to the statushash. */
2393 /* If this is a new file, add it to the statushash
1544 apr_hash_t *statushash; local
[all...]

Completed in 162 milliseconds