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

/macosx-10.9.5/WebCore-7537.78.1/platform/sql/
H A DSQLiteStatement.cpp211 return sqlite3_bind_text16(m_statement, index, characters, sizeof(UChar) * text.length(), SQLITE_TRANSIENT);
/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3ext.h245 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
H A Dsqlite3.h3025 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3028 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3068 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
H A Dsqlite3.c3578 ** sqlite3_bind_text16() is a destructor used to dispose of the BLOB or
3581 ** sqlite3_bind_text(), or sqlite3_bind_text16() fails.
3621 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*));
62661 SQLITE_API int sqlite3_bind_text16( function
89137 #define sqlite3_bind_text16 macro
89346 # define sqlite3_bind_text16 macro
[all...]

Completed in 705 milliseconds