Home
last modified time | relevance | path

Searched refs:svn_sqlite__step (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c442 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_fetch_repos_info()
601 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in db_extend_parent_delete()
656 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in db_retract_parent_delete()
1022 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in insert_working_node()
1178 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in gather_children()
1341 SVN_ERR(svn_sqlite__step(exists, stmt)); in does_node_exist()
2139 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in db_base_remove()
2501 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_base_get_info_internal()
2687 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in base_get_children_info()
2872 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_base_get_dav_cache()
[all …]
H A Dwc_db_pristine.c185 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in pristine_read_txn()
299 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in pristine_install_txn()
463 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_get_md5()
502 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_get_sha1()
619 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in pristine_transfer_txn()
644 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in pristine_transfer_txn()
787 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_remove()
850 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in pristine_cleanup_wcroot()
948 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_check()
H A Dwc_db_update_move.c219 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in find_src_op_depth()
597 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in check_node_shadowed()
826 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in copy_working_node()
2162 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in suitable_for_move()
2174 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in suitable_for_move()
3662 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in depth_sufficient_to_bump()
3849 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_moved_layer()
3944 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_moved_away()
4176 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_op_raise_moved_away_internal()
4295 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in break_moved_away()
[all …]
H A Dupgrade.c376 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in get_versioned_files()
385 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in get_versioned_files()
713 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in upgrade_apply_props()
718 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in upgrade_apply_props()
727 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in upgrade_apply_props()
1340 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_to_30()
1358 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_to_30()
1387 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_to_31()
1407 err = svn_sqlite__step(&have_row, stmt); in bump_to_31()
H A Dwc_db_util.c66 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_util_fetch_wc_id()
H A Dwc_db_wcroot.c156 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_verify_no_work()
474 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in verify_stats_table()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c196 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__walk_rep_reference()
209 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__walk_rep_reference()
250 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__walk_rep_reference()
288 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__get_rep_reference()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c195 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__walk_rep_reference()
208 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__walk_rep_reference()
248 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__walk_rep_reference()
287 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__get_rep_reference()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h84 svn_sqlite__step(svn_boolean_t *got_row, svn_sqlite__stmt_t *stmt);
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c317 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in step_with_expectation()
345 svn_sqlite__step(svn_boolean_t *got_row, svn_sqlite__stmt_t *stmt) in svn_sqlite__step() function
371 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in svn_sqlite__insert()