Home
last modified time | relevance | path

Searched defs:FuncDef (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A DsqliteInt.h1188 typedef struct FuncDef FuncDef; typedef
1829 struct FuncDef { struct
1833 FuncDef *pNext; /* Next function with same name */ argument
1840 FuncDef *pHash; /* Next with a different name but the same hash */ argument
1850 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument