Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If the comprehension TLV tag matches the expected handler, and the
handler fails to parse the tag, then increase the iterator.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This can be used for other data objects than text and default text
|
|
|
|
The tag checking can be done safely once inside the main parsing
function, no need to repeat it in the individual object parsers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Large if statements should be handled as switchcase
- Avoid initialization of variables, even if code needs to be rearranged
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Style issues, we must also return FALSE in case conversion fails
|