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

/osnet-11/usr/src/lib/libsqlite/src/
H A DsqliteInt.h248 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
429 struct FuncDef { struct
438 FuncDef *pNext; /* Next function with same name */
904 FuncDef *pFunc; /* Information about the aggregate function */
1226 FuncDef *sqliteFindFunction(sqlite*,const char*,int,int,int);

Completed in 29 milliseconds