root/tags/5.52/cihsh.h

Revision 4, 503 bytes (checked in by heitor.barbieri, 2 years ago)

Versão 5.52 do cisis (28/04/2010)

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.