Searched refs:read_size (Results 1 - 5 of 5) sorted by relevance

/haiku/src/add-ons/kernel/drivers/dvb/cx23882/
H A Di2c_core.h53 void *read_data, int read_size);
H A Di2c_core.c369 void *read_data, int read_size)
383 if (read_data != 0 && read_size != 0) {
384 res = i2c_read_unlocked(bus, address, read_data, read_size);
367 i2c_xfer(i2c_bus *bus, int address, const void *write_data, int write_size, void *read_data, int read_size) argument
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.h104 size_t read_size, read_idx, checked_idx; member in struct:__anon19
H A Dlibhttpd.c1696 hc->read_size = 0;
1697 httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 );
/haiku/src/apps/poorman/
H A DPoorManServer.cpp322 hc->read_size - hc->read_idx,

Completed in 31 milliseconds