Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dheader.spec61 FIELD_RL (summaryinfo_address, 0);
H A Ddecode_r2007.c1789 if (dwg->header.summaryinfo_address != (BITCODE_RL)dat->byte) in read_2007_section_summary()
1791 dwg->header.summaryinfo_address, dat->byte); in read_2007_section_summary()
2375 if (dwg->header.summaryinfo_address) in read_r2007_meta_data()
H A Ddecode.c3003 if (dwg->header.summaryinfo_address != (BITCODE_RL)dat->byte) in read_2004_section_summary()
3005 dwg->header.summaryinfo_address, dat->byte); in read_2004_section_summary()
3775 if (dwg->header.summaryinfo_address) in decode_R2004()
H A Dout_json.c2120 if (dwg->header.summaryinfo_address) in dwg_write_json()
H A Din_json.c913 FIELD_RL (summaryinfo_address, 0) in json_FILEHEADER()
H A Dencode.c3093 dwg->header.summaryinfo_address = dat->byte; in dwg_encode()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h8699 BITCODE_RL summaryinfo_address; /* R2004+ */ member
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py11496summaryinfo_address = property(_LibreDWG.Dwg_Header_summaryinfo_address_get, _LibreDWG.Dwg_Header_… variable in Dwg_Header
H A Dswig_python.c337966 if (arg1) (arg1)->summaryinfo_address = arg2; in _wrap_Dwg_Header_summaryinfo_address_set()
337989 result = (BITCODE_RL) ((arg1)->summaryinfo_address); in _wrap_Dwg_Header_summaryinfo_address_get()
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog11627 rename dwg->header.summary_info_address to summaryinfo_address
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c413065 if (arg1) (arg1)->summaryinfo_address = arg2; in XS()
413095 result = (BITCODE_RL) ((arg1)->summaryinfo_address); in XS()