Lines Matching refs:stringMap
289 xmlChar **stringMap; member
463 xmlChar **stringMap; in xmlRegEpxFromParse() local
491 stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *)); in xmlRegEpxFromParse()
492 if (stringMap == NULL) { in xmlRegEpxFromParse()
501 xmlFree(stringMap); in xmlRegEpxFromParse()
511 if (xmlStrEqual(stringMap[j], value)) { in xmlRegEpxFromParse()
518 stringMap[nbatoms] = xmlStrdup(value); in xmlRegEpxFromParse()
519 if (stringMap[nbatoms] == NULL) { in xmlRegEpxFromParse()
521 xmlFree(stringMap[i]); in xmlRegEpxFromParse()
523 xmlFree(stringMap); in xmlRegEpxFromParse()
534 xmlFree(stringMap[i]); in xmlRegEpxFromParse()
535 xmlFree(stringMap); in xmlRegEpxFromParse()
548 xmlFree(stringMap); in xmlRegEpxFromParse()
609 xmlFree(stringMap[i]); in xmlRegEpxFromParse()
610 xmlFree(stringMap); in xmlRegEpxFromParse()
659 ret->stringMap = stringMap; in xmlRegEpxFromParse()
3707 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL)) in xmlRegCompactPushString()
3731 if (xmlRegStrEqualWildcard(comp->stringMap[i], value)) { in xmlRegCompactPushString()
4256 values[nb++] = comp->stringMap[i]; in xmlRegExecGetValues()
4265 values[nb++] = comp->stringMap[i]; in xmlRegExecGetValues()
5591 if (regexp->stringMap != NULL) { in xmlRegFreeRegexp()
5593 xmlFree(regexp->stringMap[i]); in xmlRegFreeRegexp()
5594 xmlFree(regexp->stringMap); in xmlRegFreeRegexp()