Home
last modified time | relevance | path

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

/dports/news/yydecode/yydecode-0.2.10/src/
H A Dyydecode.c255 #define PARSE_TAG_OPTIONAL(tag, convertfn, assignto) \ macro
260 PARSE_TAG_OPTIONAL(tag, convertfn, assignto); \
497 PARSE_TAG_OPTIONAL(YTAG_PART, (int)atol, c->part); in read_yenc()
498 PARSE_TAG_OPTIONAL(YTAG_TOTAL, (int)atol, c->total_parts); in read_yenc()
657 PARSE_TAG_OPTIONAL(YTAG_CRC32, atocrc32, file_crc32); in read_yenc()
684 PARSE_TAG_OPTIONAL(YTAG_PART, (int)atol, trailer_part); in read_yenc()
761 PARSE_TAG_OPTIONAL(YTAG_PART, (int)atol, c.part);
918 #undef PARSE_TAG_OPTIONAL