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

/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c45 # define sqlite3_bind_text16 0 macro
143 sqlite3_bind_text16,
H A Dvdbeapi.c1109 int sqlite3_bind_text16( function
H A Dsqlite3ext.h242 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h266 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.c3692 ** or sqlite3_bind_text16() then that parameter must be the byte offset
3700 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3703 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3743 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
63864 SQLITE_API int sqlite3_bind_text16( function
91239 #define sqlite3_bind_text16 macro
91448 # define sqlite3_bind_text16 macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h266 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.c3692 ** or sqlite3_bind_text16() then that parameter must be the byte offset
3700 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3703 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3743 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
63892 SQLITE_API int sqlite3_bind_text16( function
91275 #define sqlite3_bind_text16 macro
91484 # define sqlite3_bind_text16 macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3384 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3387 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3427 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
61622 SQLITE_API int sqlite3_bind_text16( function
86931 #define sqlite3_bind_text16 macro
87136 # define sqlite3_bind_text16 macro
[all...]

Completed in 755 milliseconds