Searched refs:total (Results 1 – 2 of 2) sorted by relevance
/tinycbor-2.7.6/src/ |
D | cborparser.c | 928 size_t total; in iterate_string_chunks() local 933 err = extract_length(value->parser, &offset, &total); in iterate_string_chunks() 936 if (total > (size_t)(value->parser->end - offset)) in iterate_string_chunks() 938 if (total <= *buflen) in iterate_string_chunks() 939 *result = !!func(value->parser->d, buffer, offset, total); in iterate_string_chunks() 942 offset += total; in iterate_string_chunks() 946 total = 0; in iterate_string_chunks() 971 if (unlikely(add_check_overflow(total, chunkLen, &newTotal))) in iterate_string_chunks() 978 *result = !!func(value->parser->d, buffer + total, offset, chunkLen); in iterate_string_chunks() 983 total = newTotal; in iterate_string_chunks() [all …]
|
/tinycbor-2.7.6/ |
D | Doxyfile | 2141 # but if the number exceeds 15, the total amount of fields shown is limited to
|