Home
last modified time | relevance | path

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/
Ddeflate.c85 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);
DChangeLog493 - read_buf buf parameter of type Bytef* instead of charf*
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c2405 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.2/Modules/
Dsocketmodule.c2346 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/zlib/
Ddeflate.c87 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);
DChangeLog1110 - read_buf buf parameter of type Bytef* instead of charf*