Home
last modified time | relevance | path

Searched refs:column_blob (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.hpp102 blob column_blob(const int);
H A Dstatement_test.cpp224 ATF_TEST_CASE_WITHOUT_HEAD(column_blob);
225 ATF_TEST_CASE_BODY(column_blob) in ATF_TEST_CASE_BODY() argument
232 const sqlite::blob blob = stmt.column_blob(1); in ATF_TEST_CASE_BODY()
547 static_cast< const unsigned char* >(stmt.column_blob(1).memory); in ATF_TEST_CASE_BODY()
743 ATF_ADD_TEST_CASE(tcs, column_blob); in ATF_INIT_TEST_CASES()
H A Dstatement.cpp279 sqlite::statement::column_blob(const int index) in column_blob() function in sqlite::statement
377 return column_blob(column); in safe_column_blob()
/freebsd/contrib/kyua/cli/
H A Dcmd_db_exec.cpp96 const sqlite::blob blob = stmt.column_blob(index); in format_cell()
/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h54 const void * (*column_blob)(sqlite3_stmt*,int iCol); member
414 #define sqlite3_column_blob sqlite3_api->column_blob
H A Dsqlite3.c136487 const void * (*column_blob)(sqlite3_stmt*,int iCol);
136847 #define sqlite3_column_blob sqlite3_api->column_blob