Searched defs:sqlite3_bind_text (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h296 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dsqlite3.c3488 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3678 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3685 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3690 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3754 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
70248 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text( function
102151 #define sqlite3_bind_text macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h296 #define sqlite3_bind_text sqlite3_api->bind_text macro
H A Dsqlite3.c3488 ** to the [sqlite3_bind_text | bindings] of that [parameter].
3678 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3685 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3690 ** If a non-negative fourth parameter is provided to sqlite3_bind_text()
3754 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text(sqlite3_stmt*,int,const char*,int,void(*)(void*));
70266 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text( function
102169 #define sqlite3_bind_text macro
[all...]

Completed in 278 milliseconds