Home | History | Annotate | Download | only in expat

Lines Matching full:stale

4704 #define XFREE(stale) do { \
4705 if (stale) { free ((void *) stale); stale = 0; } \