HomeSort by relevance Sort by last modified time
    Searched refs:last_with_datap (Results 1 - 3 of 3) sorted by null

  /external/libevent/
buffer.c 276 struct evbuffer_chain **ch = buf->last_with_datap;
277 /* Find the first victim chain. It might be *last_with_datap */
296 if (*buf->last_with_datap == NULL) {
298 EVUTIL_ASSERT(buf->last_with_datap == &buf->first);
302 struct evbuffer_chain **ch = buf->last_with_datap;
303 /* Find the first victim chain. It might be *last_with_datap */
310 buf->last_with_datap = &buf->last->next;
359 buffer->last_with_datap = &buffer->first;
660 if (!*buf->last_with_datap)
663 while ((*buf->last_with_datap)->next && (*buf->last_with_datap)->next->off)
    [all...]
buffer_iocp.c 109 chainp = evbuf->last_with_datap;
119 evbuf->last_with_datap = chainp;
161 evo->buffer.last_with_datap = &evo->buffer.first;
evbuffer-internal.h 92 * The last_with_datap pointer points at _whatever 'next' pointer_
93 * points at the last_with_datap chain. If the last_with_data chain
94 * is the first chain, or it is NULL, then the last_with_datap pointer
97 struct evbuffer_chain **last_with_datap; member in struct:evbuffer

Completed in 75 milliseconds