Home
last modified time | relevance | path

Searched refs:sqlite3_column_bytes16 (Results 1 – 8 of 8) sorted by relevance

/sqlite-3.40.0/test/
H A Dfuzzinvariants.c350 int len1 = sqlite3_column_bytes16(pS1,i1); in sameValue()
352 int len2 = sqlite3_column_bytes16(pS2,i2); in sameValue()
428 n = sqlite3_column_bytes16(pStmt, i); in printRow()
436 n = sqlite3_column_bytes16(pStmt, i); in printRow()
H A Dcapi3.test503 lappend bytes [sqlite3_column_bytes16 $STMT $i]
H A Dcapi3c.test473 lappend bytes [sqlite3_column_bytes16 $STMT $i]
/sqlite-3.40.0/src/
H A Dloadext.c159 sqlite3_column_bytes16,
H A Dsqlite3ext.h409 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
H A Dvdbeapi.c1233 int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ in sqlite3_column_bytes16() function
H A Dsqlite.h.in4935 ** <tr><td><b>sqlite3_column_bytes16&nbsp;&nbsp;</b>
4985 ** or sqlite3_column_bytes16() interfaces can be used to determine the size
4999 ** ^If the result is a UTF-8 string, then sqlite3_column_bytes16() converts
5001 ** ^If the result is a numeric value then sqlite3_column_bytes16() uses
5004 ** ^If the result is NULL, then sqlite3_column_bytes16() returns zero.
5007 ** [sqlite3_column_bytes16()] do not include the zero terminators at the end
5009 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5072 ** <li> The initial content is UTF-8 text and sqlite3_column_bytes16() or
5092 ** <li>sqlite3_column_text16() followed by sqlite3_column_bytes16()</li>
5120 ** <li> sqlite3_column_bytes16()
[all …]
H A Dtest1.c8702 { "sqlite3_column_bytes16", test_stmt_int, (void*)sqlite3_column_bytes16 }, in Sqlitetest1_Init()