Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/test/unit-testing/
H A Dtable.c16 BITCODE_H unknown_h; in api_process() local
154 CHK_ENTITY_H (table, TABLE, unknown_h); in api_process()
H A Ddynapi_test.c23479 BITCODE_H unknown_h; in test_TABLE() local
23480 if (dwg_dynapi_entity_value (table, "TABLE", "unknown_h", &unknown_h, NULL) in test_TABLE()
23481 && !memcmp (&unknown_h, &table->unknown_h, sizeof (BITCODE_H))) in test_TABLE()
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h3666 BITCODE_H unknown_h; member
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddwg.spec5739 //FIELD_HANDLE (unknown_h, 5, 0);
H A Ddynapi.c3513 { "unknown_h", "H", sizeof (BITCODE_H), OFF (struct _dwg_entity_TABLE, unknown_h),
/dports/cad/libredwg/libredwg-0.12.4/doc/
H A DLibreDWG.info-13797 'unknown_h'
H A Ddynapi.texi4003 @item unknown_h
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py4139unknown_h = property(_LibreDWG.Dwg_Entity_TABLE_unknown_h_get, _LibreDWG.Dwg_Entity_TABLE_unknown_… variable in Dwg_Entity_TABLE
H A Dswig_python.c121769 if (arg1) (arg1)->unknown_h = arg2; in _wrap_Dwg_Entity_TABLE_unknown_h_set()
121792 result = (BITCODE_H) ((arg1)->unknown_h); in _wrap_Dwg_Entity_TABLE_unknown_h_get()
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.c147778 if (arg1) (arg1)->unknown_h = arg2; in XS()
147808 result = (BITCODE_H) ((arg1)->unknown_h); in XS()