Home
last modified time | relevance | path

Searched refs:BLK_BUF_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/lang/racket/racket-8.3/src/bc/src/
H A Dread.c2560 #define BLK_BUF_SIZE 32 in read_compact() macro
2562 char *s, buffer[BLK_BUF_SIZE]; in read_compact()
2589 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2619 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2637 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2645 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2646 v = scheme_make_immutable_sized_byte_string(s, l, l < BLK_BUF_SIZE); in read_compact()
2656 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, el); in read_compact()
3256 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
3257 v = scheme_make_sized_path(s, l, l < BLK_BUF_SIZE); in read_compact()
[all …]
/dports/lang/racket-minimal/racket-8.3/src/bc/src/
H A Dread.c2560 #define BLK_BUF_SIZE 32 in read_compact() macro
2562 char *s, buffer[BLK_BUF_SIZE]; in read_compact()
2589 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2619 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2637 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2645 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
2646 v = scheme_make_immutable_sized_byte_string(s, l, l < BLK_BUF_SIZE); in read_compact()
2656 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, el); in read_compact()
3256 s = read_compact_chars(port, buffer, BLK_BUF_SIZE, l); in read_compact()
3257 v = scheme_make_sized_path(s, l, l < BLK_BUF_SIZE); in read_compact()
[all …]