Searched refs:sqlite3_column_bytes16 (Results 1 – 8 of 8) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | fuzzinvariants.c | 350 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 D | capi3.test | 503 lappend bytes [sqlite3_column_bytes16 $STMT $i]
|
| H A D | capi3c.test | 473 lappend bytes [sqlite3_column_bytes16 $STMT $i]
|
| /sqlite-3.40.0/src/ |
| H A D | loadext.c | 159 sqlite3_column_bytes16,
|
| H A D | sqlite3ext.h | 409 #define sqlite3_column_bytes16 sqlite3_api->column_bytes16 macro
|
| H A D | vdbeapi.c | 1233 int sqlite3_column_bytes16(sqlite3_stmt *pStmt, int i){ in sqlite3_column_bytes16() function
|
| H A D | sqlite.h.in | 4935 ** <tr><td><b>sqlite3_column_bytes16 </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 D | test1.c | 8702 { "sqlite3_column_bytes16", test_stmt_int, (void*)sqlite3_column_bytes16 }, in Sqlitetest1_Init()
|