Searched refs:Read (Results 1 - 22 of 22) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/brcm47xx/image/lzma-loader/src/
H A DLzmaDecode.h59 int (*Read)(void *object, unsigned char **buffer, UInt32 *bufferSize); member in struct:_ILzmaInCallback
H A Ddecompress.c137 callback.Read = read_byte;
H A DLzmaDecode.c54 rd->Result = rd->InCallback->Read(rd->InCallback, &rd->Buffer, &size);
/netgear-R7800-V1.0.2.28/target/linux/brcm63xx/image/lzma-loader/src/
H A DLzmaDecode.h59 int (*Read)(void *object, unsigned char **buffer, UInt32 *bufferSize); member in struct:_ILzmaInCallback
H A Ddecompress.c132 callback.Read = read_byte;
H A DLzmaDecode.c54 rd->Result = rd->InCallback->Read(rd->InCallback, &rd->Buffer, &size);
/netgear-R7800-V1.0.2.28/package/artmtd/
H A DMakefile21 TITLE:=Read mac , wpspin, serialnumber and etc from art data
/netgear-R7800-V1.0.2.28/target/linux/adm5120/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize); member in struct:_ILzmaInCallback
H A Ddecompress.c217 .Read = lzma_read_byte,
H A DLzmaDecode.c39 { SizeT size; int result = InCallback->Read(InCallback, &Buffer, &size); if (result != LZMA_RESULT_OK) return result; \
/netgear-R7800-V1.0.2.28/target/linux/adm8668/image/lzma-loader/src/
H A DLzmaDecode.h70 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize); member in struct:_ILzmaInCallback
H A DLzmaDecode.c43 { SizeT size; int result = InCallback->Read(InCallback, &Buffer, &size); if (result != LZMA_RESULT_OK) return result; \
/netgear-R7800-V1.0.2.28/target/linux/ar71xx/image/lzma-loader/src/
H A DLzmaDecode.h52 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize); member in struct:_ILzmaInCallback
H A DLzmaDecode.c39 { SizeT size; int result = InCallback->Read(InCallback, &Buffer, &size); if (result != LZMA_RESULT_OK) return result; \
/netgear-R7800-V1.0.2.28/target/linux/generic/image/lzma-loader/src/
H A DLzmaDecode.h70 int (*Read)(void *object, const unsigned char **buffer, SizeT *bufferSize); member in struct:_ILzmaInCallback
H A Ddecompress.c122 callback.Read = read_byte;
H A DLzmaDecode.c43 { SizeT size; int result = InCallback->Read(InCallback, &Buffer, &size); if (result != LZMA_RESULT_OK) return result; \
/netgear-R7800-V1.0.2.28/package/proftpd/files/
H A Dcmdftp166 <Limit Read>
192 <Limit Read>
218 <Limit Read>
/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dembedded_services.h318 AT91S_PipeStatus (*Read) ( member in struct:_AT91S_Pipe
H A Dmain.c390 /* Read vector 6 to extract size to load */
740 xmodemPipe.Read(&xmodemPipe, (char *)AddressToDownload,
788 /* Read dataflash to check the validity of the data */
/netgear-R7800-V1.0.2.28/package/dnippp/
H A DMakefile114 TITLE:=Read PPP record file
/netgear-R7800-V1.0.2.28/package/noip2/src/
H A Dnoip2.c491 int Read(int sock, char *buf, size_t count);
893 Msg("Read-only file '%s' prevents saving Last_IP_Addr %s",
1172 int Read(int sock, char *buf, size_t count) function
1277 if ((x = Read(socket_fd, buffer, BIGBUFLEN - 2)) < 0) {
1837 Msg("Read timed out talking to %s", NOIP_NAME);
1840 Msg("Read from %s failed (%s)", NOIP_NAME, err_string);

Completed in 94 milliseconds