HomeSort by relevance Sort by last modified time
    Searched full:firstchainp (Results 1 - 1 of 1) sorted by null

  /external/libevent/
buffer.c 674 struct evbuffer_chain *chain, **firstchainp, **chainp; local
700 firstchainp = buf->last_with_datap;
701 if (!*firstchainp)
703 if (CHAIN_SPACE_LEN(*firstchainp) == 0) {
704 firstchainp = &(*firstchainp)->next;
707 chain = *firstchainp;
719 chainp = firstchainp;
2038 struct evbuffer_chain **firstchainp; local
    [all...]

Completed in 61 milliseconds