Searched refs:sqlite3_column_bytes (Results 1 - 25 of 27) sorted by relevance

12

/external/chromium_org/sql/
H A Dstatement.cc230 int len = sqlite3_column_bytes(ref_->stmt(), col);
250 return sqlite3_column_bytes(ref_->stmt(), col);
294 int len = sqlite3_column_bytes(ref_->stmt(), col);
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
H A Ddb_bench_sqlite3.cc657 bytes_ += sqlite3_column_bytes(pStmt, 1) + sqlite3_column_bytes(pStmt, 2);
/external/chromium_org/third_party/sqlite/src/src/
H A Dloadext.c152 sqlite3_column_bytes,
H A Danalyze.c688 int n = sqlite3_column_bytes(pStmt, 2);
H A Dsqlite3ext.h251 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite.h.in3241 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3243 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3245 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3248 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3259 ** ^The values returned by [sqlite3_column_bytes()] and
3262 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3325 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
3340 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3341 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
3347 ** into the desired format, then invoke sqlite3_column_bytes() o
[all...]
H A Dvdbeapi.c736 ** sqlite3_column_bytes()
768 int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
H A Dtest1.c4050 len = sqlite3_column_bytes(pStmt, col);
4208 ** Usage: sqlite3_column_bytes STMT column
5613 { "sqlite3_column_bytes", test_stmt_int, (void*)sqlite3_column_bytes},
H A Dtclsqlite.c1436 int bytes = sqlite3_column_bytes(pStmt, iCol);
/external/chromium_org/third_party/sqlite/src/ext/fts1/
H A Dfts1.c1371 sqlite3_column_blob(s, 1), sqlite3_column_bytes(s, 1));
1418 sqlite3_column_blob(s, 0), sqlite3_column_bytes(s, 0));
2306 nDoc = sqlite3_column_bytes(p->pStmt, i+1);
2458 nDoc = sqlite3_column_bytes(pCursor->pStmt, iCol+1);
H A Dfulltext.c738 sqlite3_column_blob(s, 1), sqlite3_column_bytes(s, 1));
1087 sqlite3_column_bytes(*pSelect, 0));
/external/sqlite/dist/orig/
H A Dsqlite3ext.h289 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.h3786 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3788 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3790 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3793 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3804 ** ^The values returned by [sqlite3_column_bytes()] and
3807 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3870 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
3885 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3886 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
3892 ** into the desired format, then invoke sqlite3_column_bytes() o
[all...]
H A Dshell.c899 int nBlob = sqlite3_column_bytes(p->pStmt, i);
2085 sqlite3_column_bytes(pQuery,i),
H A Dsqlite3.c3901 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3903 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3905 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3908 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3919 ** ^The values returned by [sqlite3_column_bytes()] and
3922 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3985 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4000 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4001 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
4007 ** into the desired format, then invoke sqlite3_column_bytes() o
67069 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
97260 #define sqlite3_column_bytes macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h289 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.h3786 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3788 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3790 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3793 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3804 ** ^The values returned by [sqlite3_column_bytes()] and
3807 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3870 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
3885 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3886 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
3892 ** into the desired format, then invoke sqlite3_column_bytes() o
[all...]
H A Dshell.c904 int nBlob = sqlite3_column_bytes(p->pStmt, i);
2105 sqlite3_column_bytes(pQuery,i),
/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2.c3351 nDoc = sqlite3_column_bytes(p->pStmt, i+1);
3484 nDoc = sqlite3_column_bytes(pCursor->pStmt, iCol+1);
5369 int nLeafData = sqlite3_column_bytes(s, 0);
5420 int nLeafData = sqlite3_column_bytes(pReader->pStmt, 0);
5491 int nRootData = sqlite3_column_bytes(s, 2);
5941 int nData = sqlite3_column_bytes(s, 0);
6097 const int nData = sqlite3_column_bytes(s, 2);
6638 int nRootData = sqlite3_column_bytes(s, 2);
6725 const int nRootData = sqlite3_column_bytes(s, 2);
7047 const int nData = sqlite3_column_bytes(
[all...]
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_snippet.c681 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol);
1508 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol+1);
H A Dfts3_write.c763 aSz[p->nColumn] += sqlite3_column_bytes(pSelect, i);
1113 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
2406 sqlite3_column_bytes(pStmt, 0));
H A Dfts3.c2158 int nRoot = sqlite3_column_bytes(pStmt, 4);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h3246 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3248 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3250 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3253 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3264 ** ^The values returned by [sqlite3_column_bytes()] and
3267 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3330 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
3345 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3346 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
3352 ** into the desired format, then invoke sqlite3_column_bytes() o
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2682 sqlite3_column_bytes((sqlite3_stmt *) v->vm,
2768 sqlite3_column_bytes((sqlite3_stmt *) v->vm, i);
4124 nbytes = sqlite3_column_bytes((sqlite3_stmt *) v->vm, col);
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c492 if( pRtree->iNodeSize==sqlite3_column_bytes(pRtree->pReadNode, 0) ){

Completed in 680 milliseconds

12