Skip to main content

xmlHashAddEntry2

Function xmlHashAddEntry2 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn xmlHashAddEntry2( table: *mut c_void, name: *const xmlChar, name2: *const xmlChar, userdata: *mut c_void, ) -> c_int
Expand description

Add a 2-key entry.

§UPSTREAM-PARITY

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