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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dupdate_editor.c354 apr_hash_t *not_present_nodes;
615 d->not_present_nodes = apr_hash_make(dir_pool);
1969 svn_hash_sets(pb->not_present_nodes,
2074 svn_hash_sets(pb->not_present_nodes, apr_pstrdup(pb->pool, db->name),
2671 if (apr_hash_count(db->not_present_nodes))
2681 for (hi = apr_hash_first(scratch_pool, db->not_present_nodes);
2828 svn_hash_sets(db->parent_baton->not_present_nodes, db->name, NULL);
3182 svn_hash_sets(pb->not_present_nodes,
3288 svn_hash_sets(pb->not_present_nodes, apr_pstrdup(pb->pool, fb->name),
3393 svn_hash_sets(pb->not_present_nodes, apr_pstrdu
351 apr_hash_t *not_present_nodes; member in struct:dir_baton
[all...]

Completed in 140 milliseconds