Searched refs:sqlite3_column_bytes (Results 1 – 8 of 8) sorted by relevance
| /freebsd-src/contrib/kyua/utils/sqlite/ |
| H A D | statement.cpp | 283 ::sqlite3_column_bytes(_pimpl->stmt, index)); in column_blob() 358 return ::sqlite3_column_bytes(_pimpl->stmt, index); in column_bytes()
|
| /freebsd-src/crypto/heimdal/lib/hdb/ |
| H A D | hdb-sqlite.c | 419 value.length = sqlite3_column_bytes(fetch, 0); in hdb_sqlite_fetch_kvno() 723 value.length = sqlite3_column_bytes(hsdb->get_all_entries, 0); in hdb_sqlite_nextkey()
|
| /freebsd-src/crypto/heimdal/lib/krb5/ |
| H A D | scache.c | 1024 len = sqlite3_column_bytes(ctx->credstmt, 0); in scc_get_next() 1101 len = sqlite3_column_bytes(stmt, 0); in scc_remove_cred()
|
| /freebsd-src/contrib/sqlite3/ |
| H A D | sqlite3ext.h | 415 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
|
| H A D | shell.c | 3506 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc() 3513 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc() 8471 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol); in completionNext() 15829 int nCopy = sqlite3_column_bytes(pStmt, 0); in dbdataLoadPage() 17181 nPg = sqlite3_column_bytes(pStmt, 0); in recoverGetPage() 17527 nByte += (sqlite3_column_bytes(pStmt, 1)+1); in recoverAddTable() 17546 int n = sqlite3_column_bytes(pStmt, 1); in recoverAddTable() 20770 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback() 20811 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback() 20850 int nBlob = sqlite3_column_bytes( in shell_callback() [all...] |
| H A D | sqlite3.h | 5075 ** <tr><td><b>sqlite3_column_bytes</b><td>→<td>Size of a BLOB 5126 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes() 5130 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes() 5132 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts 5134 ** ^If the result is a numeric value then sqlite3_column_bytes() uses 5137 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero. 5148 ** ^The values returned by [sqlite3_column_bytes()] and 5151 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of 5217 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or 5232 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</l [all...] |
| H A D | sqlite3.c | 5388 ** <tr><td><b>sqlite3_column_bytes</b><td>→<td>Size of a BLOB 5439 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes() 5443 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes() 5445 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts 5447 ** ^If the result is a numeric value then sqlite3_column_bytes() uses 5450 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero. 5461 ** ^The values returned by [sqlite3_column_bytes()] and 5464 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of 5530 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or 5545 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</l [all...] |
| /freebsd-src/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 1781 int bytes = sqlite3_column_bytes(pStmt, iCol); in dbEvalColumnValue()
|