Home
last modified time | relevance | path

Searched refs:FREE_AND_NULL (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dxmlschemas.c327 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; } macro
1304 FREE_AND_NULL(*buf) in xmlSchemaFormatQName()
1444 FREE_AND_NULL(str); in xmlSchemaGetComponentDesignation()
1538 FREE_AND_NULL(value2) in xmlSchemaGetCanonValueWhtspExt()
1657 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1672 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1729 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1743 FREE_AND_NULL(str); in xmlSchemaFormatItemForReport()
1763 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1774 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
[all …]