Skip to main content

xmlHashSize

Function xmlHashSize 

Source
#[unsafe(no_mangle)]
pub extern "C" fn xmlHashSize(_table: *mut c_void) -> c_int
Expand description

Get the size of a hash table.

ยงUPSTREAM-PARITY

int xmlHashSize(xmlHashTablePtr table);