HomeSort by: relevance | last modified time | path
    Searched defs:error_in_stream (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/fsck_udf/
main.c 432 int error, streaming, was_streaming, warned, error_in_stream; local in function:udf_rebuild_fid_stream
446 error_in_stream = 0;
473 error_in_stream = 1;
482 error_in_stream = 1;
513 error_in_stream = 1;
517 if (error_in_stream) {
531 return error_in_stream;
main.c 432 int error, streaming, was_streaming, warned, error_in_stream; local in function:udf_rebuild_fid_stream
446 error_in_stream = 0;
473 error_in_stream = 1;
482 error_in_stream = 1;
513 error_in_stream = 1;
517 if (error_in_stream) {
531 return error_in_stream;

Completed in 30 milliseconds