• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/

Lines Matching defs:nargs

8302  * @nargs:  the number of arguments
8309 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8327 * @nargs: the number of arguments
8336 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8354 * @nargs: the number of arguments
8360 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8455 * @nargs: the number of arguments
8471 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8510 * @nargs: the number of arguments
8521 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8526 if (nargs == 0) {
8529 nargs = 1;
8568 * @nargs: the number of arguments
8580 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8585 if (nargs == 0) {
8588 nargs = 1;
8620 * @nargs: the number of arguments
8640 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs)
8644 if (nargs == 0) {
8647 nargs = 1;
8701 * @nargs: the number of arguments
8735 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8739 if (nargs == 0) {
8755 * @nargs: the number of arguments
8765 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8768 if (nargs == 0) {
8795 * @nargs: the number of arguments
8802 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8807 if (nargs < 2) {
8817 nargs--;
8819 while (nargs > 0) {
8831 nargs--;
8839 * @nargs: the number of arguments
8847 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8873 * @nargs: the number of arguments
8881 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8909 * @nargs: the number of arguments
8935 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8941 if (nargs < 2) {
8944 if (nargs > 3) {
8950 if (nargs == 3) {
8971 if (nargs != 3) {
9033 * @nargs: the number of arguments
9044 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9075 * @nargs: the number of arguments
9087 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9119 * @nargs: the number of arguments
9131 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9138 if (nargs == 0) {
9143 nargs = 1;
9183 * @nargs: the number of arguments
9202 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9267 * @nargs: the number of arguments
9278 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9291 * @nargs: the number of arguments
9299 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9309 * @nargs: the number of arguments
9315 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9323 * @nargs: the number of arguments
9329 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9337 * @nargs: the number of arguments
9356 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9387 * @nargs: the number of arguments
9393 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9398 if (nargs == 0) {
9419 * @nargs: the number of arguments
9427 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9463 * @nargs: the number of arguments
9471 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9490 * @nargs: the number of arguments
9498 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9526 * @nargs: the number of arguments
9535 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) {
14889 * @nargs: the number of arguments
14935 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) {