Lines Matching defs:next
144 * @return the next registered rtp dynamic protocol handler
455 pkt = pkt->next;
783 RTPPacket *next = s->queue->next;
786 s->queue = next;
803 cur = &(*cur)->next;
813 packet->next = *cur;
833 RTPPacket *next;
849 next = s->queue->next;
852 s->queue = next;
868 * indicated that we can return the next enqueued packet. */
871 /* return the next packets, if any */
939 * @param bufptr pointer to the input buffer or NULL to read the next packets
942 * (use buf as NULL to read the next). -1 if no packet (error or no more packet).