| ofs | hex dump | ascii |
|---|
| 0000 | 00 00 80 3f 4e 65 77 20 74 77 69 6e 65 20 67 72 61 64 69 65 6e 74 73 20 20 20 20 20 20 20 20 20 | ...?New.twine.gradients......... |
| 0020 | 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 20 2a b6 0a 00 03 00 00 00 00 00 | ......................*......... |
| 0040 | 00 00 00 00 00 00 00 50 58 46 95 c4 00 00 89 50 4e 47 0d 0a 1a 0a 00 00 00 0d 49 48 44 52 00 00 | .......PXF.....PNG........IHDR.. |
| 0060 | 05 00 00 00 01 fc 08 06 00 00 00 8e fb 02 86 00 00 00 09 70 48 59 73 00 00 0e c4 00 00 0e c4 01 | ...................pHYs......... |
| 0080 | 95 2b 0e 1b 00 00 20 00 49 44 41 54 78 9c ec bd 79 b4 6d 57 5d 26 fa fd 7e bf b9 d6 da dd 69 6f | .+......IDATx...y.mW]&..~.....io |
| 00a0 | b3 ce bd 37 77 9d 04 0a 1f 48 21 02 b2 f0 2a 5a 45 9b 86 18 42 17 4c 02 24 b9 a1 49 c0 24 f0 e8 | ...7w....H!...*ZE...B.L.$..I.$.. |
| 00c0 | 14 b0 a3 29 14 a3 60 51 60 83 04 c5 86 12 b4 44 0b 94 67 f7 5e 0d 2d 8f b5 cb f7 5e a9 f8 40 cb | ...)..`Q`......D..g.^.-....^..@. |
| 00e0 | f2 72 d7 ed ce 3a 7d b7 f7 5e dd 9c b3 fe 98 6b ed 7b 79 d6 78 f5 6c 68 82 eb 1b 23 e3 ec d5 ef | .r...:}..^.....k.{y.x.lh...#.... |
| 0100 | bd 93 31 33 f7 37 bf 86 ac b5 68 f1 4f 13 73 cf fa 7e bd fb 3b 3f 28 7f 6b ff b5 ef d0 30 15 6c | ..13.7....h.O.s..~..;?(.k....0.l |
| 0120 | 39 c1 de ff f1 1e 99 bb f6 1d 1a ba 84 2d c7 88 4e 2c 0d cf ef da d8 96 13 98 72 02 bf db 4f 34 | 9............-..N,........r...O4 |
| 0140 | 05 91 2d c6 50 9e 4a aa 3c 0b 20 12 da 72 82 e8 d8 e1 e1 b9 f5 83 d8 56 39 6c 95 01 a6 02 77 17 | ..-.P.J.<....r.........V9l....w. |
| 0160 | 61 ab 0c b6 9c 40 05 bd 44 5b 8a 6c 95 23 3a 7e 68 78 ee d2 d6 b2 05 85 d0 05 c0 2a 25 af 17 da | a....@..D[.l.#:~hx.........*%... |
| 0180 | 6a 02 54 39 ac 2e c0 83 25 d8 72 02 5b ec c3 eb cc 24 1a f5 b5 c7 0e 0f cf ad ef c7 d6 18 d8 72 | j.T9....%.r.[....$.............r |
| 01a0 | 82 83 95 0f ca ec bf 7c b3 b6 ba 70 db 7f fc 93 7f eb 33 0e 4e bd 5a 1f ac 7c f0 6f ed 6f d1 a2 | .......|...p......3.N.Z..|.o.o.. |
| 01c0 | 45 8b 16 2d 5a b4 68 d1 a2 45 8b 16 2d 5a b4 f8 5a 83 fa 4a bf 81 16 5f 3e 5c 49 f8 cd 3f e7 87 | E..-Z.h..E..-Z..Z..J..._>\I..?.. |
| 01e0 | 35 58 61 f6 e9 6f d1 d2 3f 0c 00 30 f9 3e a2 63 87 87 d0 65 0a 56 21 48 f0 cf 6f 7b 70 05 d6 02 | 5Xa..o..?..0.>.c...e.V!H..o{p... |
| 0200 | c4 00 0b 3e fb 4b 6f 38 35 7f e3 83 1a 44 20 16 1c 5f 1c ac 9e/* Generated by the protocol buffer compiler. DO NOT EDIT! */
/* Generated from: FileChunkDownloadRequest.proto */
#ifndef PROTOBUF_C_FileChunkDownloadRequest_2eproto__INCLUDED
#define PROTOBUF_C_FileChunkDownloadRequest_2eproto__INCLUDED
#include <protobuf-c/protobuf-c.h>
PROTOBUF_C__BEGIN_DECLS
#if PROTOBUF_C_VERSION_NUMBER < 1003000
# error This file was generated by a newer version of protoc-c which is incompatible with your libprotobuf-c headers. Please update your headers.
#elif 1003000 < PROTOBUF_C_MIN_COMPILER_VERSION
# error This file was generated by an older version of protoc-c which is incompatible with your libprotobuf-c headers. Please regenerate this file with a newer version of protoc-c.
#endif
typedef struct _FileChunkDownloadRequest FileChunkDownloadRequest;
/* --- enums --- */
/* --- messages --- */
struct _FileChunkDownloadRequest
{
ProtobufCMessage base;
char *downloadid;
char *filename;
protobuf_c_boolean has_position;
int64_t position;
};
#define FILE_CHUNK_DOWNLOAD_REQUEST__INIT \
{ PROTOBUF_C_MESSAGE_INIT (&file_chunk_download_request__descriptor) \
, NULL, NULL, 0, 0 }
/* FileChunkDownloadRequest methods */
void file_chunk_download_request__init
(FileChunkDownloadRequest *message);
size_t file_chunk_download_request__get_packed_size
(const FileChunkDownloadRequest *message);
size_t file_chunk_download_request__pack
(const FileChunkDownloadRequest *message,
uint8_t *out);
size_t file_chunk_download_request__pack_to_buffer
(const FileChunkDownloadRequest *message,
ProtobufCBuffer *buffer);
FileChunkDownloadRequest *
file_chunk_download_request__unpack
(ProtobufCAllocator *allocator,
size_t len,
const uint8_t *data);
void file_chunk_download_request__free_unpacked
(FileChunkDownloadRequest *message,
ProtobufCAllocator *allocator);
/* --- per-message closures --- */
typedef void (*FileChunkDownloadRequest_Closure)
(const FileChunkDownloadRequest *message,
void *closure_data);
/* --- services --- */
/* --- descriptors --- */
extern const ProtobufCMessageDescriptor file_chunk_download_request__descriptor;
PROTOBUF_C__END_DECLS
#endif /* PROTOBUF_C_FileChunkDownloadRequest_2eproto__INCLUDED */
|