Home
last modified time | relevance | path

Searched refs:svn_sqlite__bindf (Results 1 – 9 of 9) sorted by relevance

/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dwc_db.c751 SVN_ERR(svn_sqlite__bindf(stmt, "isdsisr" in insert_base_node()
2936 SVN_ERR(svn_sqlite__bindf(stmt, "isd", in svn_wc__db_depth_get_info()
5655 SVN_ERR(svn_sqlite__bindf(stmt, "is", in catch_copy_of_server_excluded()
7364 SVN_ERR(svn_sqlite__bindf(stmt, "sd", in revert_list_read_copied_children()
8039 SVN_ERR(svn_sqlite__bindf(stmt, "is", in resolve_moved_from()
8446 SVN_ERR(svn_sqlite__bindf(stmt, "is", in delete_node()
8452 SVN_ERR(svn_sqlite__bindf(stmt, "is", in delete_node()
12115 SVN_ERR(svn_sqlite__bindf(stmt, "is", in db_op_set_rev_repos_relpath_iprops()
12539 SVN_ERR(svn_sqlite__bindf(stmt, "is", in get_moved_from_info()
15486 SVN_ERR(svn_sqlite__bindf(stmt, "is", in is_sparse_checkout_internal()
[all …]
H A Dupgrade.c369 SVN_ERR(svn_sqlite__bindf(stmt, "is", wc_id, parent_relpath)); in get_versioned_files()
712 SVN_ERR(svn_sqlite__bindf(stmt, "is", wc_id, local_relpath)); in upgrade_apply_props()
777 SVN_ERR(svn_sqlite__bindf(stmt, "isd", in upgrade_apply_props()
791 SVN_ERR(svn_sqlite__bindf(stmt, "isd", in upgrade_apply_props()
815 SVN_ERR(svn_sqlite__bindf(stmt, "is", wc_id, local_relpath)); in upgrade_apply_props()
826 SVN_ERR(svn_sqlite__bindf(stmt, "is", wc_id, local_relpath)); in upgrade_apply_props()
1319 SVN_ERR(svn_sqlite__bindf(stmt_store, "isb", wc_id, local_relpath, in bump_30_upgrade_one_conflict()
1399 err = svn_sqlite__bindf(stmt_mark_switch_roots, "is", wc_id, in bump_to_31()
1455 SVN_ERR(svn_sqlite__bindf(stmt, "is", wc_id, local_relpath)); in upgrade_apply_dav_cache()
H A Dwc_db_update_move.c216 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, in find_src_op_depth()
315 SVN_ERR(svn_sqlite__bindf(stmt, "sdtdd", local_relpath, in update_move_list_add()
595 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, local_relpath)); in check_node_shadowed()
816 SVN_ERR(svn_sqlite__bindf(stmt, "issdst", wcroot->wc_id, src_relpath, in copy_working_node()
825 SVN_ERR(svn_sqlite__bindf(stmt, "is", wcroot->wc_id, src_relpath)); in copy_working_node()
837 SVN_ERR(svn_sqlite__bindf(stmt, "issbs", in copy_working_node()
1866 SVN_ERR(svn_sqlite__bindf(stmt, "isdd", in tc_incoming_editor_delete()
3562 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, local_relpath, in update_local_add()
3642 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, in depth_sufficient_to_bump()
3649 SVN_ERR(svn_sqlite__bindf(stmt, "isd", wcroot->wc_id, in depth_sufficient_to_bump()
[all …]
H A Dwc_db_pristine.c616 SVN_ERR(svn_sqlite__bindf(stmt, "is", src_wcroot->wc_id, src_relpath)); in pristine_transfer_txn()
H A Dentries.c1536 SVN_ERR(svn_sqlite__bindf(stmt, "isdsnnnnsn", in insert_node()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c205 SVN_ERR(svn_sqlite__bindf(stmt, "rr", in svn_fs_fs__walk_rep_reference()
285 SVN_ERR(svn_sqlite__bindf(stmt, "s", in svn_fs_fs__get_rep_reference()
346 SVN_ERR(svn_sqlite__bindf(stmt, "siiii", in svn_fs_fs__set_rep_reference()
373 SVN_ERR(svn_sqlite__bindf(stmt, "r", youngest)); in svn_fs_fs__del_rep_reference()
/freebsd-13.1/contrib/subversion/subversion/libsvn_fs_x/
H A Drep-cache.c204 SVN_ERR(svn_sqlite__bindf(stmt, "rr", in svn_fs_x__walk_rep_reference()
284 SVN_ERR(svn_sqlite__bindf(stmt, "s", in svn_fs_x__get_rep_reference()
342 SVN_ERR(svn_sqlite__bindf(stmt, "siiii", in svn_fs_x__set_rep_reference()
390 SVN_ERR(svn_sqlite__bindf(stmt, "r", youngest)); in svn_fs_x__del_rep_reference()
/freebsd-13.1/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h188 svn_sqlite__bindf(svn_sqlite__stmt_t *stmt, const char *fmt, ...);
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c448 svn_sqlite__bindf(svn_sqlite__stmt_t *stmt, const char *fmt, ...) in svn_sqlite__bindf() function