Home | History | Annotate | Download | only in orig

Lines Matching defs:sqlite3_column_bytes16

4120 ** ^If the result is a BLOB or UTF-16 string then the sqlite3_column_bytes16()
4122 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
4124 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
4127 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
4130 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
4132 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4192 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
4212 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
4218 ** sqlite3_column_bytes16() to find the size of the result. Do not mix calls
4220 ** sqlite3_column_bytes16(), and do not mix calls to sqlite3_column_text16()
4238 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt*, int iCol);
63492 ** sqlite3_column_bytes16()
63528 SQLITE_API int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){
91249 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16
91559 sqlite3_column_bytes16,