Searched defs:hashFunction (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.c129 ** The name of the function is "hashFunction". The function takes a
130 ** single parameter "keyClass". The return value of hashFunction()
132 ** of hashFunction() is a pointer to a function that takes two parameters
135 static int (*hashFunction(int keyClass))(const void*,int){ function
180 xHash = hashFunction(pH->keyClass);
270 xHash = hashFunction(pH->keyClass);
301 xHash = hashFunction(pH->keyClass);

Completed in 71 milliseconds