HomeSort by: relevance | last modified time | path
    Searched defs:realloc_copy (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/libevent/dist/
poll.c 77 int realloc_copy; /* True iff we must realloc member in struct:pollop
157 if (pop->realloc_copy) {
165 pop->realloc_copy = 0;
264 pop->realloc_copy = 1;
  /src/external/bsd/ntp/dist/sntp/libevent/
poll.c 76 int realloc_copy; /* True iff we must realloc member in struct:pollop
156 if (pop->realloc_copy) {
164 pop->realloc_copy = 0;
263 pop->realloc_copy = 1;

Completed in 22 milliseconds