HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_column_bytes (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/kyua-cli/dist/utils/sqlite/
statement.cpp 281 ::sqlite3_column_bytes(_pimpl->stmt, index));
356 return ::sqlite3_column_bytes(_pimpl->stmt, index);
  /src/crypto/external/bsd/heimdal/dist/lib/hdb/
hdb-sqlite.c 526 value.length = sqlite3_column_bytes(fetch, 0);
859 value.length = sqlite3_column_bytes(hsdb->get_all_entries, 0);
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
scache.c 1013 len = sqlite3_column_bytes(ctx->credstmt, 0);
1090 len = sqlite3_column_bytes(stmt, 0);
  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 425 #define sqlite3_column_bytes sqlite3_api->column_bytes macro
sqlite3.h 5381 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
5432 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5436 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5438 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5440 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5443 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5454 ** ^The values returned by [sqlite3_column_bytes()] and
5457 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5523 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5538 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li
    [all...]
shell.c 1884 nByte = sqlite3_column_bytes(p->pStmt, iCol);
2009 int nBlob = sqlite3_column_bytes(p->pStmt,iCol);
2034 int nBlob = sqlite3_column_bytes(p->pStmt,iCol);
2065 int nBlob = sqlite3_column_bytes(p->pStmt,iCol);
5596 int n2 = sqlite3_column_bytes(pStmt, i);
5603 int n2 = sqlite3_column_bytes(pStmt, i);
11221 pCur->szRow = sqlite3_column_bytes(pCur->pStmt, iCol);
20039 int nCopy = sqlite3_column_bytes(pStmt, 0);
21408 nPg = sqlite3_column_bytes(pStmt, 0);
21754 nByte += (sqlite3_column_bytes(pStmt, 1)+1)
    [all...]
sqlite3.c 5702 ** <tr><td><b>sqlite3_column_bytes</b><td>&rarr;<td>Size of a BLOB
5753 ** If the result is a BLOB or a TEXT string, then the sqlite3_column_bytes()
5757 ** ^If the result is a BLOB or UTF-8 string then the sqlite3_column_bytes()
5759 ** ^If the result is a UTF-16 string, then sqlite3_column_bytes() converts
5761 ** ^If the result is a numeric value then sqlite3_column_bytes() uses
5764 ** ^If the result is NULL, then sqlite3_column_bytes() returns zero.
5775 ** ^The values returned by [sqlite3_column_bytes()] and
5778 ** [sqlite3_column_bytes()] and [sqlite3_column_bytes16()] are the number of
5844 ** <li> The initial content is UTF-16 text and sqlite3_column_bytes() or
5859 ** <li>sqlite3_column_text() followed by sqlite3_column_bytes()</li
94919 SQLITE_API int sqlite3_column_bytes(sqlite3_stmt *pStmt, int i){ function
142645 #define sqlite3_column_bytes macro
    [all...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 1859 int bytes = sqlite3_column_bytes(pStmt, iCol);

Completed in 65 milliseconds