Searched refs:SQLITE_FUNC_TYPEOF (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | func.c | 2272 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), in sqlite3RegisterBuiltinFunctions() 2273 FUNCTION2(subtype, 1, 0, 0, subtypeFunc, SQLITE_FUNC_TYPEOF), in sqlite3RegisterBuiltinFunctions()
|
| H A D | expr.c | 4517 if( (pDef->funcFlags & (SQLITE_FUNC_LENGTH|SQLITE_FUNC_TYPEOF))!=0 ){ in sqlite3ExprCodeTarget() 4524 assert( SQLITE_FUNC_TYPEOF==OPFLAG_TYPEOFARG ); in sqlite3ExprCodeTarget()
|
| H A D | sqliteInt.h | 1887 #define SQLITE_FUNC_TYPEOF 0x0080 /* Built-in typeof() function */ macro
|