Searched refs:record_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | workqueue.c | 1417 apr_hash_t *record_map; /* const char * -> svn_io_dirent2_t map */ member 1526 last_id, wib.record_map, in svn_wc__wq_run() 1531 wib.record_map = NULL; in svn_wc__wq_run() 1634 if (! wqb->record_map) in get_and_record_fileinfo() 1635 wqb->record_map = apr_hash_make(wqb->result_pool); in get_and_record_fileinfo() 1637 svn_hash_sets(wqb->record_map, apr_pstrdup(wqb->result_pool, local_abspath), in get_and_record_fileinfo()
|
| H A D | wc_db.h | 3027 apr_hash_t *record_map,
|
| H A D | wc_db.c | 13539 apr_hash_t *record_map, in wq_record() argument 13545 for (hi = apr_hash_first(scratch_pool, record_map); hi; in wq_record() 13573 apr_hash_t *record_map, in svn_wc__db_wq_record_and_fetch_next() argument 13593 wq_record(wcroot, record_map, scratch_pool)), in svn_wc__db_wq_record_and_fetch_next()
|