Searched refs:optionsNull (Results 1 – 1 of 1) sorted by relevance
1376 LZ4F_decompressOptions_t optionsNull; in LZ4F_decompress() local1388 MEM_INIT(&optionsNull, 0, sizeof(optionsNull)); in LZ4F_decompress()1389 if (decompressOptionsPtr==NULL) decompressOptionsPtr = &optionsNull; in LZ4F_decompress()