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;
3697 if ((comp == NULL) || (comp->compact == NULL) || (comp->stringMap == NULL))
3721 if (xmlRegStrEqualWildcard(comp->stringMap[i], value)) {
4245 values[nb++] = comp->stringMap[i];
4254 values[nb++] = comp->stringMap[i];
5578 if (regexp->stringMap != NULL) {
5580 xmlFree(regexp->stringMap[i]);
5581 xmlFree(regexp->stringMap);