Skip to main content

list_remove_all

Function list_remove_all 

Source
pub unsafe fn list_remove_all(l: *mut List, data: *const c_void) -> c_int
Expand description

Remove all matching elements.

§UPSTREAM-PARITY

int xmlListRemoveAll(xmlListPtr l, void *data);

Returns the number of elements removed.

§SAFETY

  • l must be a valid pointer to a List, or NULL.