Searched refs:InBuf (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/zlib-1.2.3/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/zlib-1.2.3/contrib/delphi/
H A DZLib.pas129 In: InBuf = ptr to compressed data
130 InBytes = number of bytes in InBuf
133 procedure CompressBuf(const InBuf: Pointer; InBytes: Integer;
138 In: InBuf = ptr to compressed data
139 InBytes = number of bytes in InBuf
143 procedure DecompressBuf(const InBuf: Pointer; InBytes: Integer;
147 In: InBuf = ptr to compressed data
148 InBytes = number of bytes in InBuf
151 procedure DecompressToUserBuf(const InBuf: Pointer; InBytes: Integer;
286 procedure CompressBuf(const InBuf
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/char/
H A Dser_a2232.h110 u_char InBuf[NUMLINES][A2232_IOBUFLEN]; /* 0x0900-0x0fff input bufs */ member in struct:a2232memory
127 #define A2232INCTL_CHAR 0 /* corresponding byte in InBuf is a character */
128 #define A2232INCTL_EVENT 1 /* corresponding byte in InBuf is an event */
H A Dser_a2232.c524 ibuf = mem->InBuf[p];

Completed in 104 milliseconds