Lines Matching defs:bytes
48 static void _v_writestring(oggpack_buffer *o,const char *s, int bytes){
50 while(bytes--){
55 static void _v_readstring(oggpack_buffer *o,char *buf,int bytes){
56 while(bytes--){
355 oggpack_readinit(&opb,op->packet,op->bytes);
383 oggpack_readinit(&opb,op->packet,op->bytes);
462 int bytes = strlen(ENCODE_VENDOR_STRING);
469 oggpack_write(opb,bytes,32);
470 _v_writestring(opb,ENCODE_VENDOR_STRING, bytes);
558 op->bytes=oggpack_bytes(&opb);
592 op->bytes=oggpack_bytes(&opb);
607 op_comm->bytes=oggpack_bytes(&opb);
622 op_code->bytes=oggpack_bytes(&opb);