root/trunk/cihsh.h

Revision 389, 503 bytes (checked in by heitor.barbieri, 3 weeks ago)

essage first commit

Line 
1LONGX hashzero(char *table, LONGX maxprim, int tabwidth);
2char *hashalloc(LONGX classes, int tabwidth, LONGX *maxprimp);
3LONGX hashindex(char *table, LONGX maxprim, int tabwidth, char *keyp, int keylen, int *foundp, int installit);
4
5char *bsrchalloc(LONGX classes, int tabwidth, LONGX *tabentries);
6LONGX bsrchstore(char *table, LONGX classes, LONGX *tabentries, int tabwidth, char *keyp, int keylen);
7LONGX bsrchindex(char *table, LONGX tabentries, int tabwidth, char *keyp, int keylen, int *foundp);
Note: See TracBrowser for help on using the browser.