HomeSort by relevance Sort by last modified time
    Searched refs:xmlFree (Results 1 - 25 of 43) sorted by null

1 2

  /external/libxml2/
uri.c 190 if (uri->scheme != NULL) xmlFree(uri->scheme);
228 xmlFree(uri->fragment);
264 xmlFree(uri->query);
274 xmlFree (uri->query_raw);
335 if (uri->user != NULL) xmlFree(uri->user);
448 if (uri->authority != NULL) xmlFree(uri->authority);
450 if (uri->server != NULL) xmlFree(uri->server);
560 if (uri->path != NULL) xmlFree(uri->path);
602 if (uri->path != NULL) xmlFree(uri->path);
640 if (uri->path != NULL) xmlFree(uri->path)
    [all...]
xinclude.c 205 xmlFree(ref->URI);
207 xmlFree(ref->fragment);
210 xmlFree(ref);
367 xmlFree(ret);
388 xmlFree(ctxt->urlTab);
396 xmlFree(ctxt->txturlTab[i]);
400 xmlFree(ctxt->incTab);
402 xmlFree(ctxt->txtTab);
404 xmlFree(ctxt->txturlTab);
406 xmlFree(ctxt->base)
    [all...]
nanohttp.c 256 xmlFree(proxy);
283 xmlFree(ctxt->protocol);
287 xmlFree(ctxt->hostname);
291 xmlFree(ctxt->path);
295 xmlFree(ctxt->query);
338 xmlFree(proxy);
409 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname);
410 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol);
411 if (ctxt->path != NULL) xmlFree(ctxt->path);
412 if (ctxt->query != NULL) xmlFree(ctxt->query)
    [all...]
xlink.c 177 if (type != NULL) xmlFree(type);
178 if (role != NULL) xmlFree(role);
schematron.c 366 xmlFree(tests->test);
370 xmlFree(tests->report);
371 xmlFree(tests);
460 xmlFree(rules->context);
464 xmlFree(rules->report);
465 xmlFree(rules);
523 xmlFree(patterns->name);
524 xmlFree(patterns);
570 xmlFree((char **) schema->namespaces);
575 xmlFree(schema)
    [all...]
catalog.c 295 xmlFree(normid);
346 xmlFree(ret->name);
348 xmlFree(ret->value);
350 xmlFree(ret->URL);
351 xmlFree(ret);
441 xmlFree(catal);
1004 xmlFree(content);
1167 xmlFree(nameValue);
1169 xmlFree(uriValue);
1190 xmlFree(nameValue)
    [all...]
parserInternals.c     [all...]
xmlwriter.c 192 xmlFree(ret);
204 xmlFree(ret);
215 xmlFree(ret);
499 xmlFree(writer->ichar);
500 xmlFree(writer);
906 xmlFree(buf);
1012 xmlFree(p);
1069 xmlFree(buf);
1094 xmlFree(p);
    [all...]
valid.c 712 xmlFree(fullname);
904 xmlFree(cur->vstateTab);
906 xmlFree(cur->nodeTab);
907 xmlFree(cur);
    [all...]
error.c 691 xmlFree(str);
734 xmlFree(str);
789 xmlFree(str);
825 xmlFree(str);
869 xmlFree(err->message);
871 xmlFree(err->file);
873 xmlFree(err->str1);
875 xmlFree(err->str2);
877 xmlFree(err->str3);
958 xmlFree(to->message)
    [all...]
hash.c 161 xmlFree(table);
255 xmlFree(iter);
269 xmlFree(oldtable);
310 xmlFree(iter->name);
312 xmlFree(iter->name2);
314 xmlFree(iter->name3);
318 xmlFree(iter);
325 xmlFree(table->table);
329 xmlFree(table);
1062 xmlFree(entry->name)
    [all...]
entities.c 110 xmlFree((char *) entity->name);
113 xmlFree((char *) entity->ExternalID);
116 xmlFree((char *) entity->SystemID);
118 xmlFree((char *) entity->URI);
121 xmlFree((char *) entity->content);
123 xmlFree((char *) entity->orig);
126 xmlFree((char *) entity->name);
128 xmlFree((char *) entity->ExternalID);
130 xmlFree((char *) entity->SystemID);
132 xmlFree((char *) entity->URI)
    [all...]
