Searched refs:FUNCTION2 (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/sqlite3/ |
| H A D | sqlite3.c | 18534 #define FUNCTION2(zName, nArg, iArg, bNC, xFunc, extraFlags) \ macro 133188 FUNCTION2(typeof, 1, 0, 0, typeofFunc, SQLITE_FUNC_TYPEOF), 133189 FUNCTION2(subtype, 1, 0, 0, subtypeFunc, 133191 FUNCTION2(length, 1, 0, 0, lengthFunc, SQLITE_FUNC_LENGTH), 133192 FUNCTION2(octet_length, 1, 0, 0, bytelengthFunc,SQLITE_FUNC_BYTELEN),
|