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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c17519 #define SQLITE_FUNC_HASH_SZ 23 macro
17521 FuncDef *a[SQLITE_FUNC_HASH_SZ]; /* Hash table for functions */
17523 #define SQLITE_FUNC_HASH(C,L) (((C)+(L))%SQLITE_FUNC_HASH_SZ)
[all...]

Completed in 551 milliseconds