Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c16384 typedef struct FuncDef FuncDef; typedef
17563 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
17949 SQLITE_PRIVATE int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);
18647 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */
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
19937 FuncDef *pFunc; /* The aggregate function implementation */
21586 FuncDef *pWFunc; /* The function */
21617 SQLITE_PRIVATE void sqlite3WindowUpdate(Parse*, Window*, Window*, FuncDef*);
[all …]