Searched refs:FUNCTION2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/sqlite3/ |
| H A D | sqlite3.c | 16928 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ macro 122402 FUNCTION2(sqlite_offset, 1, 0, 0, noopFunc, SQLITE_FUNC_OFFSET| 122419 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), 122420 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH),
|