Searched refs:nbneg (Results 1 – 5 of 5) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlregexp.h | 99 int *nbneg, 106 int *nbneg,
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlregexp.rpgle | 105 d nbneg like(xmlCint) 115 d nbneg like(xmlCint)
|
/external/libxml2/ |
D | xmlregexp.c | 4214 int *nbval, int *nbneg, in xmlRegExecGetValues() argument 4219 if ((exec == NULL) || (nbval == NULL) || (nbneg == NULL) || in xmlRegExecGetValues() 4225 *nbneg = 0; in xmlRegExecGetValues() 4260 (*nbneg)++; in xmlRegExecGetValues() 4350 (*nbneg)++; in xmlRegExecGetValues() 4376 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, in xmlRegExecNextValues() argument 4378 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal)); in xmlRegExecNextValues() 4402 int *nbval, int *nbneg, xmlChar **values, int *terminal) { in xmlRegExecErrInfo() argument 4411 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal)); in xmlRegExecErrInfo() 4419 int nbneg; in testerr() local [all …]
|
D | xmlschemas.c | 2544 int nbneg, in xmlSchemaComplexTypeErr() argument 2560 if (nbval + nbneg > 0) { in xmlSchemaComplexTypeErr() 2561 if (nbval + nbneg > 1) { in xmlSchemaComplexTypeErr() 2567 for (i = 0; i < nbval + nbneg; i++) { in xmlSchemaComplexTypeErr() 2596 if ((nbneg == 0) || (*end != '*') || (*localName != '*')) { in xmlSchemaComplexTypeErr() 2625 if (i < nbval + nbneg -1) in xmlSchemaComplexTypeErr() 26061 int terminal, nbval = 10, nbneg; in xmlSchemaValidatorPopElem() local 26100 &nbval, &nbneg, &values[0], &terminal); in xmlSchemaValidatorPopElem() 26112 nbval, nbneg, values); in xmlSchemaValidatorPopElem() 26593 int terminal, nbval = 10, nbneg; in xmlSchemaValidateChildElem() local [all …]
|
D | testapi.c | 33529 int * nbneg; /* return number of negative transitions */ in test_xmlRegExecErrInfo() local 33546 nbneg = gen_int_ptr(n_nbneg, 3); in test_xmlRegExecErrInfo() 33550 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal); in test_xmlRegExecErrInfo() 33556 des_int_ptr(n_nbneg, nbneg, 3); in test_xmlRegExecErrInfo() 33596 int * nbneg; /* return number of negative transitions */ in test_xmlRegExecNextValues() local 33611 nbneg = gen_int_ptr(n_nbneg, 2); in test_xmlRegExecNextValues() 33615 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal); in test_xmlRegExecNextValues() 33620 des_int_ptr(n_nbneg, nbneg, 2); in test_xmlRegExecNextValues()
|