Lines Matching refs:values
4146 * @nbval: pointer to the number of accepted values IN/OUT
4148 * @values: pointer to the array of acceptable values
4159 xmlChar **values, int *terminal) {
4164 (values == NULL) || (*nbval <= 0))
4194 values[nb++] = comp->stringMap[i];
4203 values[nb++] = comp->stringMap[i];
4254 values[nb++] = (xmlChar *) atom->valuep2;
4256 values[nb++] = (xmlChar *) atom->valuep;
4264 values[nb++] = (xmlChar *) atom->valuep2;
4266 values[nb++] = (xmlChar *) atom->valuep;
4291 values[nb++] = (xmlChar *) atom->valuep2;
4293 values[nb++] = (xmlChar *) atom->valuep;
4305 * @nbval: pointer to the number of accepted values IN/OUT
4307 * @values: pointer to the array of acceptable values
4311 * the parameter @values must point to an array of @nbval string pointers
4313 * state and the @values array will be updated with them. The string values
4321 xmlChar **values, int *terminal) {
4322 return(xmlRegExecGetValues(exec, 0, nbval, nbneg, values, terminal));
4329 * @nbval: pointer to the number of accepted values IN/OUT
4331 * @values: pointer to the array of acceptable values
4336 * the parameter @values must point to an array of @nbval string pointers
4338 * state and the @values array will be updated with them. The string values
4346 int *nbval, int *nbneg, xmlChar **values, int *terminal) {
4355 return(xmlRegExecGetValues(exec, 1, nbval, nbneg, values, terminal));
4361 xmlChar *values[5];
4365 xmlRegExecErrInfo(exec, &string, &nb, &nbneg, &values[0], &terminal);
4994 /* TODO check that the values are acceptable character ranges for XML */
7926 * There is minimal checkings made especially no checking on strings values