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

/netbsd-current/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp281 ::sqlite3_column_bytes(_pimpl->stmt, index));
356 return ::sqlite3_column_bytes(_pimpl->stmt, index);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Dhdb-sqlite.c526 value.length = sqlite3_column_bytes(fetch, 0);
859 value.length = sqlite3_column_bytes(hsdb->get_all_entries, 0);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c1013 len = sqlite3_column_bytes(ctx->credstmt, 0);
1090 len = sqlite3_column_bytes(stmt, 0);
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h415 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.h5056 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
5107 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5111 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5113 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5115 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5118 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5129 ** ^The values returned by [sqlite3_column_bytes()] and
5132 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5198 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5213 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</l
[all...]
H A Dshell.c3492 int n2 = sqlite3_column_bytes(pStmt, i);
3499 int n2 = sqlite3_column_bytes(pStmt, i);
8393 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol);
14594 int nCopy = sqlite3_column_bytes(pStmt, 0);
15918 nPg = sqlite3_column_bytes(pStmt, 0);
16264 nByte += (sqlite3_column_bytes(pStmt, 1)+1);
16283 int n = sqlite3_column_bytes(pStmt, 1);
19507 int nBlob = sqlite3_column_bytes(p->pStmt, i);
19548 int nBlob = sqlite3_column_bytes(p->pStmt, i);
19587 int nBlob = sqlite3_column_bytes(
[all...]
H A Dsqlite3.c5369 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
5420 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5424 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5426 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5428 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5431 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5442 ** ^The values returned by [sqlite3_column_bytes()] and
5445 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5511 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5526 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</l
91245 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
135887 #define sqlite3_column_bytes macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d910 int sqlite3_column_bytes(sqlite3_stmt*, int iCol);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c1781 int bytes = sqlite3_column_bytes(pStmt, iCol);

Completed in 865 milliseconds