Home
last modified time | relevance | path

Searched refs:STRUCT_MEMBER_P (Results 1 – 25 of 28) sorted by relevance

12

/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Dptrop.h56 #ifndef STRUCT_MEMBER_P
57 #define STRUCT_MEMBER_P(__struct_p, __struct_offset) \ macro
63 (*(__member_type *) STRUCT_MEMBER_P((__struct_p), (__struct_offset)))
/dports/mail/enma/enma-1.2.0/enma/src/
H A Dconfig_loader.c332 void *config_storage = STRUCT_MEMBER_P(config_struct, config_entry->struct_offset); in ConfigLoader_setValue()
607 char **config_char_p = (char **) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_init()
615 int *config_int_p = (int *) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_init()
620 (IPAddressRange **) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_init()
625 (IPAddressRangeList **) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_init()
651 char **config_char_p = (char **) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_free()
662 (IPAddressRange **) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_free()
670 (IPAddressRangeList **) STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_free()
700 void *value = STRUCT_MEMBER_P(config_struct, p->struct_offset); in ConfigLoader_dump()
/dports/net-im/purple-googlechat/purple-googlechat-56ba7f7/
H A Dgooglechat_pblite.c76 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
79 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
81 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
324 success = pblite_decode_field(field, value, STRUCT_MEMBER_P(message, field->offset)); in pblite_decode_element()
406 void *field = STRUCT_MEMBER_P(message, field_descriptor->offset); in pblite_encode()
445 const protobuf_c_boolean *val = STRUCT_MEMBER_P(message, field_descriptor->quantifier_offset); in pblite_encode()
590 void *field = STRUCT_MEMBER_P(message, field_descriptor->offset); in pblite_encode_for_json()
618 const protobuf_c_boolean *val = STRUCT_MEMBER_P(message, field_descriptor->quantifier_offset); in pblite_encode_for_json()
/dports/net-im/purple-hangouts/purple-hangouts-55b9f01/
H A Dhangouts_pblite.c76 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
79 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
81 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
324 success = pblite_decode_field(field, value, STRUCT_MEMBER_P(message, field->offset)); in pblite_decode_element()
406 void *field = STRUCT_MEMBER_P(message, field_descriptor->offset); in pblite_encode()
445 const protobuf_c_boolean *val = STRUCT_MEMBER_P(message, field_descriptor->quantifier_offset); in pblite_encode()
588 void *field = STRUCT_MEMBER_P(message, field_descriptor->offset); in pblite_encode_for_json()
616 const protobuf_c_boolean *val = STRUCT_MEMBER_P(message, field_descriptor->quantifier_offset); in pblite_encode_for_json()
/dports/devel/libunwind/libunwind-1.5.0/src/coredump/
H A D_UCD_internal.h102 #define STRUCT_MEMBER_P(struct_p, struct_offset) ((void *) ((char*) (struct_p) + (long) (struct_off… macro
103 #define STRUCT_MEMBER(member_type, struct_p, struct_offset) (*(member_type*) STRUCT_MEMBER_P ((stru…
H A D_UCD_create.c76 #define NOTE_DATA(_hdr) STRUCT_MEMBER_P((_hdr), sizeof (Elf32_Nhdr) + UNW_ALIGN((_hdr)->n_namesz, 4…
78 #define NOTE_NEXT(_hdr) STRUCT_MEMBER_P((_hdr), NOTE_SIZE(_hdr))
233 note_end = STRUCT_MEMBER_P (ui->note_phdr, cur->p_filesz); in _UCD_create()
/dports/polish/libgadu/libgadu-1.12.2/src/
H A Dprotobuf-c.c.patch61 STRUCT_MEMBER_P(earlier_msg, field->offset);
64 STRUCT_MEMBER_P(latter_msg, field->offset);
H A Dprotobuf-c.c96 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
106 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
115 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2112 STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2114 STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2796 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3272 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3275 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3317 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/mail/dovecot/dovecot-2.3.17/src/lib-settings/
H A Dsettings-parser.c93 STRUCT_MEMBER_P(link->set_struct, def->offset); in copy_unique_defaults()
108 carr = STRUCT_MEMBER_P(link->change_struct, def->offset); in copy_unique_defaults()
168 strp = STRUCT_MEMBER_P(link->set_struct, def->offset); in setting_parser_copy_defaults()
176 strp = STRUCT_MEMBER_P(link->set_struct, def->offset); in setting_parser_copy_defaults()
538 ptr = STRUCT_MEMBER_P(link->set_struct, in setting_link_init_set_struct()
650 STRUCT_MEMBER_P(link->change_struct, def->offset); in settings_parse()
652 ptr = STRUCT_MEMBER_P(link->set_struct, def->offset); in settings_parse()
907 return STRUCT_MEMBER_P(link->set_struct, def->offset); in settings_parse_get_value()
922 p = STRUCT_MEMBER_P(link->change_struct, def->offset); in settings_parse_is_changed()
/dports/net/ocserv/ocserv-1.1.3/src/protobuf/protobuf-c/
H A Dprotobuf-c.c88 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
98 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
107 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
1982 STRUCT_MEMBER_P(earlier_msg, fields[i].offset); in merge_messages()
1984 STRUCT_MEMBER_P(latter_msg, fields[i].offset); in merge_messages()
2600 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3059 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3062 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3104 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/graphics/argyllcms/Argyll_V1.9.2/ccast/chan/
H A Dprotobuf-c.c91 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
101 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
110 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
1991 STRUCT_MEMBER_P(earlier_msg, fields[i].offset); in merge_messages()
1993 STRUCT_MEMBER_P(latter_msg, fields[i].offset); in merge_messages()
2611 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3072 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3075 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3117 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/net-im/libpurple/pidgin-2.14.8/libpurple/protocols/gg/lib/
H A Dprotobuf-c.c96 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
106 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
115 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
1992 STRUCT_MEMBER_P(earlier_msg, fields[i].offset); in merge_messages()
1994 STRUCT_MEMBER_P(latter_msg, fields[i].offset); in merge_messages()
2610 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3073 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3076 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3118 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/protocols/gg/lib/
H A Dprotobuf-c.c96 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
106 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
115 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
1992 STRUCT_MEMBER_P(earlier_msg, fields[i].offset); in merge_messages()
1994 STRUCT_MEMBER_P(latter_msg, fields[i].offset); in merge_messages()
2610 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3073 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3076 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3118 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/net-im/finch/pidgin-2.14.8/libpurple/protocols/gg/lib/
H A Dprotobuf-c.c96 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
106 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
115 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
1992 STRUCT_MEMBER_P(earlier_msg, fields[i].offset); in merge_messages()
1994 STRUCT_MEMBER_P(latter_msg, fields[i].offset); in merge_messages()
2610 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3073 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3076 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3118 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/misc/mnn/MNN-1.2.0/source/backend/coreml/mlmodel/src/
H A Dprotobuf-c.c95 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
105 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
114 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2264 earlier_elem = STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2265 latter_elem = STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2948 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3423 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3426 const uint32_t *oneof_case = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3433 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3475 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/security/sudo/sudo-1.9.8p2/lib/protobuf-c/
H A Dprotobuf-c.c97 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
107 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
116 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2266 earlier_elem = STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2267 latter_elem = STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2950 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3425 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3428 const uint32_t *oneof_case = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3435 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3477 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/devel/protobuf-c/protobuf-c-1.4.0/protobuf-c/
H A Dprotobuf-c.c97 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
107 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
116 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2267 earlier_elem = STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2268 latter_elem = STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2955 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3430 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3433 const uint32_t *oneof_case = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3440 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3482 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/cmetrics/src/external/
H A Dprotobuf-c.c97 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
107 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
116 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2267 earlier_elem = STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2268 latter_elem = STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2955 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3430 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3433 const uint32_t *oneof_case = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3440 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3482 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/net/libsignal-protocol-c/libsignal-protocol-c-2.3.3/src/protobuf-c/
H A Dprotobuf-c.c93 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
103 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
112 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2110 STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2112 STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2800 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3275 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3278 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3320 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/multimedia/ccextractor/ccextractor-0.85/src/protobuf-c/
H A Dprotobuf-c.c93 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
103 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
112 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2151 STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2153 STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2843 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3324 void *field = STRUCT_MEMBER_P(message, f->offset); in protobuf_c_message_check()
3327 size_t *quantity = STRUCT_MEMBER_P(message, f->quantifier_offset); in protobuf_c_message_check()
3374 protobuf_c_boolean *has = STRUCT_MEMBER_P(message, f->quantifier_offset); in protobuf_c_message_check()
/dports/net-im/dino/dino-0.2.2/plugins/signal-protocol/libsignal-protocol-c/src/protobuf-c/
H A Dprotobuf-c.c93 #define STRUCT_MEMBER_P(struct_p, struct_offset) \ macro
103 (*(member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
112 ((member_type *) STRUCT_MEMBER_P((struct_p), (struct_offset)))
2110 STRUCT_MEMBER_P(earlier_msg, field->offset); in merge_messages()
2112 STRUCT_MEMBER_P(latter_msg, field->offset); in merge_messages()
2800 STRUCT_MEMBER_P(message, desc->fields[i].offset); in message_init_generic()
3275 void *field = STRUCT_MEMBER_P (message, f->offset); in protobuf_c_message_check()
3278 size_t *quantity = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
3320 protobuf_c_boolean *has = STRUCT_MEMBER_P (message, f->quantifier_offset); in protobuf_c_message_check()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/novte/
H A Dvteseq.cc785 #define STRUCT_MEMBER_P(type,total_offset) \ in decset() macro
789 bvalue = STRUCT_MEMBER_P(gboolean*, key.boffset); in decset()
791 ivalue = STRUCT_MEMBER_P(int*, key.ioffset); in decset()
793 pvalue = STRUCT_MEMBER_P(gpointer*, key.poffset); in decset()
794 pfvalue = STRUCT_MEMBER_P(gpointer, key.fvalue); in decset()
795 ptvalue = STRUCT_MEMBER_P(gpointer, key.tvalue); in decset()
797 #undef STRUCT_MEMBER_P in decset()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/novte/
H A Dvteseq.cc785 #define STRUCT_MEMBER_P(type,total_offset) \ in decset() macro
789 bvalue = STRUCT_MEMBER_P(gboolean*, key.boffset); in decset()
791 ivalue = STRUCT_MEMBER_P(int*, key.ioffset); in decset()
793 pvalue = STRUCT_MEMBER_P(gpointer*, key.poffset); in decset()
794 pfvalue = STRUCT_MEMBER_P(gpointer, key.fvalue); in decset()
795 ptvalue = STRUCT_MEMBER_P(gpointer, key.tvalue); in decset()
797 #undef STRUCT_MEMBER_P in decset()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dmacros.h62 #define STRUCT_MEMBER_P(struct_p, struct_offset) \
/dports/x11-toolkits/gnome-pty-helper/vte-0.40.2/src/
H A Dvteseq.c817 #define STRUCT_MEMBER_P(type,total_offset) \ in vte_sequence_handler_decset_internal() macro
821 bvalue = STRUCT_MEMBER_P(gboolean*, key.boffset); in vte_sequence_handler_decset_internal()
823 ivalue = STRUCT_MEMBER_P(int*, key.ioffset); in vte_sequence_handler_decset_internal()
825 pvalue = STRUCT_MEMBER_P(gpointer*, key.poffset); in vte_sequence_handler_decset_internal()
826 pfvalue = STRUCT_MEMBER_P(gpointer, key.fvalue); in vte_sequence_handler_decset_internal()
827 ptvalue = STRUCT_MEMBER_P(gpointer, key.tvalue); in vte_sequence_handler_decset_internal()
829 #undef STRUCT_MEMBER_P in vte_sequence_handler_decset_internal()

12