/external/chromium_org/third_party/libxslt/libexslt/ |
D | strings.c | 60 xmlFree(delimiters); in exsltStrTokenizeFunction() 124 xmlFree(str); in exsltStrTokenizeFunction() 126 xmlFree(delimiters); in exsltStrTokenizeFunction() 169 xmlFree(delimiter); in exsltStrSplitFunction() 235 xmlFree(str); in exsltStrSplitFunction() 237 xmlFree(delimiter); in exsltStrSplitFunction() 267 xmlFree(tmp); in exsltStrEncodeUriFunction() 270 xmlFree(tmp); in exsltStrEncodeUriFunction() 280 xmlFree(str); in exsltStrEncodeUriFunction() 288 xmlFree(str); in exsltStrEncodeUriFunction() [all …]
|
D | crypto.c | 478 xmlFree (*str); in exsltCryptoPopString() 503 xmlFree (str); in exsltCryptoMd4Function() 515 xmlFree (str); in exsltCryptoMd4Function() 536 xmlFree (str); in exsltCryptoMd5Function() 548 xmlFree (str); in exsltCryptoMd5Function() 569 xmlFree (str); in exsltCryptoSha1Function() 581 xmlFree (str); in exsltCryptoSha1Function() 611 xmlFree (str); in exsltCryptoRc4EncryptFunction() 620 xmlFree (key); in exsltCryptoRc4EncryptFunction() 621 xmlFree (str); in exsltCryptoRc4EncryptFunction() [all …]
|
D | functions.c | 192 xmlFree(data); in exsltFuncShutdown() 224 xmlHashFree(data, (xmlHashDeallocator) xmlFree); in exsltFuncStyleShutdown() 266 xmlFree(comp->nsList); in exsltFreeFuncResultPreComp() 267 xmlFree(comp); in exsltFreeFuncResultPreComp() 393 xmlFree(savedObj); in exsltFuncFunctionFunction() 471 xmlFree(qname); in exsltFuncFunctionComp() 477 xmlFree(name); in exsltFuncFunctionComp() 486 xmlFree(name); in exsltFuncFunctionComp() 487 xmlFree(prefix); in exsltFuncFunctionComp() 490 xmlFree(prefix); in exsltFuncFunctionComp() [all …]
|
D | dynamic.c | 70 if (str) xmlFree(str); in exsltDynEvaluateFunction() 82 xmlFree(str); in exsltDynEvaluateFunction() 130 xmlFree(str); in exsltDynMapFunction() 214 xmlFree(val); in exsltDynMapFunction() 266 xmlFree(str); in exsltDynMapFunction()
|
/external/chromium_org/third_party/libxml/src/ |
D | uri.c | 190 if (uri->scheme != NULL) xmlFree(uri->scheme); in xmlParse3986Scheme() 228 xmlFree(uri->fragment); in xmlParse3986Fragment() 264 xmlFree(uri->query); in xmlParse3986Query() 274 xmlFree (uri->query_raw); in xmlParse3986Query() 335 if (uri->user != NULL) xmlFree(uri->user); in xmlParse3986Userinfo() 448 if (uri->authority != NULL) xmlFree(uri->authority); in xmlParse3986Host() 450 if (uri->server != NULL) xmlFree(uri->server); in xmlParse3986Host() 560 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathAbEmpty() 606 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathAbsolute() 648 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathRootless() [all …]
|
D | xinclude.c | 205 xmlFree(ref->URI); in xmlXIncludeFreeRef() 207 xmlFree(ref->fragment); in xmlXIncludeFreeRef() 210 xmlFree(ref); in xmlXIncludeFreeRef() 367 xmlFree(ret); in xmlXIncludeURLPop() 388 xmlFree(ctxt->urlTab); in xmlXIncludeFreeContext() 396 xmlFree(ctxt->txturlTab[i]); in xmlXIncludeFreeContext() 400 xmlFree(ctxt->incTab); in xmlXIncludeFreeContext() 402 xmlFree(ctxt->txtTab); in xmlXIncludeFreeContext() 404 xmlFree(ctxt->txturlTab); in xmlXIncludeFreeContext() 406 xmlFree(ctxt->base); in xmlXIncludeFreeContext() [all …]
|
D | nanohttp.c | 261 xmlFree(proxy); in xmlNanoHTTPCleanup() 288 xmlFree(ctxt->protocol); in xmlNanoHTTPScanURL() 292 xmlFree(ctxt->hostname); in xmlNanoHTTPScanURL() 296 xmlFree(ctxt->path); in xmlNanoHTTPScanURL() 300 xmlFree(ctxt->query); in xmlNanoHTTPScanURL() 343 xmlFree(proxy); in xmlNanoHTTPScanProxy() 414 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname); in xmlNanoHTTPFreeCtxt() 415 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol); in xmlNanoHTTPFreeCtxt() 416 if (ctxt->path != NULL) xmlFree(ctxt->path); in xmlNanoHTTPFreeCtxt() 417 if (ctxt->query != NULL) xmlFree(ctxt->query); in xmlNanoHTTPFreeCtxt() [all …]
|
D | testC14N.c | 108 xmlFree(result); in test_c14n() 112 if(result != NULL) xmlFree(result); in test_c14n() 155 if(list != NULL) xmlFree(list); in main() 162 if(list != NULL) xmlFree(list); in main() 283 xmlFree(expr); in load_xpath_expr() 295 xmlFree(expr); in load_xpath_expr() 309 xmlFree(expr); in load_xpath_expr() 317 xmlFree(expr); in load_xpath_expr()
|
D | parserInternals.c | 1360 if (input->filename != NULL) xmlFree((char *) input->filename); in xmlFreeInputStream() 1361 if (input->directory != NULL) xmlFree((char *) input->directory); in xmlFreeInputStream() 1362 if (input->encoding != NULL) xmlFree((char *) input->encoding); in xmlFreeInputStream() 1363 if (input->version != NULL) xmlFree((char *) input->version); in xmlFreeInputStream() 1368 xmlFree(input); in xmlFreeInputStream() 1575 if (inputStream->filename != NULL) xmlFree((char *)inputStream->filename); in xmlNewInputFromFile() 1577 if (URI != NULL) xmlFree((char *) URI); in xmlNewInputFromFile() 1782 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt() 1783 if (ctxt->nameTab != NULL) xmlFree((xmlChar * *)ctxt->nameTab); in xmlFreeParserCtxt() 1784 if (ctxt->nodeTab != NULL) xmlFree(ctxt->nodeTab); in xmlFreeParserCtxt() [all …]
|
D | schematron.c | 366 xmlFree(tests->test); in xmlSchematronFreeTests() 370 xmlFree(tests->report); in xmlSchematronFreeTests() 371 xmlFree(tests); in xmlSchematronFreeTests() 460 xmlFree(rules->context); in xmlSchematronFreeRules() 464 xmlFree(rules->report); in xmlSchematronFreeRules() 465 xmlFree(rules); in xmlSchematronFreeRules() 523 xmlFree(patterns->name); in xmlSchematronFreePatterns() 524 xmlFree(patterns); in xmlSchematronFreePatterns() 570 xmlFree((char **) schema->namespaces); in xmlSchematronFree() 575 xmlFree(schema); in xmlSchematronFree() [all …]
|
D | catalog.c | 295 xmlFree(normid); in xmlNewCatalogEntry() 346 xmlFree(ret->name); in xmlFreeCatalogEntry() 348 xmlFree(ret->value); in xmlFreeCatalogEntry() 350 xmlFree(ret->URL); in xmlFreeCatalogEntry() 351 xmlFree(ret); in xmlFreeCatalogEntry() 441 xmlFree(catal); in xmlFreeCatalog() 1004 xmlFree(content); in xmlLoadFileContent() 1167 xmlFree(nameValue); in xmlParseXMLCatalogOneNode() 1169 xmlFree(uriValue); in xmlParseXMLCatalogOneNode() 1190 xmlFree(nameValue); in xmlParseXMLCatalogOneNode() [all …]
|
D | runsuite.c | 116 xmlFree(testEntitiesName[i]); in resetEntities() 118 xmlFree(testEntitiesValue[i]); in resetEntities() 391 xmlFree(name); in installResources() 394 if (name != NULL) xmlFree(name); in installResources() 395 if (content != NULL) xmlFree(content); in installResources() 413 xmlFree(name); in installDirs() 427 xmlFree(res); in installDirs() 550 xmlFree(dtd); in xsdTestCase() 630 xmlFree(doc); in xsdTestSuite() 687 xmlFree(doc); in rngTestSuite() [all …]
|
D | error.c | 693 xmlFree(str); in xmlParserError() 736 xmlFree(str); in xmlParserWarning() 791 xmlFree(str); in xmlParserValidityError() 827 xmlFree(str); in xmlParserValidityWarning() 871 xmlFree(err->message); in xmlResetError() 873 xmlFree(err->file); in xmlResetError() 875 xmlFree(err->str1); in xmlResetError() 877 xmlFree(err->str2); in xmlResetError() 879 xmlFree(err->str3); in xmlResetError() 961 xmlFree(to->message); in xmlCopyError() [all …]
|
/external/libxml2/ |
D | xinclude.c | 206 xmlFree(ref->URI); in xmlXIncludeFreeRef() 208 xmlFree(ref->fragment); in xmlXIncludeFreeRef() 211 xmlFree(ref); in xmlXIncludeFreeRef() 368 xmlFree(ret); in xmlXIncludeURLPop() 389 xmlFree(ctxt->urlTab); in xmlXIncludeFreeContext() 397 xmlFree(ctxt->txturlTab[i]); in xmlXIncludeFreeContext() 401 xmlFree(ctxt->incTab); in xmlXIncludeFreeContext() 403 xmlFree(ctxt->txtTab); in xmlXIncludeFreeContext() 405 xmlFree(ctxt->txturlTab); in xmlXIncludeFreeContext() 407 xmlFree(ctxt->base); in xmlXIncludeFreeContext() [all …]
|
D | nanohttp.c | 256 xmlFree(proxy); in xmlNanoHTTPCleanup() 285 xmlFree(ctxt->protocol); in xmlNanoHTTPScanURL() 289 xmlFree(ctxt->hostname); in xmlNanoHTTPScanURL() 293 xmlFree(ctxt->path); in xmlNanoHTTPScanURL() 297 xmlFree(ctxt->query); in xmlNanoHTTPScanURL() 348 xmlFree(proxy); in xmlNanoHTTPScanProxy() 419 if (ctxt->hostname != NULL) xmlFree(ctxt->hostname); in xmlNanoHTTPFreeCtxt() 420 if (ctxt->protocol != NULL) xmlFree(ctxt->protocol); in xmlNanoHTTPFreeCtxt() 421 if (ctxt->path != NULL) xmlFree(ctxt->path); in xmlNanoHTTPFreeCtxt() 422 if (ctxt->query != NULL) xmlFree(ctxt->query); in xmlNanoHTTPFreeCtxt() [all …]
|
D | uri.c | 221 if (uri->scheme != NULL) xmlFree(uri->scheme); in xmlParse3986Scheme() 259 xmlFree(uri->fragment); in xmlParse3986Fragment() 295 xmlFree(uri->query); in xmlParse3986Query() 305 xmlFree (uri->query_raw); in xmlParse3986Query() 366 if (uri->user != NULL) xmlFree(uri->user); in xmlParse3986Userinfo() 479 if (uri->authority != NULL) xmlFree(uri->authority); in xmlParse3986Host() 481 if (uri->server != NULL) xmlFree(uri->server); in xmlParse3986Host() 591 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathAbEmpty() 637 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathAbsolute() 679 if (uri->path != NULL) xmlFree(uri->path); in xmlParse3986PathRootless() [all …]
|
D | parserInternals.c | 1319 if (input->filename != NULL) xmlFree((char *) input->filename); in xmlFreeInputStream() 1320 if (input->directory != NULL) xmlFree((char *) input->directory); in xmlFreeInputStream() 1321 if (input->encoding != NULL) xmlFree((char *) input->encoding); in xmlFreeInputStream() 1322 if (input->version != NULL) xmlFree((char *) input->version); in xmlFreeInputStream() 1327 xmlFree(input); in xmlFreeInputStream() 1537 if (inputStream->filename != NULL) xmlFree((char *)inputStream->filename); in xmlNewInputFromFile() 1539 if (URI != NULL) xmlFree((char *) URI); in xmlNewInputFromFile() 1747 if (ctxt->spaceTab != NULL) xmlFree(ctxt->spaceTab); in xmlFreeParserCtxt() 1748 if (ctxt->nameTab != NULL) xmlFree((xmlChar * *)ctxt->nameTab); in xmlFreeParserCtxt() 1749 if (ctxt->nodeTab != NULL) xmlFree(ctxt->nodeTab); in xmlFreeParserCtxt() [all …]
|
D | schematron.c | 366 xmlFree(tests->test); in xmlSchematronFreeTests() 370 xmlFree(tests->report); in xmlSchematronFreeTests() 371 xmlFree(tests); in xmlSchematronFreeTests() 460 xmlFree(rules->context); in xmlSchematronFreeRules() 464 xmlFree(rules->report); in xmlSchematronFreeRules() 465 xmlFree(rules); in xmlSchematronFreeRules() 523 xmlFree(patterns->name); in xmlSchematronFreePatterns() 524 xmlFree(patterns); in xmlSchematronFreePatterns() 570 xmlFree((char **) schema->namespaces); in xmlSchematronFree() 575 xmlFree(schema); in xmlSchematronFree() [all …]
|
D | catalog.c | 299 xmlFree(normid); in xmlNewCatalogEntry() 350 xmlFree(ret->name); in xmlFreeCatalogEntry() 352 xmlFree(ret->value); in xmlFreeCatalogEntry() 354 xmlFree(ret->URL); in xmlFreeCatalogEntry() 355 xmlFree(ret); in xmlFreeCatalogEntry() 445 xmlFree(catal); in xmlFreeCatalog() 1007 xmlFree(content); in xmlLoadFileContent() 1165 xmlFree(nameValue); in xmlParseXMLCatalogOneNode() 1167 xmlFree(uriValue); in xmlParseXMLCatalogOneNode() 1188 xmlFree(nameValue); in xmlParseXMLCatalogOneNode() [all …]
|
D | error.c | 700 xmlFree(str); in xmlParserError() 743 xmlFree(str); in xmlParserWarning() 798 xmlFree(str); in xmlParserValidityError() 834 xmlFree(str); in xmlParserValidityWarning() 878 xmlFree(err->message); in xmlResetError() 880 xmlFree(err->file); in xmlResetError() 882 xmlFree(err->str1); in xmlResetError() 884 xmlFree(err->str2); in xmlResetError() 886 xmlFree(err->str3); in xmlResetError() 968 xmlFree(to->message); in xmlCopyError() [all …]
|
D | entities.c | 112 xmlFree((char *) entity->name); in xmlFreeEntity() 115 xmlFree((char *) entity->ExternalID); in xmlFreeEntity() 118 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 120 xmlFree((char *) entity->URI); in xmlFreeEntity() 123 xmlFree((char *) entity->content); in xmlFreeEntity() 125 xmlFree((char *) entity->orig); in xmlFreeEntity() 128 xmlFree((char *) entity->name); in xmlFreeEntity() 130 xmlFree((char *) entity->ExternalID); in xmlFreeEntity() 132 xmlFree((char *) entity->SystemID); in xmlFreeEntity() 134 xmlFree((char *) entity->URI); in xmlFreeEntity() [all …]
|
/external/chromium_org/third_party/libxslt/libxslt/ |
D | attrvt.c | 103 xmlFree((xmlChar *) avt->segments[i]); in xsltFreeAttrVT() 111 xmlFree((xmlChar *) avt->segments[i]); in xsltFreeAttrVT() 114 xmlFree(avt->nsList); in xsltFreeAttrVT() 115 xmlFree(avt); in xsltFreeAttrVT() 293 xmlFree(expr); in xsltCompileAttr() 341 xmlFree(ret); in xsltCompileAttr() 343 xmlFree(expr); in xsltCompileAttr() 378 xmlFree(tmp); in xsltEvalAVT()
|
D | xslt.c | 305 xmlFree(self->digit); in xsltFreeDecimalFormat() 307 xmlFree(self->patternSeparator); in xsltFreeDecimalFormat() 309 xmlFree(self->decimalPoint); in xsltFreeDecimalFormat() 311 xmlFree(self->grouping); in xsltFreeDecimalFormat() 313 xmlFree(self->percent); in xsltFreeDecimalFormat() 315 xmlFree(self->permille); in xsltFreeDecimalFormat() 317 xmlFree(self->zeroDigit); in xsltFreeDecimalFormat() 319 xmlFree(self->minusSign); in xsltFreeDecimalFormat() 321 xmlFree(self->infinity); in xsltFreeDecimalFormat() 323 xmlFree(self->noNumber); in xsltFreeDecimalFormat() [all …]
|
D | functions.c | 140 xmlFree(newURI); in xsltDocumentFunctionLoadDocument() 159 xmlFree(fragment); in xsltDocumentFunctionLoadDocument() 183 xmlFree(fragment); in xsltDocumentFunctionLoadDocument() 330 xmlFree(base); in xsltDocumentFunction() 335 xmlFree(URI); in xsltDocumentFunction() 431 xmlFree(prefix); in xsltKeyFunction() 442 xmlFree(prefix); in xsltKeyFunction() 531 xmlFree(key); in xsltKeyFunction() 637 xmlFree(result); in xsltFormatNumberFunction() 806 xmlFree(name); in xsltSystemPropertyFunction() [all …]
|
D | imports.c | 164 xmlFree(uriRef); in xsltParseStylesheetImport() 166 xmlFree(base); in xsltParseStylesheetImport() 168 xmlFree(URI); in xsltParseStylesheetImport() 269 xmlFree(uriRef); in xsltParseStylesheetInclude() 271 xmlFree(base); in xsltParseStylesheetInclude() 273 xmlFree(URI); in xsltParseStylesheetInclude()
|