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

/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c2913 ** is written to *piVal and SQLITE_OK returned. Otherwise, an SQLite error
2914 ** code is returned and the value of *piVal after returning is not defined.
2916 static int getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal){ argument
2923 *piVal = sqlite3_column_int(pStmt, 0);
/external/sqlite/dist/orig/
H A Dsqlite3.c147723 getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c147755 getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal) argument
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c127184 getIntFromStmt(sqlite3 *db, const char *zSql, int *piVal) argument
[all...]

Completed in 3637 milliseconds