Home | History | Annotate | Download | only in libxml2

Lines Matching defs:stringMap

289     xmlChar **stringMap;
463 xmlChar **stringMap;
491 stringMap = xmlMalloc(ret->nbAtoms * sizeof(char *));
492 if (stringMap == NULL) {
501 xmlFree(stringMap);
511 if (xmlStrEqual(stringMap[j], value)) {
518 stringMap[nbatoms] = xmlStrdup(value);
519 if (stringMap[nbatoms] == NULL) {
521 xmlFree(stringMap[i]);
523 xmlFree(stringMap);
534 xmlFree(stringMap[i]);
535 xmlFree(stringMap);
548 xmlFree(stringMap);
609 xmlFree(stringMap[i]);
610 xmlFree(stringMap);
659 ret->stringMap = stringMap;
3702 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
3726 if (xmlRegStrEqualWildcard(comp->stringMap[i], value)) {
4250 values[nb++] = comp->stringMap[i];
4259 values[nb++] = comp->stringMap[i];
5584 if (regexp->stringMap != NULL) {
5586 xmlFree(regexp->stringMap[i]);
5587 xmlFree(regexp->stringMap);