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

/freebsd-10.0-release/contrib/subversion/subversion/libsvn_wc/
H A Dupgrade.c378 const char *local_relpath = svn_sqlite__column_text(stmt, 0,
806 local_relpath = svn_sqlite__column_text(stmt, 1, iterpool);
807 tree_conflict_data = svn_sqlite__column_text(stmt, 2, iterpool);
1301 local_relpath = svn_sqlite__column_text(stmt, 1, NULL);
1508 const char *local_relpath = svn_sqlite__column_text(stmt, 1, NULL);
1509 const char *conflict_old = svn_sqlite__column_text(stmt, 2, NULL);
1510 const char *conflict_wrk = svn_sqlite__column_text(stmt, 3, NULL);
1511 const char *conflict_new = svn_sqlite__column_text(stmt, 4, NULL);
1512 const char *prop_reject = svn_sqlite__column_text(stmt, 5, NULL);
1611 const char *column_name = svn_sqlite__column_text(stm
[all...]
H A Dwc_db.c415 lock->token = svn_sqlite__column_text(stmt, col_token, result_pool);
416 lock->owner = svn_sqlite__column_text(stmt, col_owner, result_pool);
417 lock->comment = svn_sqlite__column_text(stmt, col_comment, result_pool);
456 *repos_root_url = svn_sqlite__column_text(stmt, 0, result_pool);
458 *repos_uuid = svn_sqlite__column_text(stmt, 1, result_pool);
491 *repos_relpath = svn_sqlite__column_text(stmt, col_repos_relpath,
892 svn_sqlite__column_text(stmt, 14, scratch_pool));
960 moved_to_relpath = svn_sqlite__column_text(stmt, 0, scratch_pool);
1106 const char *child_relpath = svn_sqlite__column_text(stmt, 0, NULL);
1191 const char *child_relpath = svn_sqlite__column_text(stm
[all...]
H A Dwc_db_update_move.c189 local_relpath = svn_sqlite__column_text(stmt, 0, NULL);
1185 svn_sqlite__column_text(stmt, 0, NULL),
1693 const char *src_cp_relpath = svn_sqlite__column_text(stmt, 0, NULL);
1794 repos_relpath = svn_sqlite__column_text(stmt, 1, scratch_pool);
1807 const char *relpath = svn_sqlite__column_text(stmt, 0, NULL);
1825 if (strcmp(relpath, svn_sqlite__column_text(stmt, 1, NULL)))
2163 src_relpath = svn_sqlite__column_text(stmt, 0, iterpool);
2164 dst_relpath = svn_sqlite__column_text(stmt, 1, iterpool);
2345 const char *moved_relpath = svn_sqlite__column_text(stmt, 0, NULL);
2346 const char *move_root_dst_relpath = svn_sqlite__column_text(stm
[all...]
/freebsd-10.0-release/contrib/subversion/subversion/include/private/
H A Dsvn_sqlite.h269 svn_sqlite__column_text(svn_sqlite__stmt_t *stmt, int column,
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_fs_fs/
H A Drep-cache.c198 sha1_digest = svn_sqlite__column_text(stmt, 0, iterpool);
/freebsd-10.0-release/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c539 svn_sqlite__column_text(svn_sqlite__stmt_t *stmt, int column, function
658 const char *digest = svn_sqlite__column_text(stmt, column, NULL);

Completed in 148 milliseconds