Lines Matching refs:sqlite3_column_bytes

5256 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
5307 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5311 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5313 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5315 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5318 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5329 ** ^The values returned by [sqlite3_column_bytes()] and
5332 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5398 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5413 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
5414 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
5420 ** into the desired format, then invoke sqlite3_column_bytes() or
5424 ** with calls to sqlite3_column_bytes().
5442 ** <li> sqlite3_column_bytes()
5460 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
89095 ** sqlite3_column_bytes()
89129 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){
116415 pSample->n = sqlite3_column_bytes(pStmt, 4);
132337 #define sqlite3_column_bytes sqlite3_api->column_bytes
132781 sqlite3_column_bytes,
182648 int nRoot = sqlite3_column_bytes(pStmt, 4);
184602 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
189060 && sqlite3_column_bytes(pStmt, 0)==sizeof(*pp)
190975 aSz[p->nColumn] += sqlite3_column_bytes(pSelect, i);
193357 sqlite3_column_bytes(pStmt, 0));
193484 aSz[p->nColumn] += sqlite3_column_bytes(pStmt, iCol+1);
193555 sqlite3_column_bytes(pStmt, 4), /* segdir.root */
194166 nRoot = sqlite3_column_bytes(pSelect, 4);
194574 int nRoot = sqlite3_column_bytes(pFetch, 4);
194724 int nHint = sqlite3_column_bytes(pSelect, 0);
196453 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol);
196764 n = sqlite3_column_bytes(pStmt, 0);
196994 const char *pEnd = a + sqlite3_column_bytes(pSelectDocsize, 0);
197354 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol+1);
204994 int nNode = sqlite3_column_bytes(pCheck->pGetNode, 0);
216572 nByte += sqlite3_column_bytes(pStmt, 1);
216597 int nName = sqlite3_column_bytes(pStmt, 1);
217716 nByte = sqlite3_column_bytes(pStmt, iCol);
217801 && n==sqlite3_column_bytes(pStmt, i)
236110 int nIdxTerm = sqlite3_column_bytes(pStmt, 1);
237645 nBlob = sqlite3_column_bytes(pSorter->pStmt, 1);
238681 *pn = sqlite3_column_bytes(pCsr->pStmt, iCol+1);
240179 nText = sqlite3_column_bytes(pSeek, iCol);
240383 int nText = sqlite3_column_bytes(pScan, ctx.iCol+1);
240687 int nText = sqlite3_column_bytes(pScan, i+1);
240826 int nBlob = sqlite3_column_bytes(pLookup, 0);