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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c151 int sqlite3_value_bytes(sqlite3_value *pVal){ function
769 int val = sqlite3_value_bytes( columnMem(pStmt,i) );
H A Dsqlite3ext.h343 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h367 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.c4145 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4491 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4498 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
62898 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
91340 #define sqlite3_value_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h367 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.c4145 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4491 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4498 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
62926 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
91376 #define sqlite3_value_bytes macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3823 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4169 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4176 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
60664 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
87032 #define sqlite3_value_bytes macro
[all...]

Completed in 1041 milliseconds