Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c272 int reinit_stmts = 0; in hdb_sqlite_exec_stmt() local
280 if (reinit_stmts == 0 && ret == SQLITE_BUSY) { in hdb_sqlite_exec_stmt()
282 reinit_stmts = 1; in hdb_sqlite_exec_stmt()
296 if (reinit_stmts) in hdb_sqlite_exec_stmt()