Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16384 typedef struct FuncDef FuncDef; typedef
18984 struct FuncDef { struct
18988 FuncDef *pNext; /* Next function with same name */ argument
18995 FuncDef *pHash; /* Next with a different name but the same hash */ argument
19005 ** the number of FuncDef objects created (either 1 or 3, depending on whether argument