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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/db/
H A DHashStats.java103 private int hash_free; field in class:HashStats
111 return hash_free;
206 + "\n hash_free=" + hash_free
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dhash.h69 void hash_free (struct hash *);
H A Dhash.c178 hash_free (struct hash *hash) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/afpd/
H A Dhash.h31 extern void hash_free(hash_t *);
H A Dhash.c365 void hash_free(hash_t *hash) function
368 assert ("call to obsolescent function hash_free()" && 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/
H A Dlist.c66 hash_free (struct hash *hash) function
498 hash_free (hash);
499 hash_free (nhash);
H A Dlist.h77 void hash_free (struct hash *hash);
H A Dmulti.c623 hash_free (m->hash);
624 hash_free (m->vhash);
625 hash_free (m->iter);
627 hash_free (m->cid_hash);
H A Dpf.c49 hash_free (pfs->cns.hash_table);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/hash/
H A Dhash_stat.c78 for (sp->hash_free = 0, pgno = hcp->hdr->dbmeta.free;
80 ++sp->hash_free;
209 "Number of pages on the free list", (u_long)sp->hash_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/bgpd/
H A Dbgp_advertise.c408 hash_free (peer->hash[afi][safi]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/libdb_java/
H A Djava_stat_auto.c58 JAVADB_STAT_INT(jnienv, jobj, h_stat_hash_free_fid, statp, hash_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_brew/
H A Ddb.h1778 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_s60/
H A Ddb.h1767 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A Ddb.h1788 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_vxworks/
H A Ddb.h1776 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_wince/
H A Ddb.h1815 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_windows/
H A Ddb.h1815 u_int32_t hash_free; /* Pages on the free list. */ member in struct:__db_h_stat
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/php_db4/
H A Ddb4.cpp1389 ADD_STAT_LONG(hash_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/tcl/
H A Dtcl_db.c653 MAKE_STAT_LIST("Free pages", hsp->hash_free);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/perl/BerkeleyDB/
H A DBerkeleyDB.xs2913 hv_store_iv(RETVAL, "hash_free", stat->hash_free);

Completed in 987 milliseconds