Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h693 #define sqlite3_value_encoding sqlite3_api->value_encoding macro
H A Dsqlite3.h5559 ** ^(The sqlite3_value_encoding(X) interface returns one of [SQLITE_UTF8],
5563 ** sqlite3_value_encoding(X) is meaningless. ^Calls to
5567 ** thus change the return from subsequent calls to sqlite3_value_encoding(X).
5633 SQLITE_API int sqlite3_value_encoding(sqlite3_value*);
/third_party/sqlite/src/
H A Dsqlite3.c5868 ** ^(The sqlite3_value_encoding(X) interface returns one of [SQLITE_UTF8],
5872 ** sqlite3_value_encoding(X) is meaningless. ^Calls to
5876 ** thus change the return from subsequent calls to sqlite3_value_encoding(X).
5942 SQLITE_API int sqlite3_value_encoding(sqlite3_value*);
88183 SQLITE_API int sqlite3_value_encoding(sqlite3_value *pVal){ global() function
132616 #define sqlite3_value_encoding global() macro
[all...]

Completed in 153 milliseconds