Skip to main content

hash_size

Function hash_size 

Source
pub fn hash_size(table: *mut HashTable) -> c_int
Expand description

Get the number of entries in the hash table.

ยงUPSTREAM-PARITY

int xmlHashSize(xmlHashTablePtr table);