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

/external/chromium_org/third_party/libxml/src/
H A Dxmlschemas.c321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; } macro
1291 FREE_AND_NULL(*buf)
1431 FREE_AND_NULL(str);
1525 FREE_AND_NULL(value2)
1644 FREE_AND_NULL(str)
1659 FREE_AND_NULL(str)
1716 FREE_AND_NULL(str)
1730 FREE_AND_NULL(str);
1749 FREE_AND_NULL(str)
1760 FREE_AND_NULL(st
4538 FREE_AND_NULL(str) function
[all...]
/external/libxml2/
H A Dxmlschemas.c321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; } macro
1296 FREE_AND_NULL(*buf)
1436 FREE_AND_NULL(str);
1530 FREE_AND_NULL(value2)
1649 FREE_AND_NULL(str)
1664 FREE_AND_NULL(str)
1721 FREE_AND_NULL(str)
1735 FREE_AND_NULL(str);
1754 FREE_AND_NULL(str)
1765 FREE_AND_NULL(st
4557 FREE_AND_NULL(str) function
[all...]

Completed in 332 milliseconds