Searched defs:nbval (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c4185 * @nbval: pointer to the number of accepted values IN/OUT
4197 int *nbval, int *nbneg,
4202 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4203 (values == NULL) || (*nbval <= 0))
4206 maxval = *nbval;
4207 *nbval = 0;
4234 (*nbval)++;
4296 (*nbval)++;
4306 (*nbval)++;
4344 * @nbval
4196 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4359 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4384 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
[all...]
H A Dxmlschemas.c2513 int nbval,
2530 if (nbval + nbneg > 0) {
2531 if (nbval + nbneg > 1) {
2537 for (i = 0; i < nbval + nbneg; i++) {
2577 if (i >= nbval)
2595 if (i < nbval + nbneg -1)
26017 int terminal, nbval = 10, nbneg; local
26042 &nbval, &nbneg, &values[0], &terminal);
26054 nbval, nbneg, values);
26532 int terminal, nbval local
2508 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, int nbval, int nbneg, xmlChar **values) argument
[all...]
H A Dtestapi.c33236 int * nbval; /* pointer to the number of accepted values IN/OUT */ local
33254 nbval = gen_int_ptr(n_nbval, 2);
33259 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33264 des_int_ptr(n_nbval, nbval, 2);
33303 int * nbval; /* pointer to the number of accepted values IN/OUT */ local
33319 nbval = gen_int_ptr(n_nbval, 1);
33324 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33328 des_int_ptr(n_nbval, nbval, 1);
[all...]
/external/libxml2/
H A Dxmlregexp.c4195 * @nbval: pointer to the number of accepted values IN/OUT
4207 int *nbval, int *nbneg,
4212 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) ||
4213 (values == NULL) || (*nbval <= 0))
4216 maxval = *nbval;
4217 *nbval = 0;
4244 (*nbval)++;
4306 (*nbval)++;
4316 (*nbval)++;
4354 * @nbval
4206 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4369 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4394 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
[all...]
H A Dxmlschemas.c2532 int nbval,
2549 if (nbval + nbneg > 0) {
2550 if (nbval + nbneg > 1) {
2556 for (i = 0; i < nbval + nbneg; i++) {
2596 if (i >= nbval)
2614 if (i < nbval + nbneg -1)
26046 int terminal, nbval = 10, nbneg; local
26085 &nbval, &nbneg, &values[0], &terminal);
26097 nbval, nbneg, values);
26578 int terminal, nbval local
2527 xmlSchemaComplexTypeErr(xmlSchemaAbstractCtxtPtr actxt, xmlParserErrors error, xmlNodePtr node, xmlSchemaTypePtr type ATTRIBUTE_UNUSED, const char *message, int nbval, int nbneg, xmlChar **values) argument
[all...]

Completed in 1384 milliseconds