globals.c 75 #undef xmlFree
82 xmlFreeFunc xmlFree = (xmlFreeFunc) xmlMemFree;
89 * xmlFree:
94 xmlFreeFunc xmlFree = (xmlFreeFunc) free;
520 gs->xmlFree = (xmlFreeFunc) xmlMemFree;
526 gs->xmlFree = (xmlFreeFunc) free;
746 #undef xmlFree
750 return (&xmlFree);
752 return (&xmlGetGlobalState()->xmlFree);
xmlmodule.c 84 xmlFree(module);
187 xmlFree(module->name);
188 xmlFree(module);
xmlregexp.c 466 xmlFree(ret);
483 xmlFree(stateRemap);
484 xmlFree(ret);
490 xmlFree(stringMap);
491 xmlFree(stateRemap);
492 xmlFree(ret);
510 xmlFree(stringMap[i]);
511 xmlFree(stringRemap);
512 xmlFree(stringMap);
513 xmlFree(stateRemap)
    [all...]
tree.c 296 xmlFree(*prefix);
805 if (cur->href != NULL) xmlFree((char *) cur->href);
806 if (cur->prefix != NULL) xmlFree((char *) cur->prefix);
807 xmlFree(cur);
949 xmlFree(cur);
958 xmlFree((char *)cur->name);
959 xmlFree(cur);
968 xmlFree((char *)cur->name);
970 xmlFree((char *)cur->ExternalID);
971 xmlFree(cur)
    [all...]
xmlIO.c 230 xmlFree(wString);
607 xmlFree(wPath);
635 xmlFree(wPath);
905 xmlFree(unescaped);
1157 xmlFree(unescaped);
1356 xmlFree( buff->zbuff );
1367 xmlFree( buff );
    [all...]
relaxng.c 683 xmlFree(docu->href);
688 xmlFree(docu);
722 xmlFree(incl->href);
727 xmlFree(incl);
790 xmlFree(schema->defTab);
793 xmlFree(schema);
821 xmlFree(schema->defTab);
824 xmlFree(schema);
875 xmlFree(grammar);
945 xmlFree(group->defs)
    [all...]
SAX2.c 463 xmlFree(ctxt->inputTab);
515 xmlFree(URI);
756 xmlFree(prefix);
758 xmlFree(name);
1095 xmlFree(ns);
1097 xmlFree(name);
1104 xmlFree(ns);
    [all...]
pattern.c 84 #define XML_PAT_FREE_STRING(c, r) if ((c)->comp->dict == NULL) xmlFree(r);
213 xmlFree(cur);
239 xmlFree((xmlChar *)comp->pattern);
245 xmlFree((xmlChar *) op->value);
247 xmlFree((xmlChar *) op->value2);
250 xmlFree(comp->steps);
256 xmlFree(comp);
328 xmlFree(ctxt);
682 xmlFree(states.states);
690 xmlFree(states.states)
    [all...]
xmlreader.c 212 xmlFree((char *)(str));
234 xmlFree(id);
262 xmlFree(ID);
305 xmlFree(cur);
398 xmlFree(cur);
474 xmlFree(cur);
529 if (cur->version != NULL) xmlFree((char *) cur->version);
530 if (cur->name != NULL) xmlFree((char *) cur->name);
531 if (cur->encoding != NULL) xmlFree((char *) cur->encoding);
533 if (cur->URL != NULL) xmlFree((char *) cur->URL)
    [all...]
  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 216 xmlFree(uriRef);
227 xmlFree(uriRef);
286 xmlFree(base);
287 xmlFree(childURI);
XSLTExtensions.cpp 77 xmlFree(strval);
  /external/libxml2/include/libxml/
globals.h 75 #undef xmlFree
126 xmlFreeFunc xmlFree;
195 * - xmlFree
225 #define xmlFree \
228 XMLPUBVAR xmlFreeFunc xmlFree;
243 XMLPUBVAR xmlFreeFunc xmlFree;
  /external/webkit/WebCore/dom/
XMLTokenizerLibxml2.cpp 202 xmlFree(xmlLocalName);
203 xmlFree(xmlPrefix);
204 xmlFree(xmlURI);
206 xmlFree(namespaces[i]);
207 xmlFree(namespaces);
210 xmlFree(attributes[i * 5 + j]);
211 xmlFree(attributes);
241 xmlFree(s);
256 xmlFree(target);
257 xmlFree(data)
    [all...]

Completed in 61 milliseconds

1 2