Searched refs:depth_map (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/subversion/subversion/libsvn_wc/ |
| H A D | token-map.h | 68 static const svn_token_map_t depth_map[] = { variable
|
| H A D | wc_db.c | 763 ? svn_token__to_word(depth_map, pibb->depth) in insert_base_node() 1039 ? svn_token__to_word(depth_map, piwb->depth) : NULL, in insert_working_node() 1403 svn_token__to_word(depth_map, in init_db() 2546 *depth = svn_sqlite__column_token_null(stmt, 10, depth_map, in svn_wc__db_base_get_info_internal() 2704 info->depth = svn_sqlite__column_token_null(stmt, 6, depth_map, in base_get_children_info() 2981 *depth = svn_sqlite__column_token_null(stmt, 10, depth_map, in svn_wc__db_depth_get_info() 3819 = svn_sqlite__column_token_null(stmt, 2, depth_map, in svn_wc__db_externals_gather_definitions() 3824 svn_token__to_word(depth_map, depth)); in svn_wc__db_externals_gather_definitions() 7786 svn_token__to_word(depth_map, depth))); in db_op_set_base_depth() 8930 *depth = column_token_err(&err, stmt_info, 11, depth_map); in read_info() [all …]
|