Home
last modified time | relevance | path

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

/external/sqlite/android/
Dsqlite3_android.cpp325 err = sqlite3_bind_value(statement, dataTagParamIndex, argv[5]); in tokenize()
/external/sqlite/dist/
Dsqlite3ext.h298 #define sqlite3_bind_value sqlite3_api->bind_value macro
Dsqlite3.h3551 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
Dsqlite3.c3758 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
70302 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *p…
102171 #define sqlite3_bind_value sqlite3_api->bind_value
102519 sqlite3_bind_value,
136258 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
143408 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
143989 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);
/external/sqlite/dist/orig/
Dsqlite3ext.h298 #define sqlite3_bind_value sqlite3_api->bind_value macro
Dsqlite3.h3551 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
Dsqlite3.c3758 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt*, int, const sqlite3_value*);
70284 SQLITE_API int SQLITE_STDCALL sqlite3_bind_value(sqlite3_stmt *pStmt, int i, const sqlite3_value *p…
102153 #define sqlite3_bind_value sqlite3_api->bind_value
102501 sqlite3_bind_value,
136240 rc = sqlite3_bind_value(pCsr->pStmt, 1, pCons);
143378 rc = sqlite3_bind_value(pStmt, i+1, apVal[i]);
143959 rc = sqlite3_bind_value(pContentInsert, 1, apVal[3+p->nColumn]);