Searched refs:dbPrepareAndBind (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dtclsqlite.c1048 static int dbPrepareAndBind( function
1185 ** Release a statement reference obtained by calling dbPrepareAndBind().
1187 ** dbPrepareAndBind().
1191 ** by a subsequent call to dbPrepareAndBind().
1369 rc = dbPrepareAndBind(p->pDb, p->zSql, &p->zSql, &p->pPreStmt);

Completed in 173 milliseconds