Home
last modified time | relevance | path

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

12

/dports/mail/geary/geary-40.0/src/engine/imap/message/
H A Dimap-fetch-body-data-specifier.vala16 * BODY[part_number.section_part]<subset_start.subset_count>
20 * BODY[part_number.section_part (header_fields)]<subset_start.subset_count>
26 * BODY[part_number.section_part (header_fields)]<subset_start>
113 public SectionPart section_part { get; private set; }
155 public FetchBodyDataSpecifier.response(SectionPart section_part, int[]? part_number,
157 init(section_part, part_number, subset_start, -1, field_names, false, true);
162 switch (section_part) {
176 this.section_part = section_part;
207 section_part.serialize(),
227 section_part.serialize(),
[all …]
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/avr-gdb/gdb-7.3.1/include/
H A Dieee.h52 file_ptr section_part; member
/dports/lang/gnatdroid-binutils/binutils-2.27/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/arm-none-eabi-newlib/newlib-2.4.0/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/gdb761/gdb-7.6.1/include/
H A Dieee.h52 file_ptr section_part; member
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/binutils-2.16.1/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/include/
H A Dieee.h52 file_ptr section_part; member
/dports/devel/djgpp-binutils/binutils-2.17/include/
H A Dieee.h52 file_ptr section_part; member
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/imap/
H A Dmailimap_types.c2474 struct mailimap_section_part * section_part; in mailimap_section_part_new() local
2476 section_part = malloc(sizeof(* section_part)); in mailimap_section_part_new()
2477 if (section_part == NULL) in mailimap_section_part_new()
2480 section_part->sec_id = sec_id; in mailimap_section_part_new()
2482 return section_part; in mailimap_section_part_new()
2487 mailimap_section_part_free(struct mailimap_section_part * section_part) in mailimap_section_part_free() argument
2489 clist_foreach(section_part->sec_id, in mailimap_section_part_free()
2491 clist_free(section_part->sec_id); in mailimap_section_part_free()
2492 free(section_part); in mailimap_section_part_free()
H A Dmailimap_types_helper.c1322 struct mailimap_section_part * section_part; in mailimap_get_section_part_from_body() local
1333 section_part = mailimap_section_part_new(id_list); in mailimap_get_section_part_from_body()
1334 if (section_part == NULL) { in mailimap_get_section_part_from_body()
1339 * result = section_part; in mailimap_get_section_part_from_body()
H A Dmailimap_print.c611 section_part) in mailimap_section_part_print()
618 for(cur = clist_begin(section_part->sec_id) ; in mailimap_section_part_print()
H A Dmailimap_parser.c10472 struct mailimap_section_part * section_part; in mailimap_section_part_parse() local
10492 section_part = mailimap_section_part_new(section_id); in mailimap_section_part_parse()
10493 if (section_part == NULL) { in mailimap_section_part_parse()
10498 * result = section_part; in mailimap_section_part_parse()
10523 struct mailimap_section_part * section_part; in mailimap_section_spec_parse() local
10534 section_part = NULL; in mailimap_section_spec_parse()
10548 &section_part, in mailimap_section_spec_parse()
10585 section_part, section_text); in mailimap_section_spec_parse()
10599 if (section_part) in mailimap_section_spec_parse()
10600 mailimap_section_part_free(section_part); in mailimap_section_spec_parse()
H A Dmailimap_types.h2612 mailimap_section_part_free(struct mailimap_section_part * section_part);
/dports/mail/mailutils/mailutils-3.13/imap4d/
H A Dfetch.c53 size_t *section_part; /* Section-part */ member
589 if (mu_message_get_part (msg, ffc->section_part[i], &msg)) in fetch_get_part()
656 if (mu_message_get_part (msg, ffc->section_part[i], &msg)) in fetch_get_part_rfc822()
702 io_sendf ("%lu", (unsigned long) ffc->section_part[i]); in fetch_send_section_part()
1476 ffc->section_part = parts; in parse_section_part()
/dports/mail/libetpan/libetpan-1.9.4/src/driver/implementation/imap/
H A Dimapdriver_tools.c280 struct mailimap_section_part * section_part; in imap_section_to_imap_section() local
313 section_part = mailimap_section_part_new(list); in imap_section_to_imap_section()
314 if (section_part == NULL) { in imap_section_to_imap_section()
323 imap_section = mailimap_section_new_part(section_part); in imap_section_to_imap_section()
326 imap_section = mailimap_section_new_part_header(section_part); in imap_section_to_imap_section()
329 imap_section = mailimap_section_new_part_mime(section_part); in imap_section_to_imap_section()
332 imap_section = mailimap_section_new_part_text(section_part); in imap_section_to_imap_section()
346 mailimap_section_part_free(section_part); in imap_section_to_imap_section()
/dports/mail/geary/geary-40.0/src/engine/imap/api/
H A Dimap-folder-session.vala1201 if (specifier.section_part == HEADER_FIELDS ||
1202 specifier.section_part == HEADER_FIELDS_NOT) {
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/bfd/
H A Dieee.c1142 file_ptr offset = ieee->w.r.section_part; in ieee_slurp_sections()
2210 ieee->w.r.section_part = bfd_tell (abfd); in ieee_write_section_part()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/bfd/
H A Dieee.c1261 file_ptr offset = ieee->w.r.section_part;
2273 ieee->w.r.section_part = bfd_tell (abfd);
/dports/lang/gnatdroid-binutils/binutils-2.27/bfd/
H A Dieee.c1142 file_ptr offset = ieee->w.r.section_part; in ieee_slurp_sections()
2210 ieee->w.r.section_part = bfd_tell (abfd); in ieee_write_section_part()
/dports/devel/avr-gdb/gdb-7.3.1/bfd/
H A Dieee.c1100 file_ptr offset = ieee->w.r.section_part; in ieee_slurp_sections()
2118 ieee->w.r.section_part = bfd_tell (abfd); in ieee_write_section_part()
/dports/devel/gdb761/gdb-7.6.1/bfd/
H A Dieee.c1100 file_ptr offset = ieee->w.r.section_part; in ieee_slurp_sections()
2118 ieee->w.r.section_part = bfd_tell (abfd); in ieee_write_section_part()
/dports/lang/sdcc/sdcc-4.0.0/support/sdbinutils/bfd/
H A Dieee.c1153 file_ptr offset = ieee->w.r.section_part; in ieee_slurp_sections()
2237 ieee->w.r.section_part = bfd_tell (abfd); in ieee_write_section_part()

12