Lines Matching refs:xHash
201915 int (*xHash)(const void*,int); /* The hash function */ local
201923 xHash = ftsHashFunction(pH->keyClass);
201925 int h = (*xHash)(elem->pKey, elem->nKey) & (new_size-1);
202004 int (*xHash)(const void*,int); /* The hash function */ local
202007 xHash = ftsHashFunction(pH->keyClass);
202008 assert( xHash!=0 );
202009 h = (*xHash)(pKey,nKey);
202051 int (*xHash)(const void*,int); /* The hash function */ local
202054 xHash = ftsHashFunction(pH->keyClass);
202055 assert( xHash!=0 );
202056 hraw = (*xHash)(pKey, nKey);