Lines Matching defs:poffset
470 char *poffset = NULL;
475 poffset = partial_offset(basetype, name, need_offset);
482 poffset, t->symbol->gen_name);
484 add_line_pointer(temp, t->symbol->gen_name, poffset,
507 add_line(temp, "{ A1_PARSE_T(A1T_%s), %s, NULL }", itype, poffset);
511 add_line(temp, "{ A1_PARSE_T(A1T_GENERAL_STRING), %s, NULL }", poffset);
514 add_line(temp, "{ A1_PARSE_T(A1T_TELETEX_STRING), %s, NULL }", poffset);
517 add_line(temp, "{ A1_PARSE_T(A1T_PRINTABLE_STRING), %s, NULL }", poffset);
520 add_line(temp, "{ A1_PARSE_T(A1T_OCTET_STRING), %s, NULL }", poffset);
523 add_line(temp, "{ A1_PARSE_T(A1T_IA5_STRING), %s, NULL }", poffset);
526 add_line(temp, "{ A1_PARSE_T(A1T_BMP_STRING), %s, NULL }", poffset);
529 add_line(temp, "{ A1_PARSE_T(A1T_UNIVERSAL_STRING), %s, NULL }", poffset);
532 add_line(temp, "{ A1_PARSE_T(A1T_VISIBLE_STRING), %s, NULL }", poffset);
535 add_line(temp, "{ A1_PARSE_T(A1T_UTF8_STRING), %s, NULL }", poffset);
538 add_line(temp, "{ A1_PARSE_T(A1T_GENERALIZED_TIME), %s, NULL }", poffset);
541 add_line(temp, "{ A1_PARSE_T(A1T_UTC_TIME), %s, NULL }", poffset);
544 add_line(temp, "{ A1_PARSE_T(A1T_BOOLEAN), %s, NULL }", poffset);
547 add_line(temp, "{ A1_PARSE_T(A1T_OID), %s, NULL }", poffset);
560 add_line(temp, "{ A1_PARSE_T(A1T_HEIM_BIT_STRING), %s, NULL }", poffset);
587 add_line(temp, "{ A1_OP_BMEMBER, %s, asn1_%s_%s }", poffset, basetype, bname);
637 add_line_pointer(temp, dupname, poffset,
683 add_line(temp, "{ %s, %s, asn1_%s }", type, poffset, dupname);
760 add_line(temp, "{ A1_OP_CHOICE, %s, %s }", poffset, tname);
769 if (poffset)
770 free(poffset);