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

/external/sqlite/android/
H A Dsqlite3_android.cpp373 err = sqlite3_bind_text(statement, 1, base16buf, base16Size, SQLITE_STATIC);
/external/sqlite/dist/orig/
H A Dsqlite3ext.h323 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c3812 sqlite3_bind_text(pInsert, i+1,
5042 sqlite3_bind_text(pStmt, i+1, z, -1, SQLITE_TRANSIENT);
6202 sqlite3_bind_text(pStmt, 1, azArg[1], -1, SQLITE_TRANSIENT);
6204 sqlite3_bind_text(pStmt, 1, "%", -1, SQLITE_STATIC);
H A Dsqlite3.h3541 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3762 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3769 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3774 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3838 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c3818 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4039 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4046 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4051 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
4115 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
77371 SQLITE_API int sqlite3_bind_text( function
111325 #define sqlite3_bind_text macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h323 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dshell.c3834 sqlite3_bind_text(pInsert, i+1,
5064 sqlite3_bind_text(pStmt, i+1, z, -1, SQLITE_TRANSIENT);
6224 sqlite3_bind_text(pStmt, 1, azArg[1], -1, SQLITE_TRANSIENT);
6226 sqlite3_bind_text(pStmt, 1, "%", -1, SQLITE_STATIC);
H A Dsqlite3.h3541 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3762 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3769 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3774 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3838 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dsqlite3.c3818 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4039 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4046 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4051 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
4115 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
77371 SQLITE_API int sqlite3_bind_text( function
111325 #define sqlite3_bind_text macro
[all...]
/external/robolectric/v3/libs/
H A Dsqlite4java-0.282.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/almworks/ com/almworks/sqlite4java/ javolution/ javolution/util/ javolution/ ...

Completed in 941 milliseconds