Searched refs:read_buf (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/ |
D | deflate.c | 85 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 956 local int read_buf(strm, buf, size) in read_buf() function 1342 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
|
D | ChangeLog | 493 - read_buf buf parameter of type Bytef* instead of charf*
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | socketmodule.c | 2346 char *read_buf; local 2372 read_buf = cbuf; 2389 nread = recv(s->sock_fd, read_buf, segment, flags); 2401 read_buf += nread; 2406 read_buf += segment; 2408 outlen = read_buf - cbuf;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 2405 char *read_buf; local 2433 read_buf = cbuf; 2451 nread = recv(s->sock_fd, read_buf, segment, flags); 2465 read_buf += nread; 2470 read_buf += segment; 2472 outlen = read_buf - cbuf;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | deflate.c | 87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size)); 1076 local int read_buf(strm, buf, size) in read_buf() function 1467 n = read_buf(s->strm, s->window + s->strstart + s->lookahead, more);
|
D | ChangeLog | 1110 - read_buf buf parameter of type Bytef* instead of charf*
|