Searched refs:neq (Results 1 - 1 of 1) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c6311 * @neq: flag to show whether for '=' (0) or '!=' (1)
6322 xmlXPathEqualNodeSetString(xmlXPathObjectPtr arg, const xmlChar * str, int neq) argument
6345 if (neq)
6349 if (neq)
6352 } else if (neq) {
6359 } else if (neq)
6369 * @neq: flag to show whether to compare '=' (0) or '!=' (1)
6382 xmlXPathObjectPtr arg, double f, int neq) {
6405 if ((!neq) && (v==f)) {
6408 } else if ((neq)
6381 xmlXPathEqualNodeSetFloat(xmlXPathParserContextPtr ctxt, xmlXPathObjectPtr arg, double f, int neq) argument
6442 xmlXPathEqualNodeSets(xmlXPathObjectPtr arg1, xmlXPathObjectPtr arg2, int neq) argument
[all...]

Completed in 40 milliseconds