Home
last modified time | relevance | path

Searched refs:scm_port_buffer_take (Results 1 – 7 of 7) sorted by relevance

/dports/lang/guile2/guile-2.2.7/libguile/
H A Dports-internal.h274 scm_port_buffer_take (SCM buf, scm_t_uint8 *dst, size_t count, in scm_port_buffer_take() function
H A Dr6rs-ports.c510 scm_port_buffer_take (buf, (scm_t_uint8 *) SCM_BYTEVECTOR_CONTENTS (bv),
552 scm_port_buffer_take (buf,
H A Dports.c1609 did_read = scm_port_buffer_take (read_buf, dst_ptr, to_read, cur, avail); in scm_c_read_bytes()
1626 did_read = scm_port_buffer_take (read_buf, dst_ptr, to_read, in scm_c_read_bytes()
1677 count = scm_port_buffer_take (read_buf, dst + copied, size - copied, in scm_c_read()
2364 return scm_port_buffer_take (read_buf, (scm_t_uint8 *) dest, read_len, in scm_take_from_input_buffers()
/dports/lang/guile/guile-3.0.7/libguile/
H A Dports-internal.h278 scm_port_buffer_take (SCM buf, uint8_t *dst, size_t count, in scm_port_buffer_take() function
H A Dr6rs-ports.c516 scm_port_buffer_take (buf, (uint8_t *) SCM_BYTEVECTOR_CONTENTS (bv),
558 scm_port_buffer_take (buf,
H A Dports.c1616 did_read = scm_port_buffer_take (read_buf, dst_ptr, to_read, cur, avail); in scm_c_read_bytes()
1633 did_read = scm_port_buffer_take (read_buf, dst_ptr, to_read, in scm_c_read_bytes()
1684 count = scm_port_buffer_take (read_buf, dst + copied, size - copied, in scm_c_read()
2364 return scm_port_buffer_take (read_buf, (uint8_t *) dest, read_len, in scm_take_from_input_buffers()
/dports/lang/guile2/guile-2.2.7/
H A DChangeLog3399 (scm_port_buffer_take, scm_port_buffer_put, scm_port_buffer_putback):
7178 the scm_port_buffer_take, as it might throw. Will revisit in the
7298 (scm_port_buffer_put_pointer, scm_port_buffer_take)
7379 (scm_port_buffer_take, scm_port_buffer_put): New helpers.