Lines Matching refs:error

255 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler"
285 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler"
317 #error "WUFFS_BASE__CPU_ARCH__ETC combined with an unsupported compiler"
330 #error "Wuffs requires a word size of either 32 or 64 bits"
539 // WUFFS_BASE__RESULT is a result type: either a status (an error) or a value.
4159 // TODO: Should this function return bool? An error type?
4367 // TODO: Should this function return bool? An error type?
5382 // It returns an error if s does not contain a floating point number.
5384 // It does not necessarily return an error if the conversion is lossy, e.g. if
5387 // Similarly, the returned value may be infinite (and no error returned) even
5395 // parse: it returns an error unless all of s is consumed.
5418 // It returns an error if s does not contain an integer or if the integer
5433 // It returns an error if s does not contain an integer or if the integer
5440 // parse: it returns an error unless all of s is consumed.
10492 // not parsing the input as CBOR encountered an error. Even when successful,
10527 // cursor_position is the location of the error. That error may be a content
10528 // error (invalid CBOR) or an input error (e.g. network failure).
10565 // a statically allocated pointer, etc), or an error message. The memory is
10577 // a statically allocated pointer, etc), or an error message. The memory is
10633 // It returns an error message, or an empty string on success.
10683 // not parsing the input encountered an error. Even when successful, trailing
10915 // not parsing the input as JSON encountered an error. Even when successful,
10965 // cursor_position is the location of the error. That error may be a content
10966 // error (invalid JSON) or an input error (e.g. network failure).
11003 // error was previously encountered.
11734 const char wuffs_base__error__disabled_by_previous_error[] = "#base: disabled by previous error";
24585 const char wuffs_cbor__error__internal_error_inconsistent_i_o[] = "#cbor: internal error: inconsistent I/O";
24586 const char wuffs_cbor__error__internal_error_inconsistent_token_length[] = "#cbor: internal error: inconsistent token length";
26481 const char wuffs_deflate__error__internal_error_inconsistent_huffman_decoder_state[] = "#deflate: internal error: inconsistent Huffman decoder state";
26482 const char wuffs_deflate__error__internal_error_inconsistent_i_o[] = "#deflate: internal error: inconsistent I/O";
26483 const char wuffs_deflate__error__internal_error_inconsistent_distance[] = "#deflate: internal error: inconsistent distance";
26484 const char wuffs_deflate__error__internal_error_inconsistent_n_bits[] = "#deflate: internal error: inconsistent n_bits";
28750 const char wuffs_lzw__error__internal_error_inconsistent_i_o[] = "#lzw: internal error: inconsistent I/O";
29279 const char wuffs_gif__error__internal_error_inconsistent_ri_wi[] = "#gif: internal error: inconsistent ri/wi";
32353 const char wuffs_json__error__internal_error_inconsistent_i_o[] = "#json: internal error: inconsistent I/O";
35879 const char wuffs_png__error__internal_error_inconsistent_i_o[] = "#png: internal error: inconsistent I/O";
35880 const char wuffs_png__error__internal_error_inconsistent_chunk_type[] = "#png: internal error: inconsistent chunk type";
35881 const char wuffs_png__error__internal_error_inconsistent_frame_bounds[] = "#png: internal error: inconsistent frame bounds";
35882 const char wuffs_png__error__internal_error_inconsistent_workbuf_length[] = "#png: internal error: inconsistent workbuf length";
35883 const char wuffs_png__error__internal_error_zlib_decoder_did_not_exhaust_its_input[] = "#png: internal error: zlib decoder did not exhaust its input";
44056 return "wuffs_aux::sync_io::FileInput: error reading file";
44120 return s ? s : "wuffs_aux::private_impl: unknown error";
44364 "wuffs_aux::DecodeCbor: internal error: bad cursor_index";
44368 "wuffs_aux::DecodeCbor: internal error: io_buf is closed";
44374 "wuffs_aux::DecodeCbor: internal error: io_buf is full";
44386 "wuffs_aux::DecodeCbor: internal error: bad WORKBUF_LEN";
44396 "wuffs_aux::DecodeCbor: internal error: bad buffer indexes";
44406 "wuffs_aux::DecodeCbor: internal error: bad token indexes";
44442 "wuffs_aux::DecodeCbor: internal error: bad extended token";
44459 "wuffs_aux::DecodeCbor: internal error: bad depth";
44468 "wuffs_aux::DecodeCbor: internal error: bad depth";
44607 "wuffs_aux::DecodeCbor: internal error: unexpected token";
45127 // still display a partial image, even if we encounter an error.
45250 "wuffs_aux::DecodeJson: internal error: bad cursor_index"; \
45254 "wuffs_aux::DecodeJson: internal error: io_buf is closed"; \
45260 "wuffs_aux::DecodeJson: internal error: io_buf is full"; \
45276 "wuffs_aux::DecodeJson: internal error: bad buffer indexes"; \
45285 "wuffs_aux::DecodeJson: internal error: bad token indexes"; \
45529 return "wuffs_aux::DecodeJson: internal error: unexpected token";
45566 "wuffs_aux::DecodeJson: internal error: bad WORKBUF_LEN";
45632 "wuffs_aux::DecodeJson: internal error: bad depth";
45641 "wuffs_aux::DecodeJson: internal error: bad depth";
45739 "wuffs_aux::DecodeJson: internal error: unexpected token";
45743 // If an error was encountered, we are done. Otherwise, (depth == 0)