Searched refs:FuncDef (Results 1 – 1 of 1) sorted by relevance
16363 typedef struct FuncDef FuncDef; typedef17542 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */17928 SQLITE_PRIVATE int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);18626 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */18963 struct FuncDef { struct18967 FuncDef *pNext; /* Next function with same name */ argument18974 FuncDef *pHash; /* Next with a different name but the same hash */ argument19916 FuncDef *pFunc; /* The aggregate function implementation */21564 FuncDef *pWFunc; /* The function */21595 SQLITE_PRIVATE void sqlite3WindowUpdate(Parse*, Window*, Window*, FuncDef*);[all …]