Lines Matching refs:sqlite3_column_bytes

5847 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
5898 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5902 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5904 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5906 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5909 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5920 ** ^The values returned by [sqlite3_column_bytes()] and
5923 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5985 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
6000 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
6001 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
6007 ** into the desired format, then invoke sqlite3_column_bytes() or
6011 ** with calls to sqlite3_column_bytes().
6029 ** <li> sqlite3_column_bytes()
6047 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
84713 ** sqlite3_column_bytes()
84747 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){
110588 pSample->n = sqlite3_column_bytes(pStmt, 4);
125776 #define sqlite3_column_bytes sqlite3_api->column_bytes
126195 sqlite3_column_bytes,
173010 int nRoot = sqlite3_column_bytes(pStmt, 4);
174948 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
179400 && sqlite3_column_bytes(pStmt, 0)==sizeof(*pp)
181313 aSz[p->nColumn] += sqlite3_column_bytes(pSelect, i);
183685 sqlite3_column_bytes(pStmt, 0));
183812 aSz[p->nColumn] += sqlite3_column_bytes(pStmt, iCol+1);
183883 sqlite3_column_bytes(pStmt, 4), /* segdir.root */
184487 nRoot = sqlite3_column_bytes(pSelect, 4);
184895 int nRoot = sqlite3_column_bytes(pFetch, 4);
185045 int nHint = sqlite3_column_bytes(pSelect, 0);
186772 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol);
187083 n = sqlite3_column_bytes(pStmt, 0);
187312 const char *pEnd = a + sqlite3_column_bytes(pSelectDocsize, 0);
187672 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol+1);
195212 int nNode = sqlite3_column_bytes(pCheck->pGetNode, 0);
206611 nByte += sqlite3_column_bytes(pStmt, 1);
206636 int nName = sqlite3_column_bytes(pStmt, 1);
207627 nByte = sqlite3_column_bytes(pStmt, iCol);
207711 && n==sqlite3_column_bytes(pStmt, i)
225828 int nIdxTerm = sqlite3_column_bytes(pStmt, 1);
227333 nBlob = sqlite3_column_bytes(pSorter->pStmt, 1);
228368 *pn = sqlite3_column_bytes(pCsr->pStmt, iCol+1);
229862 nText = sqlite3_column_bytes(pSeek, iCol);
230064 int nText = sqlite3_column_bytes(pScan, ctx.iCol+1);
230368 int nText = sqlite3_column_bytes(pScan, i+1);
230506 int nBlob = sqlite3_column_bytes(pLookup, 0);