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

  /src/external/bsd/libevent/dist/
buffer.c 1356 struct evbuffer_chain *chain, *next, *tmp, *last_with_data; local
1424 last_with_data = *buf->last_with_datap;
1433 if (chain == last_with_data)
1963 /* We can't use the last_with_data chain at all. Just add a
2116 /* (we would only set last_with_data if we added the first
2122 int rmv_all = 0; /* True iff we removed last_with_data. */
  /src/external/bsd/ntp/dist/sntp/libevent/
buffer.c 1354 struct evbuffer_chain *chain, *next, *tmp, *last_with_data; local
1422 last_with_data = *buf->last_with_datap;
1431 if (chain == last_with_data)
1961 /* We can't use the last_with_data chain at all. Just add a
2114 /* (we would only set last_with_data if we added the first
2120 int rmv_all = 0; /* True iff we removed last_with_data. */

Completed in 27 milliseconds