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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c8093 typedef struct FuncDefHash FuncDefHash; typedef in typeref:struct:FuncDefHash
9645 ** Hash each FuncDef structure into one of the FuncDefHash.a[] slots.
9648 struct FuncDefHash { struct
9756 FuncDefHash aFunc; /* Hash table of connection functions */
11716 SQLITE_PRIVATE void sqlite3FuncDefInsert(FuncDefHash*, FuncDef*);
11878 SQLITE_PRIVATE SQLITE_WSD FuncDefHash sqlite3GlobalFunctions;
12335 SQLITE_PRIVATE SQLITE_WSD FuncDefHash sqlite3GlobalFunctions;
14628 FuncDefHash *pHash = &GLOBAL(FuncDefHash, sqlite3GlobalFunction
[all...]

Completed in 415 milliseconds