Home
last modified time | relevance | path

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

/NextBSD/contrib/subversion/subversion/libsvn_subr/
HDsqlite.c319 step_with_expectation(svn_sqlite__stmt_t* stmt, in step_with_expectation() function
340 SVN_ERR(step_with_expectation(stmt, FALSE)); in svn_sqlite__step_done()
347 return svn_error_trace(step_with_expectation(stmt, TRUE)); in svn_sqlite__step_row()
388 SVN_ERR(step_with_expectation(stmt, FALSE)); in svn_sqlite__update()