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

/freebsd-11-stable/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c419 value.length = sqlite3_column_bytes(fetch, 0);
723 value.length = sqlite3_column_bytes(hsdb->get_all_entries, 0);
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c589 *len = sqlite3_column_bytes(stmt->s3stmt, column);
737 return sqlite3_column_bytes(stmt->s3stmt, column);
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3ext.h254 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.h3430 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3432 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3434 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3437 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
3448 ** ^The values returned by [sqlite3_column_bytes()] and
3451 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
3514 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
3529 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
3530 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
3536 ** into the desired format, then invoke sqlite3_column_bytes() o
[all...]
H A Dsqlite3.c3983 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
3985 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
3987 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
3990 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
4001 ** ^The values returned by [sqlite3_column_bytes()] and
4004 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4067 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4082 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li>
4083 ** <li>sqlite3_column_blob() followed by sqlite3_column_bytes()</li>
4089 ** into the desired format, then invoke sqlite3_column_bytes() o
62320 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
89146 #define sqlite3_column_bytes macro
[all...]
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dscache.c1024 len = sqlite3_column_bytes(ctx->credstmt, 0);
1101 len = sqlite3_column_bytes(stmt, 0);
/freebsd-11-stable/contrib/apr-util/dbd/
H A Dapr_dbd_sqlite3.c135 column->size = sqlite3_column_bytes(stmt, i);
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3ext.h386 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
H A Dsqlite3.h4784 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
4835 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
4839 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
4841 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
4843 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
4846 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
4857 ** ^The values returned by [sqlite3_column_bytes()] and
4860 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
4922 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
4937 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</l
[all...]
H A Dshell.c2064 int n2 = sqlite3_column_bytes(pStmt, i);
2071 int n2 = sqlite3_column_bytes(pStmt, i);
3399 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol);
10677 int nCopy = sqlite3_column_bytes(pStmt, 0);
12388 int nBlob = sqlite3_column_bytes(p->pStmt, i);
12429 int nBlob = sqlite3_column_bytes(p->pStmt, i);
12468 int nBlob = sqlite3_column_bytes(p->pStmt, i);
14902 int nCompletion = sqlite3_column_bytes(pStmt, 0);
15339 sqlite3_column_bytes(pQuery,i),
15598 && sqlite3_column_bytes(pStm
[all...]
H A Dsqlite3.c5847 ** <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()</l
84747 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
125776 #define sqlite3_column_bytes macro
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1738 int bytes = sqlite3_column_bytes(pStmt, iCol);

Completed in 836 milliseconds