Searched refs:sqlite3_column_type (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dscache.c275 if (sqlite3_column_type(stmt, 0) != SQLITE_TEXT)
519 if (sqlite3_column_type(s->scache_name, 0) != SQLITE_INTEGER) {
843 if (sqlite3_column_type(s->scache, 0) != SQLITE_TEXT) {
1017 if (sqlite3_column_type(ctx->credstmt, 0) != SQLITE_BLOB) {
1093 if (sqlite3_column_type(stmt, 0) != SQLITE_BLOB) {
1268 if (sqlite3_column_type(ctx->stmt, 0) != SQLITE_TEXT)
/netbsd-6-1-5-RELEASE/lib/lua/sqlite/
H A Dsqlite.c297 switch (sqlite3_column_type(*stmt, cidx)) {
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h293 #define sqlite3_column_type sqlite3_api->column_type macro
H A Dsqlite3.h3511 ** ^The sqlite3_column_type() routine returns the
3515 ** returned by sqlite3_column_type() is only meaningful if no type
3517 ** the value returned by sqlite3_column_type() is undefined. Future
3518 ** versions of SQLite may change the behavior of sqlite3_column_type()
3654 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
H A Dsqlite3.c4061 ** ^The sqlite3_column_type() routine returns the
4065 ** returned by sqlite3_column_type() is only meaningful if no type
4067 ** the value returned by sqlite3_column_type() is undefined. Future
4068 ** versions of SQLite may change the behavior of sqlite3_column_type()
4204 SQLITE_API int sqlite3_column_type(sqlite3_stmt*, int iCol);
63463 SQLITE_API int sqlite3_column_type(sqlite3_stmt *pStmt, int i){ function
91140 #define sqlite3_column_type macro
[all...]

Completed in 414 milliseconds