Home
last modified time | relevance | path

Searched refs:ajTablestrHash (Results 1 – 2 of 2) sorted by relevance

/dports/biology/emboss/EMBOSS-6.6.0/ajax/core/
H A Dajtable.c1547 else if(table->Fhash == &ajTablestrHash) in tableStrFromKey()
2559 table->Fhash = &ajTablestrHash; in ajTableSettypeString()
4455 table = ajTableNewFunctionLen(size, &ajTablestrCmp, &ajTablestrHash, in ajTablestrNew()
4539 table = ajTableNewFunctionLen(size, &ajTablestrCmp, &ajTablestrHash, in ajTablestrNewConst()
5051 ajulong ajTablestrHash(const void* key, ajulong hashsize) in ajTablestrHash() function
6317 table = ajTableNewFunctionLen(size, &ajTablestrCmp, &ajTablestrHash, in ajTablestrNewLen()
6414 return ajTablestrHash(key, hashsize); in ajStrTableHash()
H A Dajtable.h281 ajulong ajTablestrHash(const void* key, ajulong hashsize);