Home | History | Annotate | Download | only in Tremolo

Lines Matching full:head

182   ogg_reference *ret=0,*head=0;
187 if(head)
188 head->next=temp;
191 head=temp;
192 head->buffer=or->buffer;
193 head->begin=or->begin;
194 head->length=length;
195 if(head->length>or->length)
196 head->length=or->length;
198 length-=head->length;
207 ogg_reference *ret=0,*head=0;
211 if(head)
212 head->next=temp;
215 head=temp;
216 head->buffer=or->buffer;
217 head->begin=or->begin;
218 head->length=or->length;
227 the buffer preceeding pos and 'head'/'tail' are the buffer past the
229 'head/tail' are NULL */
231 ogg_reference **head,long pos){
261 *tail=*head=0;
279 if(head && or==*head)*head=*tail;
342 /* *head is appended to the front end (head) of *tail; both continue to
343 be valid pointers, with *tail at the tail and *head at the head */
344 static ogg_reference *ogg_buffer_cat(ogg_reference *tail, ogg_reference *head){
345 if(!tail)return head;
350 tail->next=head;
351 return ogg_buffer_walk(head);
615 If there is no head fragment
618 if the current head fragment has sufficient unused space
621 if the current head fragment is unused
812 /* all we need to do is verify a page at the head of the stream
827 /* head did not start a synced page... skipped some bytes */