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.h381 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.c3935 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4301 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4308 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
66389 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
97352 #define sqlite3_value_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h381 #define sqlite3_value_bytes sqlite3_api->value_bytes macro
H A Dsqlite3.c3935 ** or [sqlite3_value_bytes()], then the behavior is undefined.
4301 ** [sqlite3_value_bytes()], [sqlite3_value_bytes16()], [sqlite3_value_text()],
4308 SQLITE_API int sqlite3_value_bytes(sqlite3_value*);
66409 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
97372 #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*);
60485 SQLITE_API int sqlite3_value_bytes(sqlite3_value *pVal){ function
86825 #define sqlite3_value_bytes macro
[all...]

Completed in 3942 milliseconds