Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c15309 typedef struct FuncDef FuncDef; typedef
17881 struct FuncDef { struct
17885 FuncDef *pNext; /* Next function with same name */ argument
17892 FuncDef *pHash; /* Next with a different name but the same hash */ argument
17902 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument