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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8092 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
8126 ** pointer types (i.e. FuncDef) defined above.
8431 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
8484 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
9645 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
9646 ** Collisions are on the FuncDef.pHash chain.
9649 FuncDef *a[23]; /* Hash table for functions */
9856 struct FuncDef { struct
9861 FuncDef *pNex
[all...]

Completed in 291 milliseconds