Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/
Dwc_db.c8840 svn_boolean_t have_act; in read_info() local
8856 SVN_ERR(svn_sqlite__step(&have_act, stmt_act)); in read_info()
8860 have_act = FALSE; in read_info()
8959 if (have_act) in read_info()
8982 *props_mod = have_act && !svn_sqlite__column_is_null(stmt_act, 1); in read_info()
8990 if (have_act) in read_info()
9044 else if (have_act) in read_info()
11672 svn_boolean_t have_act; in commit_node() local
11707 SVN_ERR(svn_sqlite__step(&have_act, stmt_act)); in commit_node()
11741 if (have_act) in commit_node()
[all …]