Home | History | Annotate | Download | only in bzip2

Lines Matching refs:outStr

1136    FILE  *outStr;
1229 outStr = stdout;
1243 outStr = stdout;
1264 outStr = fopen_output_safely ( outName, "wb" );
1265 if ( outStr == NULL) {
1275 if ( outStr != NULL ) fclose ( outStr );
1293 outputHandleJustInCase = outStr;
1295 compressStream ( inStr, outStr );
1317 FILE *outStr;
1415 outStr = stdout;
1429 outStr = stdout;
1441 outStr = fopen_output_safely ( outName, "wb" );
1442 if ( outStr == NULL) {
1452 if ( outStr != NULL ) fclose ( outStr );
1470 outputHandleJustInCase = outStr;
1472 magicNumberOK = uncompressStream ( inStr, outStr );