Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c221625 static int getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal){ function
221666 rc = getIntFromStmt(db, zSql, &iPageSize);
221680 rc = getIntFromStmt(db, zSql, &pRtree->iNodeSize);