Lines Matching refs:error
285 // Returns negative value and may set error string in `err` when there's an
286 // error
294 // Returns negative value and may set error string in `err` when there's an
295 // error
305 // @param[out] err Error string(wll be filled when the function returns error code). Free it using FreeEXRErrorMessage after using this value.
327 // Returns negative value and may set error string in `err` when there's an
328 // error
345 // Free's error message
356 // When there was an error message, Application must free `err` with
362 // When there was an error message, Application must free `err` with
371 // When there was an error message, Application must free `err` with
381 // When there was an error message, Application must free `err` with
392 // Returns negative value and may set error string in `err` when there's an
393 // error
394 // When there was an error message, Application must free `err` with
403 // Returns negative value and may set error string in `err` when there's an
404 // error
405 // When there was an error message, Application must free `err` with
415 // Returns negative value and may set error string in `err` when there's an
416 // error
417 // When there was an error message, Application must free `err` with
429 // Returns negative value and may set error string in `err` when there's an
430 // error
431 // When there was an error message, Application must free `err` with
440 // Returns negative value and may set error string in `err` when there's an
441 // error
442 // When there was an error message, Application must free `err` with
451 // Return zero and will set error string in `err` when there's an
452 // error.
453 // When there was an error message, Application must free `err` with
461 // Returns negative value and may set error string in `err` when there's an
462 // error
463 // When there was an error message, Application must free `err` with
470 // Returns negative value and may set error string in `err` when there's an
471 // error
485 // Returns negative value and may set error string in `err` when there's an
486 // error
487 // When there was an error message, Application must free `err` with
681 - Fix ftell() usage in examples so they exit with an error on files which
902 // TODO: Work around "error: include file 'sys\utime.h' when compiling with tcc
1050 char *msg; // error msg (unused)
1129 // Returns MZ_OK on success, or one of the error codes from mz_deflate() on
1182 // Returns MZ_OK on success, or one of the error codes from mz_inflate() on
1187 // Returns a string description of the specified error code, or NULL if the
1188 // error code is invalid.
2399 {MZ_ERRNO, "file error"},
2400 {MZ_STREAM_ERROR, "stream error"},
2401 {MZ_DATA_ERROR, "data error"},
2403 {MZ_BUF_ERROR, "buf error"},
2404 {MZ_VERSION_ERROR, "version error"},
2405 {MZ_PARAM_ERROR, "parameter error"}};
4621 #error "No arvhive APIs"
13080 tinyexr::SetErrorMessage("fread() error on " + std::string(filename),
13200 tinyexr::SetErrorMessage("`fread' error. file may be corrupted.", err);