creaImageIO_lib
|
Go to the source code of this file.
Functions | |
int | sqlite3_encode_binary (const unsigned char *in, int n, unsigned char *out) |
int | sqlite3_decode_binary (const unsigned char *in, unsigned char *out) |
Variables | |
static const bool | DONT_DELETE_MSG =false |
int sqlite3_decode_binary | ( | const unsigned char * | in, |
unsigned char * | out | ||
) |
Definition at line 2959 of file CppSQLite3.cpp.
Referenced by CppSQLite3Binary::getBinary().
int sqlite3_encode_binary | ( | const unsigned char * | in, |
int | n, | ||
unsigned char * | out | ||
) |
Definition at line 2855 of file CppSQLite3.cpp.
Referenced by CppSQLite3Binary::getEncoded().
|
static |
Definition at line 67 of file CppSQLite3.cpp.
Referenced by CppSQLite3Binary::allocBuffer(), CppSQLite3Statement::bind(), CppSQLite3Statement::bindNull(), CppSQLite3Statement::checkDB(), CppSQLite3DB::checkDB(), CppSQLite3Table::checkResults(), CppSQLite3Query::checkVM(), CppSQLite3Statement::checkVM(), CppSQLite3Statement::execDML(), CppSQLite3Statement::execQuery(), CppSQLite3DB::execQuery(), CppSQLite3DB::execScalar(), CppSQLite3Query::fieldDataType(), CppSQLite3Query::fieldDeclType(), CppSQLite3Query::fieldIndex(), CppSQLite3Query::fieldName(), CppSQLite3Table::fieldName(), CppSQLite3Query::fieldValue(), CppSQLite3Table::fieldValue(), CppSQLite3Query::finalize(), CppSQLite3Statement::finalize(), CppSQLite3Binary::getBinary(), CppSQLite3Query::getBlobField(), CppSQLite3Query::nextRow(), CppSQLite3DB::open(), CppSQLite3Statement::reset(), CppSQLite3Binary::setEncoded(), and CppSQLite3Table::setRow().