Searched refs:record_map (Results 1 – 3 of 3) sorted by relevance
| /freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | workqueue.c | 1416 apr_hash_t *record_map; /* const char * -> svn_io_dirent2_t map */ member 1525 last_id, wib.record_map, in svn_wc__wq_run() 1530 wib.record_map = NULL; in svn_wc__wq_run() 1633 if (! wqb->record_map) in get_and_record_fileinfo() 1634 wqb->record_map = apr_hash_make(wqb->result_pool); in get_and_record_fileinfo() 1636 svn_hash_sets(wqb->record_map, apr_pstrdup(wqb->result_pool, local_abspath), in get_and_record_fileinfo()
|
| D | wc_db.h | 3022 apr_hash_t *record_map,
|
| D | wc_db.c | 13591 apr_hash_t *record_map, in wq_record() argument 13597 for (hi = apr_hash_first(scratch_pool, record_map); hi; in wq_record() 13625 apr_hash_t *record_map, in svn_wc__db_wq_record_and_fetch_next() argument 13645 wq_record(wcroot, record_map, scratch_pool)), in svn_wc__db_wq_record_and_fetch_next()
|