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

/external/python/cpython2/Modules/_sqlite/
H A Dstatement.c177 rc = sqlite3_bind_text(self->st, pos, string, buflen, SQLITE_TRANSIENT);
182 rc = sqlite3_bind_text(self->st, pos, string, buflen, SQLITE_TRANSIENT);
/external/sqlite/android/
H A Dsqlite3_android.cpp378 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 Dsqlite3.h3592 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3813 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3820 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3825 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3889 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dshell.c3934 sqlite3_bind_text(pInsert, i+1,
5171 sqlite3_bind_text(pStmt, i+1, z, -1, SQLITE_TRANSIENT);
6331 sqlite3_bind_text(pStmt, 1, azArg[1], -1, SQLITE_TRANSIENT);
6333 sqlite3_bind_text(pStmt, 1, "%", -1, SQLITE_STATIC);
H A Dsqlite3.c3869 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4090 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4097 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4102 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
4166 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
77644 SQLITE_API int sqlite3_bind_text( function
111775 #define sqlite3_bind_text macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h323 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dsqlite3.h3592 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3813 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3820 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3825 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3889 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
H A Dshell.c3956 sqlite3_bind_text(pInsert, i+1,
5193 sqlite3_bind_text(pStmt, i+1, z, -1, SQLITE_TRANSIENT);
6353 sqlite3_bind_text(pStmt, 1, azArg[1], -1, SQLITE_TRANSIENT);
6355 sqlite3_bind_text(pStmt, 1, "%", -1, SQLITE_STATIC);
H A Dsqlite3.c3869 ** to the [sqlite3_bind_text | bindings] of that [parameter].
4090 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4097 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
4102 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
4166 SQLITE_API int sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
77644 SQLITE_API int sqlite3_bind_text( function
111775 #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 526 milliseconds