Lines Matching refs:nargs

96 void xforms_booleanFromStringFunction(xmlXPathParserContextPtr ctxt, int nargs)  in xforms_booleanFromStringFunction()  argument
98 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_booleanFromStringFunction()
110 void xforms_ifFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_ifFunction() argument
112 if (nargs != 3) XP_ERROR(XPATH_INVALID_ARITY); in xforms_ifFunction()
129 void xforms_avgFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_avgFunction() argument
132 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_avgFunction()
154 void xforms_minFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_minFunction() argument
156 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_minFunction()
177 void xforms_maxFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_maxFunction() argument
179 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_maxFunction()
199 void xforms_countNonEmptyFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_countNonEmptyFunction() argument
201 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_countNonEmptyFunction()
226 void xforms_propertyFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_propertyFunction() argument
228 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_propertyFunction()
338 void xforms_daysFromDateFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_daysFromDateFunction() argument
342 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_daysFromDateFunction()
361 void xforms_secondsFromDateTimeFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_secondsFromDateTimeFunction() argument
365 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_secondsFromDateTimeFunction()
449 void xforms_secondsFuction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_secondsFuction() argument
453 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_secondsFuction()
479 void xforms_monthsFuction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_monthsFuction() argument
483 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_monthsFuction()
509 void xforms_instanceFuction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_instanceFuction() argument
511 if (nargs != 1) XP_ERROR(XPATH_INVALID_ARITY); in xforms_instanceFuction()
542 void xforms_currentFunction(xmlXPathParserContextPtr ctxt, int nargs) in xforms_currentFunction() argument
544 if (nargs != 0) XP_ERROR(XPATH_INVALID_ARITY); in xforms_currentFunction()