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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c14790 typedef struct FuncDef FuncDef; typedef in typeref:struct:FuncDef
14869 ** pointer types (i.e. FuncDef) defined above.
15586 FuncDef *pFunc; /* Used when p4type is P4_FUNCDEF */
15654 #define P4_FUNCDEF (-8) /* P4 is a pointer to a FuncDef structure */
15953 SQLITE_PRIVATE int sqlite3VdbeAddFunctionCall(Parse*,int,int,int,int,const FuncDef*,int);
16898 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
16899 ** Collisions are on the FuncDef.u.pHash chain. Use the SQLITE_FUNC_HASH()
16904 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */
17248 struct FuncDef { struct
[all...]

Completed in 608 milliseconds