Home | History | Annotate | Download | only in tests

Lines Matching defs:statePtr

677     {   LZ4_stream_t* statePtr;
683 statePtr = LZ4_createStream();
684 FUZ_CHECKTEST(statePtr==NULL, "LZ4_createStream() allocation failed");
685 statePtr);