Home
last modified time | relevance | path

Searched refs:client_read_bytes (Results 1 – 12 of 12) sorted by relevance

/dports/audio/icecast/icecast-2.4.4/src/
H A Dclient.h80 int client_read_bytes (client_t *client, void *buf, unsigned len);
H A Dclient.c160 int client_read_bytes (client_t *client, void *buf, unsigned len) in client_read_bytes() function
H A Dformat_ebml.c195 bytes = client_read_bytes (source->client, data, EBML_SLICE_SIZE); in ebml_get_buffer()
H A Dformat_ogg.c447 bytes = client_read_bytes (source->client, data, 4096); in ogg_get_buffer()
H A Dformat_mp3.c485 bytes = client_read_bytes (source->client, buf, REFBUF_SIZE-source_mp3->read_count); in complete_read()
H A Dconnection.c629 len = client_read_bytes (client, buf, len); in process_request_queue()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dclient.h142 int client_read_bytes (client_t *client, void *buf, unsigned len);
H A Dformat_ebml.c215 bytes = client_read_bytes (source->client, data, EBML_SLICE_SIZE); in ebml_get_buffer()
H A Dformat_ogg.c482 bytes = client_read_bytes (source->client, data, 4096); in ogg_get_buffer()
H A Dconnection.c1178 ret = client_read_bytes (client, buf, remaining); in shoutcast_source_client()
1314 ret = client_read_bytes (client, buf, remaining); in http_client_request()
H A Dclient.c180 int client_read_bytes (client_t *client, void *buf, unsigned len) in client_read_bytes() function
H A Dformat_mp3.c820 int bytes = client_read_bytes (client, buf, read_in); in complete_read()