Searched refs:mem_cmp (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/
H A Dmem_dbg.c242 /* static int mem_cmp(MEM *a, MEM *b) */
243 static int mem_cmp(const void *a_void, const void *b_void) function
420 if ((mh = lh_new(mem_hash, mem_cmp)) == NULL) {

Completed in 49 milliseconds