Searched refs:sqlite3_bind_text16 (Results 1 - 7 of 7) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h297 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h3471 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3478 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3484 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3548 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
H A Dsqlite3.c3678 ** ^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()
3691 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3755 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
70274 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16( function
102152 #define sqlite3_bind_text16 macro
102399 # define sqlite3_bind_text16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h297 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h3471 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3478 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3484 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3548 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
H A Dsqlite3.c3678 ** ^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()
3691 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3755 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
70292 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16( function
102170 #define sqlite3_bind_text16 macro
102417 # define sqlite3_bind_text16 macro
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c3888 ret = sqlite3_bind_text16((sqlite3_stmt *) v->vm,
3891 ret = sqlite3_bind_text16((sqlite3_stmt *) v->vm, pos, "", 0,

Completed in 553 milliseconds