Searched refs:nbval (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlregexp.h92 int *nbval,
99 int *nbval,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmlregexp.c3975 * @nbval: pointer to the number of accepted values IN/OUT
3987 int *nbval, int *nbneg,
3992 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
3993 (values == NULL) || (*nbval <= 0))
3996 maxval = *nbval;
3997 *nbval = 0;
4024 (*nbval)++;
4086 (*nbval)++;
4096 (*nbval)++;
4134 * @nbval
3986 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4149 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4174 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
[all...]
H A Dxmlschemas.c2504 int nbval,
2521 if (nbval + nbneg > 0) {
2522 if (nbval + nbneg > 1) {
2528 for (i = 0; i < nbval + nbneg; i++) {
2568 if (i >= nbval)
2586 if (i < nbval + nbneg -1)
25692 int terminal, nbval = 10, nbneg; local
25717 &nbval, &nbneg, &values[0], &terminal);
25729 nbval, nbneg, values);
26207 int terminal, nbval local
2499 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, int nbval, int nbneg, xmlChar **values) argument
[all...]

Completed in 117 milliseconds