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

/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxpath.c11131 xmlNodePtr oldContextNode, contextNode, cur, compoundContextNode; local
11336 compoundContextNode = NULL;
11349 compoundContextNode = inputList->nodeTab[inputIdx++];
11350 contextNode = compoundNext(NULL, compoundContextNode);
11352 contextNode = compoundNext(contextNode, compoundContextNode);
11677 xmlNodePtr oldContextNode, contextNode, cur, compoundContextNode; local
11884 compoundContextNode = NULL;
11898 compoundContextNode = inputList->nodeTab[inputIdx++];
11899 contextNode = compoundNext(NULL, compoundContextNode);
11901 contextNode = compoundNext(contextNode, compoundContextNode);
[all...]

Completed in 46 milliseconds