Searched refs:error (Results 1 – 11 of 11) sorted by relevance
/zcbor-3.5.0-3.4.0/include/ |
D | zcbor_common.h | 47 state->constant_state ? state->constant_state->error : 0, __FILE__, __LINE__)) 132 int error; member 292 return !(cs && cs->stop_on_error && cs->error); in zcbor_check_error() 302 int err = state->constant_state->error; in zcbor_pop_error() 304 state->constant_state->error = ZCBOR_SUCCESS; in zcbor_pop_error() 314 return state->constant_state->error; in zcbor_peek_error() 326 state->constant_state->error = err; in zcbor_error()
|
/zcbor-3.5.0-3.4.0/samples/pet/include/ |
D | pet_encode.h | 25 #error "The type file was generated with a different default_max_qty than this file"
|
D | pet_decode.h | 25 #error "The type file was generated with a different default_max_qty than this file"
|
/zcbor-3.5.0-3.4.0/samples/pet/src/ |
D | pet_decode.c | 19 #error "The type file was generated with a different default_max_qty than this file"
|
D | pet_encode.c | 19 #error "The type file was generated with a different default_max_qty than this file"
|
/zcbor-3.5.0-3.4.0/ |
D | RELEASE_NOTES.md | 69 * zcbor.py: Raise argparse error on insufficient --output-* args 75 * zcbor_encode.c: Fix error for big-endian architectures 104 * tests: Fix an error in manifest3.cddl (encode/test1) (naming collision with 'uri') 138 * Add zcbor_peek_error() for reading the error value without clearing it. 204 * Add error value to state, which is populated when a function fails (returns `false`). 205 …* Add a `stop_on_error` feature that makes functions abort when an error has occurred (to avoid ch… 253 * zcbor.py: Fix error in 'convert' where a bstr dict value was incorrectly translated
|
D | README.md | 97 …tatements instruct the current function to return a `ZCBOR_ERR_ASSERTION` error. If `ZCBOR_VERBOSE… 98 …onality. This makes all functions abort their execution if called when an error has already happen… 515 will cause a compile error. If so, tweak the CDDL
|
/zcbor-3.5.0-3.4.0/src/ |
D | zcbor_common.c | 145 state_array[0].constant_state->error = ZCBOR_SUCCESS; in zcbor_new_state()
|
/zcbor-3.5.0-3.4.0/tests/unit/test1_unit_tests/src/ |
D | main.c | 233 …equal(ZCBOR_ERR_NO_PAYLOAD, state_e->constant_state->error, "%d\r\n", state_e->constant_state->err… in ZTEST() 314 …qual(ZCBOR_ERR_WRONG_VALUE, state_d->constant_state->error, "%d\r\n", state_d->constant_state->err… in ZTEST() 680 zassert_true(zcbor_list_start_encode(state_e1, 10), "%d\r\n", state_e1->constant_state->error); in ZTEST()
|
/zcbor-3.5.0-3.4.0/tests/scripts/ |
D | test_repo_files.py | 11 from urllib.error import HTTPError
|
/zcbor-3.5.0-3.4.0/zcbor/ |
D | zcbor.py | 3000 parser.error("Please specify at least one of --decode or --encode.") 3005 parser.error(
|