#include <string.h>
#include "codex.h"
#include "refcodex.h"
Go to the source code of this file.
|
| int GCALL | REF_encode (void *compresseddata, const void *source, int sourcesize, int *opts) |
| |
◆ __REFWRITE
◆ HASH
Value:(int)((((unsigned int)(unsigned char)cptr[0]<<8) | ((unsigned int)(unsigned char)cptr[2])) ^ ((unsigned int)(unsigned char)cptr[1]<<4))
Definition at line 42 of file refencode.cpp.
◆ REF_encode()
| int GCALL REF_encode |
( |
void * | compresseddata, |
|
|
const void * | source, |
|
|
int | sourcesize, |
|
|
int * | opts ) |