Searched refs:chainp (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/lib/libc/rpc/ |
| HD | getnetpath.c | 148 struct netpath_chain *chainp; /* holds chain of ncp's we alloc */ in getnetpath() local 177 chainp = (struct netpath_chain *) /* cobble alloc chain entry */ in getnetpath() 179 chainp->ncp = ncp; in getnetpath() 180 chainp->nchain_next = NULL; in getnetpath() 182 np_sessionp->ncp_list = chainp; in getnetpath() 184 np_sessionp->ncp_list->nchain_next = chainp; in getnetpath() 202 struct netpath_chain *chainp, *lastp; in endnetpath() local 212 for (chainp = np_sessionp->ncp_list; chainp != NULL; in endnetpath() 213 lastp=chainp, chainp=chainp->nchain_next, free(lastp)) { in endnetpath() 214 freenetconfigent(chainp->ncp); in endnetpath()
|
| /NextBSD/contrib/ntp/sntp/libevent/ |
| HD | buffer_iocp.c | 100 struct evbuffer_chain **chainp; in evbuffer_commit_read_() local 110 chainp = evbuf->last_with_datap; in evbuffer_commit_read_() 111 if (!((*chainp)->flags & EVBUFFER_MEM_PINNED_R)) in evbuffer_commit_read_() 112 chainp = &(*chainp)->next; in evbuffer_commit_read_() 115 EVUTIL_ASSERT(*chainp); in evbuffer_commit_read_() 119 (*chainp)->off += len; in evbuffer_commit_read_() 120 evbuf->last_with_datap = chainp; in evbuffer_commit_read_() 122 chainp = &(*chainp)->next; in evbuffer_commit_read_() 252 struct evbuffer_chain *chain=NULL, **chainp; in evbuffer_launch_read_() local 273 vecs, MAX_WSABUFS, &chainp, 1); in evbuffer_launch_read_() [all …]
|
| HD | buffer.c | 673 struct evbuffer_chain *chain, **chainp; in evbuffer_reserve_space() local 693 &chainp, 0); in evbuffer_reserve_space() 722 struct evbuffer_chain *chain, **firstchainp, **chainp; in evbuffer_commit_space() local 767 chainp = firstchainp; in evbuffer_commit_space() 769 (*chainp)->off += vec[i].iov_len; in evbuffer_commit_space() 772 buf->last_with_datap = chainp; in evbuffer_commit_space() 774 chainp = &(*chainp)->next; in evbuffer_commit_space() 1921 struct evbuffer_chain *chain, **chainp; in evbuffer_expand_singlechain() local 1925 chainp = buf->last_with_datap; in evbuffer_expand_singlechain() 1930 if (*chainp && CHAIN_SPACE_LEN(*chainp) == 0) in evbuffer_expand_singlechain() [all …]
|
| HD | evbuffer-internal.h | 326 struct evbuffer_iovec *vecs, int n_vecs, struct evbuffer_chain ***chainp,
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | arm.c | 14610 struct pic_chain ** chainp; in aof_pic_entry() local 14618 for (offset = 0, chainp = &aof_pic_chain; *chainp; in aof_pic_entry() 14619 offset += 4, chainp = &(*chainp)->next) in aof_pic_entry() 14620 if ((*chainp)->symname == XSTR (x, 0)) in aof_pic_entry() 14623 *chainp = (struct pic_chain *) xmalloc (sizeof (struct pic_chain)); in aof_pic_entry() 14624 (*chainp)->next = NULL; in aof_pic_entry() 14625 (*chainp)->symname = XSTR (x, 0); in aof_pic_entry()
|