Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h507 #define sqlite3_value_bytes16 sqlite3_api->value_bytes16 macro
H A Dsqlite3.h5499 ** <tr><td><b>sqlite3_value_bytes16&nbsp;&nbsp;</b>
5566 ** sqlite3_value_bytes16(X) might change the encoding of the value X and
5590 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
5608 ** <li> sqlite3_value_bytes16()
5628 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
/third_party/sqlite/src/
H A Dsqlite3.c5808 ** <tr><td><b>sqlite3_value_bytes16&nbsp;&nbsp;</b>
5875 ** sqlite3_value_bytes16(X) might change the encoding of the value X and
5899 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
5917 ** <li> sqlite3_value_bytes16()
5937 SQLITE_API int sqlite3_value_bytes16(sqlite3_value*);
88052 SQLITE_API int sqlite3_value_bytes16(sqlite3_value *pVal){ global() function
132430 #define sqlite3_value_bytes16 global() macro
[all...]

Completed in 145 milliseconds