Lines Matching defs:FuncDefHash
15356 typedef struct FuncDefHash FuncDefHash;
17565 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
17570 struct FuncDefHash {
21317 SQLITE_PRIVATE FuncDefHash sqlite3BuiltinFunctions;
22988 SQLITE_PRIVATE FuncDefHash sqlite3BuiltinFunctions;
127406 ** Search a FuncDefHash for a function with the given name. Return
127424 ** Insert a new FuncDef into a FuncDefHash hash table.