Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DsqliteInt.h2002 SQLITE_INT_TO_PTR(iArg), 0, noopFunc, 0, 0, 0, #zName, {0} }
2007 SQLITE_INT_TO_PTR(iArg), 0, noopFunc, 0, 0, 0, #zName, {0} }
H A Dfunc.c515 #define noopFunc versionFunc /* Substitute function - never called */ macro