Home
last modified time | relevance | path

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

/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dllvmfuzz.c108 dat.opts |= DWG_OPTS_INJSON; in LLVMFuzzerTestOneInput()
109 dwg.opts |= DWG_OPTS_INJSON; in LLVMFuzzerTestOneInput()
/dports/cad/libredwg/libredwg-0.12.4/src/
H A Ddec_macros.h1475 if (obj->parent->opts & DWG_OPTS_INJSON) \
1591 if (obj->parent->opts & DWG_OPTS_INJSON) \
H A Dfree.c875 if (dwg->opts & DWG_OPTS_INJSON) in dwg_free_object()
H A Din_json.c4123 dwg->opts |= (loglevel | DWG_OPTS_INJSON); in dwg_read_json()
4124 dat->opts |= (loglevel | DWG_OPTS_INJSON); in dwg_read_json()
H A Dencode.c1287 if (dwg->opts & DWG_OPTS_INJSON) in encode_unknown_as_dummy()
1330 if (dwg->opts & DWG_OPTS_INJSON) in encode_unknown_as_dummy()
H A Ddwg.c422 if (dwg->opts & (DWG_OPTS_INJSON | DWG_OPTS_INDXF)) in dwg_write_file()
H A Dout_dxf.c98 if (dat->opts & DWG_OPTS_INJSON) \
H A Ddwg_api.c22599 if (dwg->opts & DWG_OPTS_INJSON) \
22647 if (dwg->opts & DWG_OPTS_INJSON) \
/dports/cad/libredwg/libredwg-0.12.4/include/
H A Ddwg.h8963 #define DWG_OPTS_INJSON 0x80 macro
8964 #define DWG_OPTS_IN (DWG_OPTS_INDXF | DWG_OPTS_INJSON)
/dports/cad/libredwg/libredwg-0.12.4/bindings/python/
H A DLibreDWG.py11849 DWG_OPTS_INJSON = _LibreDWG.DWG_OPTS_INJSON variable
/dports/cad/libredwg/libredwg-0.12.4/bindings/perl/
H A DLibreDWG.pm31205 *DWG_OPTS_INJSON = *LibreDWGc::DWG_OPTS_INJSON;
/dports/cad/libredwg/libredwg-0.12.4/
H A DChangeLog8762 in_json leaks: add DWG_OPTS_INJSON