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

12

  /external/webkit/WebCore/xml/
XSLTUnicodeSort.cpp 304 xmlFree((void *)(comp->stype));
309 xmlFree((void *)(comp->order));
315 xmlFree(resultsTab[j]);
XSLTProcessorLibxslt.cpp 115 xmlFree(base);
  /external/libxml2/
list.c 65 xmlFree(lk);
203 xmlFree(l);
339 xmlFree(l->sentinel);
340 xmlFree(l);
nanoftp.c 234 xmlFree(proxy);
238 xmlFree(proxyUser);
242 xmlFree(proxyPasswd);
269 xmlFree(proxy);
273 xmlFree(proxyUser);
277 xmlFree(proxyPasswd);
308 xmlFree(ctxt->protocol);
312 xmlFree(ctxt->hostname);
316 xmlFree(ctxt->path);
401 xmlFree(ctxt->path)
    [all...]
xpointer.c 622 xmlFree(ret);
777 xmlFree(obj->locTab);
779 xmlFree(obj);
1030 xmlFree(buffer);
1061 xmlFree(buffer);
1077 xmlFree(buffer);
1078 xmlFree(name);
1083 xmlFree(prefix);
1084 xmlFree(buffer);
1085 xmlFree(name)
    [all...]
xpath.c 484 xmlFree(list->items);
485 xmlFree(list);
635 xmlFree(cur);
667 xmlFree(op->value4);
670 xmlFree(op->value5);
683 xmlFree(comp->steps);
687 xmlFree(comp->string);
696 xmlFree(comp->expr);
699 xmlFree(comp);
749 xmlFree(value4)
    [all...]
HTMLparser.c     [all...]
xmlschemastypes.c 634 xmlFree((xmlSchemaParticlePtr) particle->children->children);
636 xmlFree((xmlSchemaModelGroupPtr) particle->children);
637 xmlFree((xmlSchemaParticlePtr) particle);
    [all...]
parser.c     [all...]
dict.c 465 xmlFree(dict);
626 xmlFree(iter);
641 xmlFree(olddict);
696 xmlFree(iter);
703 xmlFree(dict->dict);
708 xmlFree(pool);
711 xmlFree(dict);
c14n.c 295 xmlFree(cur->nsTab);
299 xmlFree(cur->nodeTab);
302 xmlFree(cur);
932 xmlFree(value);
935 xmlFree(buffer);
    [all...]
xmlschemas.c 321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
    [all...]
xmlmemory.c 1012 xmlFree = freeFunc;
1038 if (freeFunc != NULL) *freeFunc = xmlFree;
1081 xmlFree = freeFunc;
1111 if (freeFunc != NULL) *freeFunc = xmlFree;
xmlsave.c 362 xmlFree((char *) ctxt->encoding);
365 xmlFree(ctxt);
    [all...]
HTMLtree.c 422 xmlFree(outbuf);
700 xmlFree(escaped);
707 xmlFree(value);
804 xmlFree(buffer);
encoding.c 133 xmlFree(conv);
143 xmlFree(conv);
987 xmlFree((char *) xmlCharEncodingAliases[i].name);
989 xmlFree((char *) xmlCharEncodingAliases[i].alias);
993 xmlFree(xmlCharEncodingAliases);
1078 xmlFree((char *) xmlCharEncodingAliases[i].name);
1114 xmlFree((char *) xmlCharEncodingAliases[i].name);
1115 xmlFree((char *) xmlCharEncodingAliases[i].alias);
    [all...]
debugXML.c     [all...]
xmllint.c 313 xmlFree(newURL);
316 xmlFree(newURL);
387 xmlFree(ret);
539 xmlFree(result);
    [all...]

Completed in 52 milliseconds

12