Searched refs:read_size (Results 1 – 5 of 5) sorted by relevance
/haiku/src/add-ons/kernel/drivers/dvb/cx23882/ |
H A D | i2c_core.h | 53 void *read_data, int read_size);
|
H A D | i2c_core.c | 369 void *read_data, int read_size) in i2c_xfer() argument 383 if (read_data != 0 && read_size != 0) { in i2c_xfer() 384 res = i2c_read_unlocked(bus, address, read_data, read_size); in i2c_xfer()
|
/haiku/src/apps/poorman/libhttpd/ |
H A D | libhttpd.h | 104 size_t read_size, read_idx, checked_idx; member
|
H A D | libhttpd.c | 1696 hc->read_size = 0; in httpd_get_conn() 1697 httpd_realloc_str( &hc->read_buf, &hc->read_size, 500 ); in httpd_get_conn()
|
/haiku/src/apps/poorman/ |
H A D | PoorManServer.cpp | 322 hc->read_size - hc->read_idx, in _Worker()
|