Lines Matching refs:nargs

2774 exsltDateSumFunction (xmlXPathParserContextPtr ctxt, int nargs)
2783 if (nargs != 1) {
3068 * @nargs : the number of arguments
3073 exsltDateDateTimeFunction (xmlXPathParserContextPtr ctxt, int nargs)
3077 if (nargs != 0) {
3093 * @nargs : the number of arguments
3098 exsltDateDateFunction (xmlXPathParserContextPtr ctxt, int nargs)
3102 if ((nargs < 0) || (nargs > 1)) {
3106 if (nargs == 1) {
3132 * @nargs : the number of arguments
3137 exsltDateTimeFunction (xmlXPathParserContextPtr ctxt, int nargs)
3141 if ((nargs < 0) || (nargs > 1)) {
3145 if (nargs == 1) {
3171 * @nargs : the number of arguments
3176 exsltDateYearFunction (xmlXPathParserContextPtr ctxt, int nargs)
3181 if ((nargs < 0) || (nargs > 1)) {
3186 if (nargs == 1) {
3205 * @nargs : the number of arguments
3210 exsltDateLeapYearFunction (xmlXPathParserContextPtr ctxt, int nargs)
3215 if ((nargs < 0) || (nargs > 1)) {
3220 if (nargs == 1) {
3239 int nargs) { \
3243 if ((nargs < 0) || (nargs > 1)) { \
3248 if (nargs == 1) { \
3267 * @nargs : the number of arguments
3276 * @nargs : the number of arguments
3281 exsltDateMonthNameFunction (xmlXPathParserContextPtr ctxt, int nargs)
3286 if ((nargs < 0) || (nargs > 1)) {
3291 if (nargs == 1) {
3313 * @nargs : the number of arguments
3318 exsltDateMonthAbbreviationFunction (xmlXPathParserContextPtr ctxt, int nargs)
3323 if ((nargs < 0) || (nargs > 1)) {
3328 if (nargs == 1) {
3350 * @nargs : the number of arguments
3359 * @nargs : the number of arguments
3368 * @nargs : the number of arguments
3377 * @nargs : the number of arguments
3386 * @nargs : the number of arguments
3395 * @nargs : the number of arguments
3404 * @nargs : the number of arguments
3409 exsltDateDayNameFunction (xmlXPathParserContextPtr ctxt, int nargs)
3414 if ((nargs < 0) || (nargs > 1)) {
3419 if (nargs == 1) {
3441 * @nargs : the number of arguments
3446 exsltDateDayAbbreviationFunction (xmlXPathParserContextPtr ctxt, int nargs)
3451 if ((nargs < 0) || (nargs > 1)) {
3456 if (nargs == 1) {
3479 * @nargs : the number of arguments
3488 * @nargs : the number of arguments
3497 * @nargs : the number of arguments
3506 * @nargs : the number of arguments
3511 exsltDateSecondsFunction (xmlXPathParserContextPtr ctxt, int nargs)
3516 if (nargs > 1) {
3521 if (nargs == 1) {
3539 * @nargs: the number of arguments
3544 exsltDateAddFunction (xmlXPathParserContextPtr ctxt, int nargs)
3548 if (nargs != 2) {
3576 * @nargs: the number of arguments
3581 exsltDateAddDurationFunction (xmlXPathParserContextPtr ctxt, int nargs)
3585 if (nargs != 2) {
3613 * @nargs: the number of arguments
3618 exsltDateDifferenceFunction (xmlXPathParserContextPtr ctxt, int nargs)
3622 if (nargs != 2) {
3650 * @nargs : the number of arguments
3655 exsltDateDurationFunction (xmlXPathParserContextPtr ctxt, int nargs)
3660 if ((nargs < 0) || (nargs > 1)) {
3665 if (nargs == 1) {