Home | History | Annotate | Download | only in comp

Lines Matching refs:Z_NULL

150 	state->istream.opaque = Z_NULL;
151 state->istream.next_in = Z_NULL;
152 state->istream.next_out = Z_NULL;
162 state->ostream.opaque = Z_NULL;
163 state->ostream.next_in = Z_NULL;
164 state->ostream.next_out = Z_NULL;
492 ctx->zin.zalloc = Z_NULL;
493 ctx->zin.zfree = Z_NULL;
498 ctx->zout.zalloc = Z_NULL;
499 ctx->zout.zfree = Z_NULL;