Ruby 4.1.0dev (2026-09-27 revision f6ff9e7d02e46360f8930b280a3dd921cccbda29)
Data Fields
bufread_arg Struct Reference

Data Fields

char * str_ptr
 
long offset
 
long len
 
long read_len
 
rb_io_t * fptr
 

Detailed Description

Definition at line 3220 of file io.c.

Field Documentation

◆ fptr

rb_io_t* bufread_arg::fptr

Definition at line 3225 of file io.c.

◆ len

long bufread_arg::len

Definition at line 3223 of file io.c.

◆ offset

long bufread_arg::offset

Definition at line 3222 of file io.c.

◆ read_len

long bufread_arg::read_len

Definition at line 3224 of file io.c.

◆ str_ptr

char* bufread_arg::str_ptr

Definition at line 3221 of file io.c.


The documentation for this struct was generated from the following file: