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

/macosx-10.9.5/Heimdal-323.92.1/lib/sqlite/
H A Dsqlite3.c7882 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
7916 ** pointer types (i.e. FuncDef) defined above.
8221 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
8273 #define P4_FUNCDEF (-5) /* P4 is a pointer to a FuncDef structure */
9414 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
9415 ** Collisions are on the FuncDef.pHash chain.
9418 FuncDef *a[23]; /* Hash table for functions */
9625 struct FuncDef { struct
9630 FuncDef *pNex
[all...]

Completed in 421 milliseconds