Home | History | Annotate | Download | only in libevent

Lines Matching refs:itemp

1514 	struct server_reply_item **itemp, *item;
1522 itemp = &req->answer;
1526 itemp = &req->authority;
1530 itemp = &req->additional;
1536 while (*itemp) {
1537 itemp = &((*itemp)->next);
1572 *itemp = item;