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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeapi.c736 ** sqlite3_column_bytes()
768 int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
H A Dsqlite3ext.h251 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h275 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.c4111 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
4113 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
4115 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
4118 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
4129 ** ^The values returned by [sqlite3_column_bytes()] and
4132 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4195 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4210 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4211 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
4217 ** into the desired format, then invoke sqlite3_column_bytes() o
63523 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
91248 #define sqlite3_column_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h275 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.c4111 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
4113 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
4115 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
4118 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
4129 ** ^The values returned by [sqlite3_column_bytes()] and
4132 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4195 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4210 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4211 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
4217 ** into the desired format, then invoke sqlite3_column_bytes() o
63551 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
91284 #define sqlite3_column_bytes macro
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c3789 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3791 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3793 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3796 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3807 ** ^The values returned by [sqlite3_column_bytes()] and
3810 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3873 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
3888 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3889 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
3895 ** into the desired format, then invoke sqlite3_column_bytes() o
61281 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
86940 #define sqlite3_column_bytes macro
[all...]

Completed in 823 milliseconds