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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c15309 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
15393 ** pointer types (i.e. FuncDef) defined above.
16452 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
16518 #define P4_FUNCDEF (-7) /* P4 is a pointer to a FuncDef structure */
16830 SQLITE_PRIVATE int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);
17515 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
17516 ** Collisions are on the FuncDef.u.pHash chain. Use the SQLITE_FUNC_HASH()
17521 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */
17881 struct FuncDef { struct
[all...]

Completed in 459 milliseconds