Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db.c442 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_fetch_repos_info()
504 SVN_ERR(svn_sqlite__step(&have_row, get_stmt)); in create_repos_id()
601 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in db_extend_parent_delete()
611 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()
737 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in insert_base_node()
952 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in insert_incomplete_children()
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()
1186 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in gather_children()
[all …]
Dwc_db_pristine.c185 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in pristine_read_txn()
300 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in pristine_install_txn()
464 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_get_md5()
503 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_get_sha1()
618 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in pristine_transfer_txn()
643 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in pristine_transfer_txn()
822 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_remove()
885 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in pristine_cleanup_wcroot()
966 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_pristine_check()
Dwc_db_update_move.c164 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in find_src_op_depth()
294 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_update_move_list_notify()
318 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_update_move_list_notify()
534 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in check_node_shadowed()
1271 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in tc_editor_delete()
1298 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in tc_editor_delete()
1408 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in get_info()
1416 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in get_info()
1605 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in suitable_for_move()
1617 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in suitable_for_move()
[all …]
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()
751 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in migrate_single_tree_conflict_data()
796 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in migrate_tree_conflict_data()
815 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in migrate_tree_conflict_data()
885 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in upgrade_apply_props()
890 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in upgrade_apply_props()
899 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in upgrade_apply_props()
1353 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_to_23()
1397 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in bump_to_27()
[all …]
Dwc_db_util.c66 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_wc__db_util_fetch_wc_id()
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-10-stable/contrib/subversion/subversion/libsvn_fs_fs/
Drep-cache.c195 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__walk_rep_reference()
208 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__walk_rep_reference()
249 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__walk_rep_reference()
286 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_fs__get_rep_reference()
/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_x/
Drep-cache.c172 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__walk_rep_reference()
185 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__walk_rep_reference()
225 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__walk_rep_reference()
263 SVN_ERR(svn_sqlite__step(&have_row, stmt)); in svn_fs_x__get_rep_reference()
/freebsd-10-stable/contrib/subversion/subversion/include/private/
Dsvn_sqlite.h84 svn_sqlite__step(svn_boolean_t *got_row, svn_sqlite__stmt_t *stmt);
/freebsd-10-stable/contrib/subversion/subversion/libsvn_subr/
Dsqlite.c324 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in step_with_expectation()
352 svn_sqlite__step(svn_boolean_t *got_row, svn_sqlite__stmt_t *stmt) in svn_sqlite__step() function
378 SVN_ERR(svn_sqlite__step(&got_row, stmt)); in svn_sqlite__insert()