Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/icu/
H A Dicu.c381 nOut = nInput = sqlite3_value_bytes16(apArg[0]); in icuCaseFunc16()
/sqlite-3.40.0/test/
H A Dptrchng.test22 # sqlite3_value_bytes16()
/sqlite-3.40.0/src/
H A Dloadext.c254 sqlite3_value_bytes16,
H A Dtest_func.c133 len = sqlite3_value_bytes16(argv[0]); in test_destructor16()
H A Dvdbeapi.c190 int sqlite3_value_bytes16(sqlite3_value *pVal){ in sqlite3_value_bytes16() function
1234 int val = sqlite3_value_bytes16( columnMem(pStmt,i) ); in sqlite3_column_bytes16()
H A Dsqlite3ext.h501 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
H A Dtest1.c937 sqlite3_value_bytes16(argv[0]); in ptrChngFunction()
H A Dsqlite.h.in5485 ** <tr><td><b>sqlite3_value_bytes16&nbsp;&nbsp;</b>
5552 ** sqlite3_value_bytes16(X) might change the encoding of the value X and
5576 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
5594 ** <li> sqlite3_value_bytes16()
5614 int sqlite3_value_bytes16(sqlite3_value*);