Searched refs:sqlite3_column_bytes16 (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h387 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dsqlite3.h4786 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
4836 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
4848 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
4850 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
4852 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
4855 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
4858 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
4860 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4919 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4939 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
[all...]
H A Dsqlite3.c5849 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
5899 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
5911 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
5913 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5915 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5918 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5921 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5923 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5982 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
6002 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</l
84752 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ function
125777 #define sqlite3_column_bytes16 macro
[all...]

Completed in 514 milliseconds