Home | History | Annotate | Download | only in dist

Lines Matching defs:noopFunc

19174    SQLITE_INT_TO_PTR(iArg), 0, noopFunc, 0, 0, 0, #zName, {0} }
19179 SQLITE_INT_TO_PTR(iArg), 0, noopFunc, 0, 0, 0, #zName, {0} }
134257 ** routines in the function table. The noopFunc macro provides this.
134258 ** noopFunc will never be called so it doesn't matter what the implementation
134261 #define noopFunc versionFunc /* Substitute function - never called */