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

  /external/libevent/
win32select.c 50 #define XFREE(ptr) do { if (ptr) mm_free(ptr); } while (0)
204 XFREE(winop->readset_in);
205 XFREE(winop->writeset_in);
206 XFREE(winop->readset_out);
207 XFREE(winop->writeset_out);
208 XFREE(winop->exset_out);
209 XFREE(winop);
  /external/wpa_supplicant_8/src/tls/
libtommath.c 88 #define XFREE os_free
413 XFREE(a->dp);
    [all...]

Completed in 207 milliseconds