Home
last modified time | relevance | path

Searched refs:charf (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dzconf.h54 # define charf z_charf macro
272 typedef char FAR charf; typedef
Dzconf.in.h54 # define charf z_charf macro
272 typedef char FAR charf; typedef
Ddeflate.h284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len,
287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
Dtrees.c159 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
869 charf *buf; /* input block */
923 charf *buf; /* input block, or NULL if too old */
1199 charf *buf; /* the input data */
Ddeflate.c1366 (charf *)&s->window[(unsigned)s->block_start] : \
1367 (charf *)Z_NULL), \
DChangeLog493 - read_buf buf parameter of type Bytef* instead of charf*
494 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
Dzconf.h131 # define charf z_charf macro
379 typedef char FAR charf; typedef
Dtrees.c155 local void copy_block OF((deflate_state *s, charf *buf, unsigned len,
867 charf *buf; /* input block */
909 charf *buf; /* input block, or NULL if too old */
1207 charf *buf; /* the input data */
Ddeflate.c1540 (charf *)&s->window[(unsigned)s->block_start] : \
1541 (charf *)Z_NULL), \
DChangeLog1110 - read_buf buf parameter of type Bytef* instead of charf*
1111 - zmemcpy parameters are of type Bytef*, not charf* (Joseph Strout)