• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:nargs

8337  * @nargs:  the number of arguments
8344 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8362 * @nargs: the number of arguments
8371 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8389 * @nargs: the number of arguments
8395 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8492 * @nargs: the number of arguments
8508 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8552 * @nargs: the number of arguments
8563 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8568 if (nargs == 0) {
8571 nargs = 1;
8610 * @nargs: the number of arguments
8622 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8627 if (nargs == 0) {
8630 nargs = 1;
8662 * @nargs: the number of arguments
8682 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs)
8686 if (nargs == 0) {
8689 nargs = 1;
8743 * @nargs: the number of arguments
8777 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8781 if (nargs == 0) {
8797 * @nargs: the number of arguments
8807 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8810 if (nargs == 0) {
8837 * @nargs: the number of arguments
8844 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8849 if (nargs < 2) {
8859 nargs--;
8861 while (nargs > 0) {
8873 nargs--;
8881 * @nargs: the number of arguments
8889 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8915 * @nargs: the number of arguments
8923 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8951 * @nargs: the number of arguments
8977 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8983 if (nargs < 2) {
8986 if (nargs > 3) {
8992 if (nargs == 3) {
9013 if (nargs != 3) {
9075 * @nargs: the number of arguments
9086 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9117 * @nargs: the number of arguments
9129 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9161 * @nargs: the number of arguments
9173 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9180 if (nargs == 0) {
9185 nargs = 1;
9225 * @nargs: the number of arguments
9244 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9309 * @nargs: the number of arguments
9320 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9333 * @nargs: the number of arguments
9341 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9351 * @nargs: the number of arguments
9357 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9365 * @nargs: the number of arguments
9371 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9379 * @nargs: the number of arguments
9398 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9429 * @nargs: the number of arguments
9435 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9440 if (nargs == 0) {
9461 * @nargs: the number of arguments
9469 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9505 * @nargs: the number of arguments
9513 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9532 * @nargs: the number of arguments
9540 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9568 * @nargs: the number of arguments
9577 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) {
14958 * @nargs: the number of arguments
15004 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) {