Lines Matching defs:source
7 Redistribution and use in source and binary forms, with or without
11 * Redistributions of source code must retain the above copyright
31 - LZ4 source repository : https://github.com/lz4/lz4
376 /* Adjust to end of pattern if the source pattern fits, otherwise the beginning of the pattern */
555 const char* const source,
567 const BYTE* ip = (const BYTE*) source;
763 *srcSizePtr = (int) (((const char*)ip) - source);
792 const char* const source, char* dst,
976 int LZ4_compress_HC_destSize(void* state, const char* source, char* dest, int* sourceSizePtr, int targetDestSize, int cLevel)
980 LZ4HC_init_internal(&ctx->internal_donotuse, (const BYTE*) source);
982 return LZ4HC_compress_generic(&ctx->internal_donotuse, source, dest, sourceSizePtr, targetDestSize, cLevel, fillOutput);
1331 const char* const source,
1350 const BYTE* ip = (const BYTE*) source;
1599 *srcSizePtr = (int) (((const char*)ip) - source);