Home | History | Annotate | Download | only in libevent

Lines Matching refs:itemp

1748 	struct server_reply_item **itemp, *item;
1758 itemp = &req->answer;
1762 itemp = &req->authority;
1766 itemp = &req->additional;
1772 while (*itemp) {
1773 itemp = &((*itemp)->next);
1808 *itemp = item;