Skip to main content

xmlHashAddEntry3

Function xmlHashAddEntry3 

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

Add a 3-key entry.

ยงUPSTREAM-PARITY

int xmlHashAddEntry3(xmlHashTablePtr table, const xmlChar *name,
                     const xmlChar *name2, const xmlChar *name3, void *userdata);