Searched refs:FUNCTION2 (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/contrib/sqlite3/ |
| D | sqlite3.c | 17933 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ macro 129967 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), 129968 FUNCTION2(subtype, 1, 0, 0, subtypeFunc, SQLITE_FUNC_TYPEOF), 129969 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), 129970 FUNCTION2(octet_length, 1, 0, 0, bytelengthFunc,SQLITE_FUNC_BYTELEN),
|