Home
last modified time | relevance | path

Searched refs: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
16452 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
16830 SQLITE_PRIVATE int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);
17521 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */
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
18803 FuncDef *pFunc; /* The aggregate function implementation */
20390 FuncDef *pWFunc; /* The function */
20418 SQLITE_PRIVATE void sqlite3WindowUpdate(Parse*, Window*, Window*, FuncDef*);
[all …]