Home
last modified time | relevance | path

Searched refs:property_table (Results 1 – 25 of 48) sorted by relevance

12

/dports/security/gpgme-qt5/gpgme-1.15.1/src/
H A Ddata.c81 if (!property_table) in insert_into_property_table()
84 property_table = calloc (property_table_size, sizeof *property_table); in insert_into_property_table()
85 if (!property_table) in insert_into_property_table()
109 newtbl = realloc (property_table, newsize * sizeof *property_table); in insert_into_property_table()
125 memset (&property_table[idx].flags, 0, sizeof property_table[idx].flags); in insert_into_property_table()
141 assert (property_table); in remove_from_property_table()
162 assert (property_table); in _gpgme_data_get_dserial()
201 if (!property_table) in _gpgme_data_set_prop()
207 if (property_table[idx].dh && property_table[idx].dserial == dserial) in _gpgme_data_set_prop()
266 if (!property_table) in _gpgme_data_get_prop()
[all …]
/dports/security/gpgme/gpgme-1.15.1/src/
H A Ddata.c81 if (!property_table) in insert_into_property_table()
84 property_table = calloc (property_table_size, sizeof *property_table); in insert_into_property_table()
85 if (!property_table) in insert_into_property_table()
109 newtbl = realloc (property_table, newsize * sizeof *property_table); in insert_into_property_table()
125 memset (&property_table[idx].flags, 0, sizeof property_table[idx].flags); in insert_into_property_table()
141 assert (property_table); in remove_from_property_table()
162 assert (property_table); in _gpgme_data_get_dserial()
201 if (!property_table) in _gpgme_data_set_prop()
207 if (property_table[idx].dh && property_table[idx].dserial == dserial) in _gpgme_data_set_prop()
266 if (!property_table) in _gpgme_data_get_prop()
[all …]
/dports/security/gpgme-cpp/gpgme-1.15.1/src/
H A Ddata.c81 if (!property_table) in insert_into_property_table()
84 property_table = calloc (property_table_size, sizeof *property_table); in insert_into_property_table()
85 if (!property_table) in insert_into_property_table()
109 newtbl = realloc (property_table, newsize * sizeof *property_table); in insert_into_property_table()
125 memset (&property_table[idx].flags, 0, sizeof property_table[idx].flags); in insert_into_property_table()
141 assert (property_table); in remove_from_property_table()
162 assert (property_table); in _gpgme_data_get_dserial()
201 if (!property_table) in _gpgme_data_set_prop()
207 if (property_table[idx].dh && property_table[idx].dserial == dserial) in _gpgme_data_set_prop()
266 if (!property_table) in _gpgme_data_get_prop()
[all …]
/dports/security/py-gpgme/gpgme-1.15.1/src/
H A Ddata.c81 if (!property_table) in insert_into_property_table()
84 property_table = calloc (property_table_size, sizeof *property_table); in insert_into_property_table()
85 if (!property_table) in insert_into_property_table()
109 newtbl = realloc (property_table, newsize * sizeof *property_table); in insert_into_property_table()
125 memset (&property_table[idx].flags, 0, sizeof property_table[idx].flags); in insert_into_property_table()
141 assert (property_table); in remove_from_property_table()
162 assert (property_table); in _gpgme_data_get_dserial()
201 if (!property_table) in _gpgme_data_set_prop()
207 if (property_table[idx].dh && property_table[idx].dserial == dserial) in _gpgme_data_set_prop()
266 if (!property_table) in _gpgme_data_get_prop()
[all …]
/dports/math/vtk9/VTK-9.1.0/IO/Infovis/
H A DvtkXGMLReader.cxx179 vtkXGMLProperty property_table[MAX_NR_PROPERTIES]; in RequestData() local
258 property_table[nr_of_properties].Kind = kind; in RequestData()
259 property_table[nr_of_properties].Data->SetName(name); in RequestData()
260 property_table[nr_of_properties].Data->SetNumberOfTuples( in RequestData()
310 if (property_table[i].Data->GetDataType() == VTK_INT) in RequestData()
313 vtkArrayDownCast<vtkIntArray>(property_table[i].Data) in RequestData()
386 if (property_table[i].Data->GetDataType() == VTK_INT) in RequestData()
389 vtkArrayDownCast<vtkIntArray>(property_table[i].Data) in RequestData()
429 if (property_table[i].Kind == vtkXGMLProperty::NODE_PROP) in RequestData()
432 property_table[i].Data->Delete(); in RequestData()
[all …]
/dports/math/vtk8/VTK-8.2.0/IO/Infovis/
H A DvtkXGMLReader.cxx182 vtkXGMLProperty property_table[MAX_NR_PROPERTIES]; in RequestData() local
262 property_table[nr_of_properties].Kind = kind; in RequestData()
263 property_table[nr_of_properties].Data->SetName(name); in RequestData()
264 property_table[nr_of_properties].Data->SetNumberOfTuples( in RequestData()
311 if (property_table[i].Data->GetDataType() == VTK_INT) in RequestData()
382 if (property_table[i].Data->GetDataType() == VTK_INT) in RequestData()
423 if (property_table[i].Kind == vtkXGMLProperty::NODE_PROP) in RequestData()
425 builder->GetVertexData()->AddArray(property_table[i].Data); in RequestData()
426 property_table[i].Data->Delete(); in RequestData()
430 builder->GetEdgeData()->AddArray(property_table[i].Data); in RequestData()
[all …]
/dports/math/vtk6/VTK-6.2.0/IO/Infovis/
H A DvtkXGMLReader.cxx185 vtkXGMLProperty property_table[MAX_NR_PROPERTIES]; in RequestData() local
265 property_table[nr_of_properties].Kind = kind; in RequestData()
266 property_table[nr_of_properties].Data->SetName(name); in RequestData()
267 property_table[nr_of_properties].Data->SetNumberOfTuples( in RequestData()
314 if (property_table[i].Data->GetDataType() == VTK_INT) in RequestData()
385 if (property_table[i].Data->GetDataType() == VTK_INT) in RequestData()
426 if (property_table[i].Kind == vtkXGMLProperty::NODE_PROP) in RequestData()
428 builder->GetVertexData()->AddArray(property_table[i].Data); in RequestData()
429 property_table[i].Data->Delete(); in RequestData()
433 builder->GetEdgeData()->AddArray(property_table[i].Data); in RequestData()
[all …]
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/ucd-util-0.1.5/src/
H A Dproperty.rs15 property_table: PropertyTable, in canonical_property_name()
18 property_table in canonical_property_name()
21 .map(|i| property_table[i].1) in canonical_property_name()
/dports/multimedia/scte35dump/scte35dump-0.1.6/cargo-crates/ucd-util-0.1.3/src/
H A Dproperty.rs15 property_table: PropertyTable, in canonical_property_name()
18 property_table in canonical_property_name()
21 .map(|i| property_table[i].1) in canonical_property_name()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/ucd-util/src/
H A Dproperty.rs15 property_table: PropertyTable, in canonical_property_name()
18 property_table in canonical_property_name()
21 .map(|i| property_table[i].1) in canonical_property_name()
/dports/editors/xi-core/xi-editor-0.3.0/rust/cargo-crates/ucd-util-0.1.3/src/
H A Dproperty.rs15 property_table: PropertyTable, in canonical_property_name()
18 property_table in canonical_property_name()
21 .map(|i| property_table[i].1) in canonical_property_name()
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/ucd-util-0.1.1/src/
H A Dproperty.rs15 property_table: PropertyTable, in canonical_property_name()
18 property_table in canonical_property_name()
21 .map(|i| property_table[i].1) in canonical_property_name()
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/cargo-crates/ucd-util-0.1.3/src/
H A Dproperty.rs15 property_table: PropertyTable, in canonical_property_name()
18 property_table in canonical_property_name()
21 .map(|i| property_table[i].1) in canonical_property_name()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/propedit/
H A Dsegment_info_target.cpp46 auto &property_table = property_element_c::get_table_for(KaxInfo::ClassInfos, nullptr, false); in look_up_property_elements() local
49 change->look_up_property(property_table); in look_up_property_elements()
H A Dtrack_target.cpp56 auto &property_table = property_element_c::get_table_for(KaxTracks::ClassInfos, in look_up_property_elements() local
63 change->look_up_property(property_table); in look_up_property_elements()
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Docrash.cpp368 uint32_t property_table = addr + (frame << 3); in do_collision() local
373 spr_ferrari->addr = roms.rom0p->read32(property_table); in do_collision()
375 if (roms.rom0p->read8(4 + property_table)) in do_collision()
382 spin_pass_frame = (int8_t) roms.rom0p->read8(6 + property_table); in do_collision()
421 if (!roms.rom0p->read8(7 + property_table)) in do_collision()
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/internal/
H A Dx3f_tools.h159 x3f_property_table_t property_table; member
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/internal/
H A Dx3f_tools.h159 x3f_property_table_t property_table; member
/dports/graphics/libraw/LibRaw-0.20.2/internal/
H A Dx3f_tools.h159 x3f_property_table_t property_table; member
/dports/graphics/darktable38/darktable-3.8.0/src/external/LibRaw/src/x3f/
H A Dx3f_parse_process.cpp136 if (PL->property_table.size != 0) in parse_x3f()
139 x3f_property_t *P = PL->property_table.element; in parse_x3f()
H A Dx3f_utils_patched.cpp536 FREE(PL->property_table.element); in x3f_delete()
1263 GET_PROPERTY_TABLE(PL->property_table, PL->num_properties); in x3f_load_property_list()
1272 x3f_property_t *P = &PL->property_table.element[i]; in x3f_load_property_list()
/dports/graphics/digikam/digikam-7.4.0/core/libs/rawengine/libraw/src/x3f/
H A Dx3f_parse_process.cpp136 if (PL->property_table.size != 0) in parse_x3f()
139 x3f_property_t *P = PL->property_table.element; in parse_x3f()
/dports/graphics/libraw/LibRaw-0.20.2/src/x3f/
H A Dx3f_parse_process.cpp136 if (PL->property_table.size != 0) in parse_x3f()
139 x3f_property_t *P = PL->property_table.element; in parse_x3f()
H A Dx3f_utils_patched.cpp540 FREE(PL->property_table.element); in x3f_delete()
1267 GET_PROPERTY_TABLE(PL->property_table, PL->num_properties); in x3f_load_property_list()
1276 x3f_property_t *P = &PL->property_table.element[i]; in x3f_load_property_list()
/dports/graphics/freeimage/FreeImage/Source/LibRawLite/internal/
H A Dlibraw_x3f.cpp138 x3f_property_table_t property_table; member
922 FREE(PL->property_table.element); in x3f_delete()
1624 GET_PROPERTY_TABLE(PL->property_table, PL->num_properties); in x3f_load_property_list()
1631 x3f_property_t *P = &PL->property_table.element[i]; in x3f_load_property_list()

12