Skip to main content

equal_values_impl

Function equal_values_impl 

Source
pub unsafe fn equal_values_impl(
    pc: *mut XmlXPathParserContext,
    neq: bool,
) -> c_int
Expand description

Pop two objects and compare for equality (upstream xmlXPathEqualValues / xmlXPathNotEqualValues semantics): pushes the boolean result object and returns the comparison value.

§SAFETY

  • pc must be a valid parser context.