Skip to main content

xmlHashAddEntry

Function xmlHashAddEntry 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlHashAddEntry( _table: *mut c_void, _name: *const xmlChar, _userdata: *mut c_void, ) -> c_int
Expand description

Add an entry to a hash table.

ยงUPSTREAM-PARITY

int xmlHashAddEntry(xmlHashTablePtr table, const xmlChar *name, void *userdata);