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

  /external/libevent/
win32select.c 54 #define XFREE(ptr) do { if (ptr) mm_free(ptr); } while (0)
210 XFREE(winop->readset_in);
211 XFREE(winop->writeset_in);
212 XFREE(winop->readset_out);
213 XFREE(winop->writeset_out);
214 XFREE(winop->exset_out);
215 XFREE(winop);
  /external/wpa_supplicant_8/src/tls/
libtommath.c 88 #define XFREE os_free
413 XFREE(a->dp);
    [all...]

Completed in 108 milliseconds