Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c19055 #define INLINEFUNC_iif 5 macro
117248 case INLINEFUNC_iif: {
119434 if( SQLITE_PTR_TO_INT(pDef->pUserData)!=INLINEFUNC_iif ) return 0;
137152 INLINE_FUNC(iif, -4, INLINEFUNC_iif, 0 ),
137153 INLINE_FUNC(if, -4, INLINEFUNC_iif, 0 ),