Searched defs:sqlite3_value_bytes (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3ext.h406 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.c4193 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
4557 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4564 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value*);
71123 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value *pVal){ function
104453 #define sqlite3_value_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h406 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.c4193 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
4557 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4564 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value*);
71141 SQLITE_API int SQLITE_STDCALL sqlite3_value_bytes(sqlite3_value *pVal){ function
104471 #define sqlite3_value_bytes macro
[all...]

Completed in 587 milliseconds