Home
last modified time | relevance | path

Searched defs:next_out (Results 1 – 6 of 6) sorted by relevance

/reactos/sdk/lib/3rdparty/freetype/src/gzip/
H A Dzlib.h73 Bytef *next_out; /* next output byte should be put there */ member
/reactos/dll/win32/wininet/
H A Dzlib.h61 Bytef *next_out; /* next output byte will go here */ member
/reactos/dll/win32/dbghelp/
H A Dzlib.h63 Bytef *next_out; /* next output byte will go here */ member
/reactos/sdk/include/reactos/libs/zlib/
H A Dzlib.h91 Bytef *next_out; /* next output byte will go here */ member
/reactos/drivers/network/tcpip/lwip/src/apps/http/makefsdata/
H A Dmakefsdata.c609 void *next_out = s_outbuf; in get_file_data() local
/reactos/dll/3rdparty/libpng/
H A Dpngrutil.c774 png_uint_32p chunk_bytes, png_bytep next_out, png_alloc_size_t *out_size, in png_inflate_read()