• Home
  • Raw
  • Download

Lines Matching refs:XMLPUBFUN

103 XMLPUBFUN int XMLCALL
105 XMLPUBFUN double XMLCALL
107 XMLPUBFUN xmlChar * XMLCALL
109 XMLPUBFUN xmlNodeSetPtr XMLCALL
111 XMLPUBFUN void * XMLCALL
334 XMLPUBFUN void XMLCALL
343 XMLPUBFUN void XMLCALL
351 XMLPUBFUN void XMLCALL
357 XMLPUBFUN void XMLCALL
362 XMLPUBFUN void XMLCALL
366 XMLPUBFUN void XMLCALL
374 XMLPUBFUN int XMLCALL
377 XMLPUBFUN xmlNodeSetPtr XMLCALL
380 XMLPUBFUN xmlNodeSetPtr XMLCALL
384 XMLPUBFUN xmlNodeSetPtr XMLCALL
386 XMLPUBFUN xmlNodeSetPtr XMLCALL
389 XMLPUBFUN int XMLCALL
393 XMLPUBFUN xmlNodeSetPtr XMLCALL
396 XMLPUBFUN xmlNodeSetPtr XMLCALL
399 XMLPUBFUN xmlNodeSetPtr XMLCALL
402 XMLPUBFUN xmlNodeSetPtr XMLCALL
406 XMLPUBFUN xmlNodeSetPtr XMLCALL
409 XMLPUBFUN xmlNodeSetPtr XMLCALL
412 XMLPUBFUN xmlNodeSetPtr XMLCALL
415 XMLPUBFUN xmlNodeSetPtr XMLCALL
424 XMLPUBFUN int XMLCALL
428 XMLPUBFUN const xmlChar * XMLCALL
431 XMLPUBFUN void XMLCALL
434 XMLPUBFUN int XMLCALL
438 XMLPUBFUN int XMLCALL
443 XMLPUBFUN int XMLCALL
447 XMLPUBFUN int XMLCALL
452 XMLPUBFUN xmlXPathFunction XMLCALL
455 XMLPUBFUN xmlXPathFunction XMLCALL
459 XMLPUBFUN void XMLCALL
461 XMLPUBFUN xmlXPathObjectPtr XMLCALL
464 XMLPUBFUN xmlXPathObjectPtr XMLCALL
468 XMLPUBFUN void XMLCALL
474 XMLPUBFUN xmlXPathParserContextPtr XMLCALL
477 XMLPUBFUN void XMLCALL
481 XMLPUBFUN xmlXPathObjectPtr XMLCALL
483 XMLPUBFUN int XMLCALL
487 XMLPUBFUN xmlXPathObjectPtr XMLCALL
489 XMLPUBFUN xmlXPathObjectPtr XMLCALL
491 XMLPUBFUN xmlXPathObjectPtr XMLCALL
493 XMLPUBFUN xmlXPathObjectPtr XMLCALL
495 XMLPUBFUN xmlXPathObjectPtr XMLCALL
497 XMLPUBFUN xmlXPathObjectPtr XMLCALL
499 XMLPUBFUN xmlXPathObjectPtr XMLCALL
501 XMLPUBFUN xmlXPathObjectPtr XMLCALL
503 XMLPUBFUN int XMLCALL
506 XMLPUBFUN int XMLCALL
509 XMLPUBFUN int XMLCALL
513 XMLPUBFUN void XMLCALL
516 XMLPUBFUN void XMLCALL
518 XMLPUBFUN void XMLCALL
520 XMLPUBFUN xmlChar * XMLCALL
522 XMLPUBFUN xmlChar * XMLCALL
528 XMLPUBFUN double XMLCALL
530 XMLPUBFUN int XMLCALL
533 XMLPUBFUN void XMLCALL
535 XMLPUBFUN xmlNodeSetPtr XMLCALL
538 XMLPUBFUN void XMLCALL
541 XMLPUBFUN void XMLCALL
544 XMLPUBFUN xmlXPathObjectPtr XMLCALL
546 XMLPUBFUN xmlXPathObjectPtr XMLCALL
548 XMLPUBFUN xmlXPathObjectPtr XMLCALL
551 XMLPUBFUN int XMLCALL xmlXPathEqualValues(xmlXPathParserContextPtr ctxt);
552 XMLPUBFUN int XMLCALL xmlXPathNotEqualValues(xmlXPathParserContextPtr ctxt);
553 XMLPUBFUN int XMLCALL xmlXPathCompareValues(xmlXPathParserContextPtr ctxt, int inf, int strict);
554 XMLPUBFUN void XMLCALL xmlXPathValueFlipSign(xmlXPathParserContextPtr ctxt);
555 XMLPUBFUN void XMLCALL xmlXPathAddValues(xmlXPathParserContextPtr ctxt);
556 XMLPUBFUN void XMLCALL xmlXPathSubValues(xmlXPathParserContextPtr ctxt);
557 XMLPUBFUN void XMLCALL xmlXPathMultValues(xmlXPathParserContextPtr ctxt);
558 XMLPUBFUN void XMLCALL xmlXPathDivValues(xmlXPathParserContextPtr ctxt);
559 XMLPUBFUN void XMLCALL xmlXPathModValues(xmlXPathParserContextPtr ctxt);
561 XMLPUBFUN int XMLCALL xmlXPathIsNodeType(const xmlChar *name);
566 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextSelf(xmlXPathParserContextPtr ctxt,
568 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextChild(xmlXPathParserContextPtr ctxt,
570 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendant(xmlXPathParserContextPtr ctxt,
572 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextDescendantOrSelf(xmlXPathParserContextPtr ctxt,
574 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextParent(xmlXPathParserContextPtr ctxt,
576 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestorOrSelf(xmlXPathParserContextPtr ctxt,
578 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextFollowingSibling(xmlXPathParserContextPtr ctxt,
580 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextFollowing(xmlXPathParserContextPtr ctxt,
582 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextNamespace(xmlXPathParserContextPtr ctxt,
584 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAttribute(xmlXPathParserContextPtr ctxt,
586 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextPreceding(xmlXPathParserContextPtr ctxt,
588 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextAncestor(xmlXPathParserContextPtr ctxt,
590 XMLPUBFUN xmlNodePtr XMLCALL xmlXPathNextPrecedingSibling(xmlXPathParserContextPtr ctxt,
595 XMLPUBFUN void XMLCALL xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs);
596 XMLPUBFUN void XMLCALL xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs);
597 XMLPUBFUN void XMLCALL xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs);
598 XMLPUBFUN void XMLCALL xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs);
599 XMLPUBFUN void XMLCALL xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs);
600 XMLPUBFUN void XMLCALL xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs);
601 XMLPUBFUN void XMLCALL xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs);
602 XMLPUBFUN void XMLCALL xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs);
603 XMLPUBFUN void XMLCALL xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs);
604 XMLPUBFUN void XMLCALL xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs);
605 XMLPUBFUN void XMLCALL xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs);
606 XMLPUBFUN void XMLCALL xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs);
607 XMLPUBFUN void XMLCALL xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs);
608 XMLPUBFUN void XMLCALL xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs);
609 XMLPUBFUN void XMLCALL xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs);
610 XMLPUBFUN void XMLCALL xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs);
611 XMLPUBFUN void XMLCALL xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs);
612 XMLPUBFUN void XMLCALL xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs);
613 XMLPUBFUN void XMLCALL xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs);
614 XMLPUBFUN void XMLCALL xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs);
615 XMLPUBFUN void XMLCALL xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs);
616 XMLPUBFUN void XMLCALL xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs);
617 XMLPUBFUN void XMLCALL xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs);
618 XMLPUBFUN void XMLCALL xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs);
619 XMLPUBFUN void XMLCALL xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs);
620 XMLPUBFUN void XMLCALL xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs);
625 XMLPUBFUN void XMLCALL xmlXPathNodeSetFreeNs(xmlNsPtr ns);