Home | History | Annotate | Download | only in amalgamation

Lines Matching defs:FuncDefHash

7591 typedef struct FuncDefHash FuncDefHash;
9112 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
9115 struct FuncDefHash {
9222 FuncDefHash aFunc; /* Hash table of connection functions */
11156 SQLITE_PRIVATE void sqlite3FuncDefInsert(FuncDefHash*, FuncDef*);
11311 SQLITE_PRIVATE SQLITE_WSD FuncDefHash sqlite3GlobalFunctions;
11760 SQLITE_PRIVATE SQLITE_WSD FuncDefHash sqlite3GlobalFunctions;
13936 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
74734 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
80860 ** Search a FuncDefHash for a function with the given name. Return
80864 FuncDefHash *pHash, /* Hash table to search */
80879 ** Insert a new FuncDef into a FuncDefHash hash table.
80882 FuncDefHash *pHash, /* The hash table into which to insert */
80965 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
83280 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);
107431 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunctions);