Searched refs:sqlite3_prepare (Results 1 – 4 of 4) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 472 #define sqlite3_prepare sqlite3_api->prepare macro
|
| H A D | sqlite3.h | 3150 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()], 3194 ** An authorizer is used when [sqlite3_prepare | preparing] 3202 ** user-entered SQL is being [sqlite3_prepare | prepared] that 3226 ** [sqlite3_prepare()] or its variants. Authorization is not 3445 ** [sqlite3_step()] and [sqlite3_prepare()] and similar for 3471 ** bytecode engine. It still might be invoked during [sqlite3_prepare()] 3475 ** invoked directly from [sqlite3_prepare()] while analyzing and generating 4205 ** [sqlite3_prepare()] interface is legacy and should be avoided. 4219 ** as either UTF-8 or UTF-16. The sqlite3_prepare(), sqlite3_prepare_v2(), 4246 ** ^On success, the sqlite3_prepare() famil [all...] |
| H A D | sqlite3.c | 3463 ** by [sqlite3_prepare()] or its variants [sqlite3_prepare_v2()], 3507 ** An authorizer is used when [sqlite3_prepare | preparing] 3515 ** user-entered SQL is being [sqlite3_prepare | prepared] that 3539 ** [sqlite3_prepare()] or its variants. Authorization is not 3758 ** [sqlite3_step()] and [sqlite3_prepare()] and similar for 3784 ** bytecode engine. It still might be invoked during [sqlite3_prepare()] 3788 ** invoked directly from [sqlite3_prepare()] while analyzing and generating 4518 ** [sqlite3_prepare()] interface is legacy and should be avoided. 4532 ** as either UTF-8 or UTF-16. The sqlite3_prepare(), sqlite3_prepare_v2(), 4559 ** ^On success, the sqlite3_prepare() famil [all...] |
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1314 return sqlite3_prepare(pDb->db, zSql, -1, ppStmt, pzOut); in dbPrepare() 2532 rc = sqlite3_prepare(pDb->db, zSql, -1, &pStmt, 0); in DbObjCmd() 2558 rc = sqlite3_prepare(pDb->db, zSql, -1, &pStmt, 0); in DbObjCmd()
|