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

/external/chromium_org/sql/
H A Dstatement.cc309 return sqlite3_sql(ref_->stmt());
/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c333 sqlite3_sql,
H A Dprepare.c723 zSql = sqlite3_sql((sqlite3_stmt *)p);
H A Dsqlite3ext.h392 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite.h.in2705 const char *sqlite3_sql(sqlite3_stmt *pStmt);
H A Dtest1.c3919 Tcl_SetResult(interp, (char *)sqlite3_sql(pStmt), TCL_VOLATILE);
5383 zSql = sqlite3_sql(pStmt);
5583 { "sqlite3_sql", test_sql ,0 },
H A Dvdbeaux.c67 const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
H A Dtclsqlite.c1128 pPreStmt->zSql = sqlite3_sql(pStmt);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h430 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.h3212 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
H A Dsqlite3.c3327 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
62274 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
97401 #define sqlite3_sql macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h430 #define sqlite3_sql sqlite3_api->sql macro
H A Dsqlite3.h3212 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
H A Dsqlite3.c3327 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
62294 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
97421 #define sqlite3_sql macro
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dthreadtest3.c568 if( 0==strcmp(sqlite3_sql(pRet->pStmt), zSql) ){
579 assert( 0==strcmp(sqlite3_sql(pRet->pStmt), zSql) );
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2710 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
H A Dsqlite3.c3253 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt);
57192 SQLITE_API const char *sqlite3_sql(sqlite3_stmt *pStmt){ function
86874 #define sqlite3_sql macro
[all...]

Completed in 566 milliseconds