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

/macosx-10.10.1/Security-57031.1.35/Security/sec/securityd/
H A DSecOCSPCache.c273 algorithm.Length = sqlite3_column_bytes(selectHash, 0);
298 sqlite3_column_bytes(selectResponse, 0));
H A DSecCAIssuerCache.c317 int respLen = sqlite3_column_bytes(this->selectIssuer, 0);
H A DSecTrustStoreServer.c402 sqlite3_column_bytes(ts->copyParents, 0)), errOut);
H A DSecItemDataSource.c103 size_t digestLen = sqlite3_column_bytes(stmt, 0);
H A DSecItemDb.c248 sqlite3_column_bytes(stmt, col),
H A DSecDbItem.c130 sqlite3_column_bytes(stmt, col));
132 // sqlite3_column_bytes(stmt, col),
/macosx-10.10.1/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.h254 int length() const { return ::sqlite3_column_bytes(statement.sql(), index); }
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.h254 int length() const { return ::sqlite3_column_bytes(statement.sql(), index); }
/macosx-10.10.1/Heimdal-398.1.2/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);
/macosx-10.10.1/Heimdal-398.1.2/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...]
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dscache.c1024 len = sqlite3_column_bytes(ctx->credstmt, 0);
1101 len = sqlite3_column_bytes(stmt, 0);
/macosx-10.10.1/Security-57031.1.35/Security/authd/
H A Dauthdb.c567 (size_t)sqlite3_column_bytes(stmt, col));
/macosx-10.10.1/apr-32/apr-util/apr-util/dbd/
H A Dapr_dbd_sqlite3.c135 column->size = sqlite3_column_bytes(stmt, i);

Completed in 429 milliseconds