Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dappid_control.c13 CHK_ENTITY_TYPE (ctrl, APPID_CONTROL, num_entries, BS); in api_process()
H A Ddynapi_test.c28540 Dwg_Object_APPID_CONTROL *restrict appid_control = obj->tio.object->tio.APPID_CONTROL; in test_APPID_CONTROL()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Dobjects.in167 "APPID_CONTROL", "APPID_CONTROL", DWG_TYPE_APPID_CONTROL, 0,…
H A Dobjects.inc131 DWG_OBJECT (APPID_CONTROL)
H A Ddwg.c2427 _obj = obj->tio.object->tio.APPID_CONTROL; // just random type in dwg_find_tablehandle()
2502 _obj = obj->tio.object->tio.APPID_CONTROL; // just a random type in dwg_handle_name()
H A Dout_dxfb.c2020 if (ctrl && ctrl->tio.object && ctrl->tio.object->tio.APPID_CONTROL) in dxfb_tables_write()
2023 Dwg_Object_APPID_CONTROL *_ctrl = ctrl->tio.object->tio.APPID_CONTROL; in dxfb_tables_write()
H A Dout_dxf.c3234 if (ctrl && ctrl->tio.object && ctrl->tio.object->tio.APPID_CONTROL) in dxf_tables_write()
3236 Dwg_Object_APPID_CONTROL *_ctrl = ctrl->tio.object->tio.APPID_CONTROL; in dxf_tables_write()
H A Ddwg_api.c218 dwg_get_OBJECT (obj_appid_control, APPID_CONTROL) in dwg_get_OBJECT()
570 DWG_GETALL_OBJECT (APPID_CONTROL) in dwg_get_OBJECT()
910 CAST_DWG_OBJECT_TO_OBJECT (APPID_CONTROL) in dwg_get_OBJECT()
7333 return appid->parent->ownerhandle->obj->tio.object->tio.APPID_CONTROL; in dwg_obj_appid_get_appid_control()
24537 API_ADD_TABLE (APPID, APPID_CONTROL); in dwg_add_APPID()
H A Dencode.c1132 o = obj->tio.object->tio.APPID_CONTROL; in add_LibreDWG_APPID()
H A Ddecode.c4103 Dwg_Object_APPID_CONTROL *_appid = appid->tio.object->tio.APPID_CONTROL; in dwg_decode_eed()
H A Ddwg.spec3602 DWG_OBJECT (APPID_CONTROL)
H A Din_dxf.c6236 ADD_TABLE_IF (APPID, APPID_CONTROL) in new_table_control()
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info145 Ref: APPID_CONTROL97567
H A Ddynapi.texi5395 @strong{APPID_CONTROL} @anchor{APPID_CONTROL}
5396 @cindex object, APPID_CONTROL
5397 @vindex APPID_CONTROL
5399 @cindex table_control, APPID_CONTROL
5401 APPID_CONTROL is a table_control object.
H A DLibreDWG.info-14893 *APPID_CONTROL*
4895 APPID_CONTROL is a table_control object.
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg_api.h928 dwg_get_OBJECT_DECL (obj_appid_control, APPID_CONTROL);
1263 DWG_GETALL_OBJECT_DECL (APPID_CONTROL);
1604 CAST_DWG_OBJECT_TO_OBJECT_DECL (APPID_CONTROL);
H A Ddwg.h8011 Dwg_Object_APPID_CONTROL *APPID_CONTROL; member
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog705 decode: check wrong APPID_CONTROL's with malcrafted DWG's
1089 indxf fuzz: protect from empty APPID_CONTROL
1090 on add APPID LibreDWG, when dwg_get_first_object APPID_CONTROL failed.
3846 indxf: protect from APPID_CONTROL....num_entries BS overflow
6321 because we need to change APPID_CONTROL, which was already
12082 APPID_CONTROL.apps => entries,
20193 rename APPID_CONTROL->num_apps to num_entries
23989 decode APPID(67) and APPID_CONTROL(66)
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py10677APPID_CONTROL = property(_LibreDWG._dwg_object_object_tio_APPID_CONTROL_get, _LibreDWG._dwg_object… variable in _dwg_object_object_tio
H A Dswig_python.c4241 Dwg_Object_APPID_CONTROL *APPID_CONTROL; member
314040 if (arg1) (arg1)->APPID_CONTROL = arg2; in _wrap__dwg_object_object_tio_APPID_CONTROL_set()
314063 result = (Dwg_Object_APPID_CONTROL *) ((arg1)->APPID_CONTROL); in _wrap__dwg_object_object_tio_APPID_CONTROL_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c3090 Dwg_Object_APPID_CONTROL *APPID_CONTROL; member
383607 if (arg1) (arg1)->APPID_CONTROL = arg2; in XS()
383637 result = (Dwg_Object_APPID_CONTROL *) ((arg1)->APPID_CONTROL); in XS()