Home
last modified time | relevance | path

Searched refs:sqlite3_column_bytes (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/contrib/kyua/utils/sqlite/
H A Dstatement.cpp283 ::sqlite3_column_bytes(_pimpl->stmt, index)); in column_blob()
358 return ::sqlite3_column_bytes(_pimpl->stmt, index); in column_bytes()
/freebsd-13.1/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c419 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-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c589 *len = sqlite3_column_bytes(stmt->s3stmt, column); in svn_sqlite__column_blob()
737 return sqlite3_column_bytes(stmt->s3stmt, column); in svn_sqlite__column_bytes()
/freebsd-13.1/crypto/heimdal/lib/krb5/
H A Dscache.c1024 len = sqlite3_column_bytes(ctx->credstmt, 0); in scc_get_next()
1101 len = sqlite3_column_bytes(stmt, 0); in scc_remove_cred()
/freebsd-13.1/contrib/sqlite3/
H A Dsqlite3ext.h393 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.h5084 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
H A Dshell.c2096 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc()
2103 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc()
3460 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol); in completionNext()
11612 int nCopy = sqlite3_column_bytes(pStmt, 0); in dbdataLoadPage()
13390 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback()
13431 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback()
13470 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback()
15914 int nCompletion = sqlite3_column_bytes(pStmt, 0); in linenoise_completion()
16351 sqlite3_column_bytes(pQuery,i), in tryToCloneData()
16610 && sqlite3_column_bytes(pStmt,0)>100 in shell_dbinfo_command()
H A Dsqlite3.c112029 pSample->n = sqlite3_column_bytes(pStmt, 4);
128131 sqlite3_column_bytes,
175641 int nRoot = sqlite3_column_bytes(pStmt, 4);
177585 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
186337 sqlite3_column_bytes(pStmt, 0));
187143 nRoot = sqlite3_column_bytes(pSelect, 4);
189430 nDoc = sqlite3_column_bytes(pCsr->pStmt, iCol);
189741 n = sqlite3_column_bytes(pStmt, 0);
209510 nByte += sqlite3_column_bytes(pStmt, 1);
210654 nByte = sqlite3_column_bytes(pStmt, iCol);
[all …]
/freebsd-13.1/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c135 column->size = sqlite3_column_bytes(stmt, i); in dbd_sqlite3_select_internal()
/freebsd-13.1/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1762 int bytes = sqlite3_column_bytes(pStmt, iCol); in dbEvalColumnValue()