Lines Matching refs:os

126     pub fn ogg_stream_packetin(os: *mut ogg_stream_state, op: *mut ogg_packet) -> libc::c_int;  in ogg_stream_packetin()
127 pub fn ogg_stream_iovecin(os: *mut ogg_stream_state, iov: *mut ogg_iovec_t, count: libc::c_int, in ogg_stream_iovecin()
129 pub fn ogg_stream_pageout(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pageout()
130 pub fn ogg_stream_pageout_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_pageout_fill()
132 pub fn ogg_stream_flush(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_flush()
133 pub fn ogg_stream_flush_fill(os: *mut ogg_stream_state, og: *mut ogg_page, in ogg_stream_flush_fill()
146 pub fn ogg_stream_pagein(os: *mut ogg_stream_state, og: *mut ogg_page) -> libc::c_int; in ogg_stream_pagein()
147 pub fn ogg_stream_packetout(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetout()
148 pub fn ogg_stream_packetpeek(os: *mut ogg_stream_state,op: *mut ogg_packet) -> libc::c_int; in ogg_stream_packetpeek()
150 pub fn ogg_stream_init(os: *mut ogg_stream_state, serialno: libc::c_int) -> libc::c_int; in ogg_stream_init()
151 pub fn ogg_stream_clear(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_clear()
152 pub fn ogg_stream_reset(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_reset()
153 pub fn ogg_stream_reset_serialno(os: *mut ogg_stream_state, serialno: libc::c_int) in ogg_stream_reset_serialno()
155 pub fn ogg_stream_destroy(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_destroy()
156 pub fn ogg_stream_check(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_check()
157 pub fn ogg_stream_eos(os: *mut ogg_stream_state) -> libc::c_int; in ogg_stream_eos()