• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/

Lines Matching defs:nargs

8339  * @nargs:  the number of arguments
8346 xmlXPathLastFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8364 * @nargs: the number of arguments
8373 xmlXPathPositionFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8391 * @nargs: the number of arguments
8397 xmlXPathCountFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8494 * @nargs: the number of arguments
8510 xmlXPathIdFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8554 * @nargs: the number of arguments
8565 xmlXPathLocalNameFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8570 if (nargs == 0) {
8573 nargs = 1;
8612 * @nargs: the number of arguments
8624 xmlXPathNamespaceURIFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8629 if (nargs == 0) {
8632 nargs = 1;
8664 * @nargs: the number of arguments
8684 xmlXPathNameFunction(xmlXPathParserContextPtr ctxt, int nargs)
8688 if (nargs == 0) {
8691 nargs = 1;
8745 * @nargs: the number of arguments
8779 xmlXPathStringFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8783 if (nargs == 0) {
8799 * @nargs: the number of arguments
8809 xmlXPathStringLengthFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8812 if (nargs == 0) {
8839 * @nargs: the number of arguments
8846 xmlXPathConcatFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8851 if (nargs < 2) {
8861 nargs--;
8863 while (nargs > 0) {
8875 nargs--;
8883 * @nargs: the number of arguments
8891 xmlXPathContainsFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8917 * @nargs: the number of arguments
8925 xmlXPathStartsWithFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8953 * @nargs: the number of arguments
8979 xmlXPathSubstringFunction(xmlXPathParserContextPtr ctxt, int nargs) {
8985 if (nargs < 2) {
8988 if (nargs > 3) {
8994 if (nargs == 3) {
9015 if (nargs != 3) {
9077 * @nargs: the number of arguments
9088 xmlXPathSubstringBeforeFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9119 * @nargs: the number of arguments
9131 xmlXPathSubstringAfterFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9163 * @nargs: the number of arguments
9175 xmlXPathNormalizeFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9182 if (nargs == 0) {
9187 nargs = 1;
9227 * @nargs: the number of arguments
9246 xmlXPathTranslateFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9311 * @nargs: the number of arguments
9322 xmlXPathBooleanFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9335 * @nargs: the number of arguments
9343 xmlXPathNotFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9353 * @nargs: the number of arguments
9359 xmlXPathTrueFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9367 * @nargs: the number of arguments
9373 xmlXPathFalseFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9381 * @nargs: the number of arguments
9400 xmlXPathLangFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9431 * @nargs: the number of arguments
9437 xmlXPathNumberFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9442 if (nargs == 0) {
9463 * @nargs: the number of arguments
9471 xmlXPathSumFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9507 * @nargs: the number of arguments
9515 xmlXPathFloorFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9534 * @nargs: the number of arguments
9542 xmlXPathCeilingFunction(xmlXPathParserContextPtr ctxt, int nargs) {
9570 * @nargs: the number of arguments
9579 xmlXPathRoundFunction(xmlXPathParserContextPtr ctxt, int nargs) {
14960 * @nargs: the number of arguments
15006 xmlXPathEscapeUriFunction(xmlXPathParserContextPtr ctxt, int nargs) {