HomeSort by: relevance | last modified time | path
    Searched defs:binhash_create (Results 1 - 1 of 1) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
binhash.c 20 /* BINHASH *binhash_create(size)
68 /* binhash_create() creates a table of the specified size and returns a
201 /* binhash_create - create initial hash table */
203 BINHASH *binhash_create(ssize_t size) function
417 hash = binhash_create(10);

Completed in 483 milliseconds