Home
last modified time | relevance | path

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

/external/libxml2/
Dxmlschemas.c340 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; } macro
1330 FREE_AND_NULL(*buf) in xmlSchemaFormatQName()
1476 FREE_AND_NULL(str); in xmlSchemaGetComponentDesignation()
1586 FREE_AND_NULL(value2) in xmlSchemaGetCanonValueWhtspExt_1()
1721 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1736 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1793 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1807 FREE_AND_NULL(str); in xmlSchemaFormatItemForReport()
1827 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
1838 FREE_AND_NULL(str) in xmlSchemaFormatItemForReport()
[all …]