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

/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c9302 struct read_children_info_item_t *child_item; local
9309 child_item = (base_tree_only ? NULL : svn_hash_gets(nodes, name));
9310 if (child_item)
9314 child_item = apr_pcalloc(result_pool, sizeof(*child_item));
9323 struct svn_wc__db_info_t *child = &child_item->info;
9324 child_item->op_depth = op_depth;
9403 child_item->was_dir = TRUE;
9441 child_item->info.moved_here = svn_sqlite__column_boolean(stmt, 20);
9446 else if (!child_item
9527 struct read_children_info_item_t *child_item; local
[all...]

Completed in 130 milliseconds