Lines Matching refs:next
149 q = q->next;
180 node->next = q;
190 q = q->next;
197 node->next = q;
198 p->next = node;
227 coap_delete_all(queue->next);
255 coap_queue_t *next;
260 next = context->sendqueue;
261 context->sendqueue = context->sendqueue->next;
263 context->sendqueue->t += next->t;
265 next->next = NULL;
266 return next;
1062 * to the first client request, then drop sending out this next request
1654 coap_log_debug("** %s: mid=0x%04x: retransmission #%d (next %ums)\n",
1779 session->delayqueue = q->next;
2193 * it so that it does not set EPOLLIN in the next epoll_wait().
2204 /* And update eptimerfd as to when to next trigger */
2259 *queue = (*queue)->next;
2263 (*node)->next = NULL;
2273 q = q->next;
2277 p->next = q->next;
2278 if (p->next) { /* must update relative time of p->next */
2279 p->next->t += q->t;
2281 q->next = NULL;
2299 context->sendqueue = q->next;
2313 q = p->next;
2317 p->next = q->next;
2325 q = p->next;
2328 q = q->next;
2349 *p = q->next;
2360 p = &(q->next);
3081 * See if blocks need to be aggregated or next requests sent off
3403 /* See if need to send next block to server */
3410 /* Need to see if needing to request next block */