Home | History | Annotate | Download | only in libxml

Lines Matching full:macro

237  * Macro to return from the function if an XPath error was detected.
245 * Macro to return 0 from the function if an XPath error was detected.
254 * Macro to raise an XPath error and return.
263 * Macro to raise an XPath error and return 0.
272 * Macro to check that the value on top of the XPath stack is of a given
283 * Macro to check that the value on top of the XPath stack is of a given
294 * Macro to check that the number of args passed to an XPath function matches.
304 * Macro to try to cast the value on the top of the XPath stack to a string.
313 * Macro to try to cast the value on the top of the XPath stack to a number.
322 * Macro to try to cast the value on the top of the XPath stack to a boolean.