Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp281 ::sqlite3_column_bytes(_pimpl->stmt, index)); in column_blob()
356 return ::sqlite3_column_bytes(_pimpl->stmt, index); in column_bytes()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c526 value.length = sqlite3_column_bytes(fetch, 0); in hdb_sqlite_fetch_kvno()
859 value.length = sqlite3_column_bytes(hsdb->get_all_entries, 0); in hdb_sqlite_nextkey()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c1013 len = sqlite3_column_bytes(ctx->credstmt, 0); in scc_get_next()
1090 len = sqlite3_column_bytes(stmt, 0); in scc_remove_cred()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h415 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dshell.c3492 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc()
3499 int n2 = sqlite3_column_bytes(pStmt, i); in sha3QueryFunc()
8393 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol); in completionNext()
14594 int nCopy = sqlite3_column_bytes(pStmt, 0); in dbdataLoadPage()
15918 nPg = sqlite3_column_bytes(pStmt, 0); in recoverGetPage()
16264 nByte += (sqlite3_column_bytes(pStmt, 1)+1); in recoverAddTable()
16283 int n = sqlite3_column_bytes(pStmt, 1); in recoverAddTable()
19507 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback()
19548 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback()
19587 int nBlob = sqlite3_column_bytes(p->pStmt, i); in shell_callback()
[all …]
H A Dsqlite3.h5260 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
H A Dsqlite3.c5573 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
91245 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){
119594 pSample->n = sqlite3_column_bytes(pStmt, 4);
135887 #define sqlite3_column_bytes sqlite3_api->column_bytes
136333 sqlite3_column_bytes,
187542 int nRoot = sqlite3_column_bytes(pStmt, 4);
189550 pEnd = &a[sqlite3_column_bytes(pStmt, 0)];
194025 && sqlite3_column_bytes(pStmt, 0)==sizeof(*pp)
195941 aSz[p->nColumn] += sqlite3_column_bytes(pSelect, i);
198328 sqlite3_column_bytes(pStmt, 0));
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d910 int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
/netbsd-src/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1781 int bytes = sqlite3_column_bytes(pStmt, iCol); in dbEvalColumnValue()