Lines Matching refs:next
88 struct OpaqueList *next;
205 priv->tail->next = newNode;
235 priv->head = node->next;
237 if (!priv->head->next)
240 node->next = NULL;
246 * previous element available to rewrite its next pointer.
248 while (node->next) {
249 OpaqueList *current = node->next;
251 node->next = current->next;
253 if (!node->next)
256 current->next = NULL;
298 OpaqueList *next = node->next;
300 node = next;
515 * the second line, rather than the next sample across because the chroma
727 * Block until there is space in the buffer for the next packet.