Home
last modified time | relevance | path

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

/minix3/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp62 case SQLITE_BLOB: return sqlite::type_blob; in c_type_to_cxx()
/minix3/lib/lua/sqlite/
H A Dsqlite.c311 case SQLITE_BLOB: in stmt_column()
/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c1017 if (sqlite3_column_type(ctx->credstmt, 0) != SQLITE_BLOB) { in scc_get_next()
1093 if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) { in scc_remove_cred()
/minix3/external/public-domain/sqlite/dist/
H A Dsqlite3.h3717 #define SQLITE_BLOB 4 macro
H A Dshell.c876 }else if( aiType && aiType[i]==SQLITE_BLOB && p->pStmt ){ in shell_callback()
1342 if( x==SQLITE_BLOB && pArg && pArg->mode==MODE_Insert ){ in shell_exec()
H A Dsqlite3.c3745 #define SQLITE_BLOB 4 macro
60444 pMem->type = SQLITE_BLOB;
60690 pMem->type = (enc==0 ? SQLITE_BLOB : SQLITE_TEXT);
60861 pMem->type = SQLITE_BLOB;
65911 case SQLITE_BLOB: {
66566 pMem->type = SQLITE_BLOB;
83497 case SQLITE_BLOB:
89796 case SQLITE_BLOB: z = "blob"; break;
89816 case SQLITE_BLOB:
89914 if( typeHaystack==SQLITE_BLOB && typeNeedle==SQLITE_BLOB ){
[all …]