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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h305 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.c3701 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3708 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3714 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3778 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
72323 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16( function
104352 #define sqlite3_bind_text16 macro
104609 # define sqlite3_bind_text16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h305 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.c3701 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3708 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16()
3714 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then
3778 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
72341 SQLITE_API int SQLITE_STDCALL sqlite3_bind_text16( function
104370 #define sqlite3_bind_text16 macro
104627 # define sqlite3_bind_text16 macro
[all...]

Completed in 927 milliseconds