OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_v_readstring
(Results
1 - 2
of
2
) sorted by null
/external/tremolo/Tremolo/
treminfo.c
52
static void
_v_readstring
(oggpack_buffer *o,char *buf,int bytes){
function
222
_v_readstring
(opb,vc->vendor,vendorlen);
239
_v_readstring
(opb,vc->user_comments[i],len);
352
_v_readstring
(&opb,buffer,6);
/external/libvorbis/lib/
info.c
55
static void
_v_readstring
(oggpack_buffer *o,char *buf,int bytes){
function
246
_v_readstring
(opb,vc->vendor,vendorlen);
260
_v_readstring
(opb,vc->user_comments[i],len);
364
_v_readstring
(&opb,buffer,6);
391
_v_readstring
(&opb,buffer,6);
Completed in 112 milliseconds