Home
last modified time | relevance | path

Searched refs:body_head (Results 1 – 2 of 2) sorted by relevance

/external/tremolo/Tremolo/
Dframing.c942 if(os->body_tail==0)os->body_head=0; in _span_queued_page()
954 if(os->body_tail==0)os->body_head=0; in _span_queued_page()
964 if(os->body_tail==0)os->body_head=0; in _span_queued_page()
1013 os->body_head=ogg_buffer_walk(og->body); in ogg_stream_pagein()
1015 os->body_head=ogg_buffer_cat(os->body_head,og->body); in ogg_stream_pagein()
1034 os->body_tail=os->body_head=0; in ogg_stream_reset()
1111 op->packet=ogg_buffer_split(&os->body_tail,&os->body_head, in _packetout()
1117 if(os->body_tail==0)os->body_head=0; in _packetout()
Dogg.h122 ogg_reference *body_head; member