HomeSort by relevance Sort by last modified time
    Searched refs:FREE_AND_NULL (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/
xmlschemas.c 321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
    [all...]
  /external/libxml2/
xmlschemas.c 321 #define FREE_AND_NULL(str) if ((str) != NULL) { xmlFree((xmlChar *) (str)); str = NULL; }
    [all...]

Completed in 55 milliseconds