Searched refs:sqlite3_bind_text16 (Results 1 – 3 of 3) sorted by relevance
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 406 #define sqlite3_bind_text16 sqlite3_api->bind_text16 macro
|
| H A D | sqlite3.h | 4599 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4604 ** ^If the third parameter to sqlite3_bind_text16() is not NULL, then 4615 ** machine for sqlite3_bind_text16() or the byte order specified in 4624 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4630 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then 4709 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*)); 6098 ** the same [byte-order determination rules] as [sqlite3_bind_text16()].
|
| H A D | sqlite3.c | 4912 ** ^If the third parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4917 ** ^If the third parameter to sqlite3_bind_text16() is not NULL, then 4928 ** machine for sqlite3_bind_text16() or the byte order specified in 4937 ** ^If the fourth parameter to sqlite3_bind_text() or sqlite3_bind_text16() 4943 ** or sqlite3_bind_text16() or sqlite3_bind_text64() then 5022 SQLITE_API int sqlite3_bind_text16(sqlite3_stmt*, int, const void*, int, void(*)(void*)); 6411 ** the same [byte-order determination rules] as [sqlite3_bind_text16()]. [all...] |