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

/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
4559 FREE_AND_NULL(str) function
[all...]

Completed in 169 milliseconds