Home
last modified time | relevance | path

Searched refs:CBOR_PARSER_MAX_RECURSIONS (Results 1 – 6 of 6) sorted by relevance

/tinycbor-2.7.6/include/tinycbor/
Dcborinternal_p.h34 #ifndef CBOR_PARSER_MAX_RECURSIONS
35 # define CBOR_PARSER_MAX_RECURSIONS 1024 macro
Dconfig.h29 #define CBOR_PARSER_MAX_RECURSIONS CONFIG_CBOR_PARSER_MAX_RECURSIONS macro
/tinycbor-2.7.6/tests/parser/
Dparser.pro5 DEFINES += CBOR_PARSER_MAX_RECURSIONS=16
Dtst_parser.cpp2050 static const int recursions = CBOR_PARSER_MAX_RECURSIONS + 2; in recursionLimit_data()
/tinycbor-2.7.6/src/
Dcborvalidation.c48 #ifndef CBOR_PARSER_MAX_RECURSIONS
49 # define CBOR_PARSER_MAX_RECURSIONS 1024 macro
664 CborError err = validate_value(&value, flags, CBOR_PARSER_MAX_RECURSIONS);
Dcborparser.c42 #ifndef CBOR_PARSER_MAX_RECURSIONS
43 # define CBOR_PARSER_MAX_RECURSIONS 1024 macro
423 if (nestingLevel == CBOR_PARSER_MAX_RECURSIONS) in advance_recursive()