Home
last modified time | relevance | path

Searched refs:next_head (Results 1 – 25 of 169) sorted by last modified time

1234567

/dports/security/maia/maia_mailguard-7f20bd4/
H A Dmaiad6149 my($curr_head, $next_head);
6151 while (defined($next_head = $is_mime ? shift @header : <$msg>)) {
6152 if ($next_head =~ /^[ \t]/) { $curr_head .= $next_head } # folded
6175 last if $next_head eq $eol; # end-of-header reached
6176 $curr_head = $next_head;
7480 for my $next_head (@{$msginfo->orig_header}, "\n") {
7481 if ($next_head =~ /^[ \t]/) { $curr_head .= $next_head } # folded
7516 last if $next_head eq $eol; # end-of-header reached
7517 $curr_head = $next_head;
/dports/security/amavisd-new/amavis-v2.12.0/
H A Damavisd9489 $next_head = shift @header;
9491 $next_head .= "\n" if substr($next_head,-1,1) ne "\n";
9496 $! = 0; $next_head = $msg->getline;
9497 if (defined $next_head) {
9498 $pos += length($next_head);
9500 $eof = 1; $next_head = "\n";
9506 if ($next_head =~ /^[ \t]/) {
9507 $curr_head .= $next_head; # folded
9558 $curr_head = $next_head;
11843 my $next_head = $ln; local($1,$2);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs134 let next_head = entries[head.0].next_sleeper(); in pop() localVariable
137 debug_assert!(next_head != TERMINATED); in pop()
139 if next_head == EMPTY { in pop()
142 next.set_head(next_head); in pop()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-threadpool/src/worker/
H A Dstack.rs170 let next_head = entries[head].next_sleeper(); in pop() localVariable
173 debug_assert!(next_head != TERMINATED); in pop()
175 if next_head == EMPTY { in pop()
178 next.set_head(next_head); in pop()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-threadpool/src/worker/
H A Dstack.rs170 let next_head = entries[head].next_sleeper(); in pop() localVariable
173 debug_assert!(next_head != TERMINATED); in pop()
175 if next_head == EMPTY { in pop()
178 next.set_head(next_head); in pop()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs134 let next_head = entries[head.0].next_sleeper(); in pop() localVariable
137 debug_assert!(next_head != TERMINATED); in pop()
139 if next_head == EMPTY { in pop()
142 next.set_head(next_head); in pop()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-threadpool/src/pool/
H A Dbackup_stack.rs134 let next_head = entries[head.0].next_sleeper(); in pop() localVariable
137 debug_assert!(next_head != TERMINATED); in pop()
139 if next_head == EMPTY { in pop()
142 next.set_head(next_head); in pop()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-threadpool/src/worker/
H A Dstack.rs170 let next_head = entries[head].next_sleeper(); in pop() localVariable
173 debug_assert!(next_head != TERMINATED); in pop()
175 if next_head == EMPTY { in pop()
178 next.set_head(next_head); in pop()
/dports/emulators/citra/citra-ac98458e0/src/core/hle/service/ldr_ro/
H A Dcro_helper.cpp1429 CROHelper next_head(crs.NextModule(), process, system); in Unregister() local
1434 if (module_address == next_head.module_address || in Unregister()
1459 if (next_head.module_address && next_head.PreviousModule() == module_address) { in Unregister()
1460 next_head.SetPreviousModule(previous.module_address); in Unregister()
/dports/emulators/citra-qt5/citra-ac98458e0/src/core/hle/service/ldr_ro/
H A Dcro_helper.cpp1429 CROHelper next_head(crs.NextModule(), process, system); in Unregister() local
1434 if (module_address == next_head.module_address || in Unregister()
1459 if (next_head.module_address && next_head.PreviousModule() == module_address) { in Unregister()
1460 next_head.SetPreviousModule(previous.module_address); in Unregister()
/dports/lang/rust/rustc-1.58.1-src/vendor/libgit2-sys/libgit2/src/
H A Dremote.c1646 static int next_head(const git_remote *remote, git_vector *refs, in next_head() function
1712 while ((error = next_head(remote, refs, &spec, &head, &i, &j, &k)) == 0) { in opportunistic_updates()
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ftdi-ft.c991 fragment_head *next_head; in dissect_serial_payload() local
992next_head = fragment_get_reassembled(&ftdi_reassembly_table, next_desegment_data->first_frame); in dissect_serial_payload()
993 …process_reassembled_data(tvb, 0, pinfo, "Reassembled", next_head, &ftdi_frag_items, NULL, ftdi_tre… in dissect_serial_payload()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ftdi-ft.c991 fragment_head *next_head; in dissect_serial_payload() local
992next_head = fragment_get_reassembled(&ftdi_reassembly_table, next_desegment_data->first_frame); in dissect_serial_payload()
993 …process_reassembled_data(tvb, 0, pinfo, "Reassembled", next_head, &ftdi_frag_items, NULL, ftdi_tre… in dissect_serial_payload()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ftdi-ft.c991 fragment_head *next_head; in dissect_serial_payload() local
992next_head = fragment_get_reassembled(&ftdi_reassembly_table, next_desegment_data->first_frame); in dissect_serial_payload()
993 …process_reassembled_data(tvb, 0, pinfo, "Reassembled", next_head, &ftdi_frag_items, NULL, ftdi_tre… in dissect_serial_payload()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-ftdi-ft.c991 fragment_head *next_head; in dissect_serial_payload() local
992next_head = fragment_get_reassembled(&ftdi_reassembly_table, next_desegment_data->first_frame); in dissect_serial_payload()
993 …process_reassembled_data(tvb, 0, pinfo, "Reassembled", next_head, &ftdi_frag_items, NULL, ftdi_tre… in dissect_serial_payload()
/dports/emulators/qemu/qemu-6.2.0/roms/qboot/
H A Dpci.c117 uint8_t save_bus, next_head; in do_setup_pci_bus() local
126 next_head = bridge_head; in do_setup_pci_bus()
131 uint32_t bdf = (save_bus * 256) + next_head; in do_setup_pci_bus()
133 next_head = pci_config_readb(bdf, PCI_SECONDARY_BUS); in do_setup_pci_bus()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dcfgrtl.c3524 rtx_insn *insn, *last_insn, *next_head, *prev; in skip_insns_after_block() local
3526 next_head = NULL; in skip_insns_after_block()
3528 next_head = BB_HEAD (bb->next_bb); in skip_insns_after_block()
3532 if (insn == next_head) in skip_insns_after_block()
H A DChangeLog-201427173 "insn", "last_insn", "next_head", "prev".
/dports/devel/git-svn/git-2.34.1/
H A Dtrailer.c204 struct list_head *next_head; in check_if_different() local
212 next_head = after_or_end(where) ? in_tok->list.prev in check_if_different()
214 if (next_head == head) in check_if_different()
216 in_tok = list_entry(next_head, struct trailer_item, list); in check_if_different()
/dports/devel/git-gui/git-2.34.1/
H A Dtrailer.c204 struct list_head *next_head; in check_if_different() local
212 next_head = after_or_end(where) ? in_tok->list.prev in check_if_different()
214 if (next_head == head) in check_if_different()
216 in_tok = list_entry(next_head, struct trailer_item, list); in check_if_different()
/dports/devel/git/git-2.34.1/
H A Dtrailer.c204 struct list_head *next_head; in check_if_different() local
212 next_head = after_or_end(where) ? in_tok->list.prev in check_if_different()
214 if (next_head == head) in check_if_different()
216 in_tok = list_entry(next_head, struct trailer_item, list); in check_if_different()
/dports/devel/git-cvs/git-2.34.1/
H A Dtrailer.c204 struct list_head *next_head; in check_if_different() local
212 next_head = after_or_end(where) ? in_tok->list.prev in check_if_different()
214 if (next_head == head) in check_if_different()
216 in_tok = list_entry(next_head, struct trailer_item, list); in check_if_different()
/dports/devel/git-p4/git-2.34.1/
H A Dtrailer.c204 struct list_head *next_head;
212 next_head = after_or_end(where) ? in_tok->list.prev
214 if (next_head == head)
216 in_tok = list_entry(next_head, struct trailer_item, list);
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A DFl_lock.cxx88 int next_head = awake_ring_head_ + 1; in add_awake_handler_() local
89 if (next_head >= awake_ring_size_) { in add_awake_handler_()
90 next_head = 0; in add_awake_handler_()
93 if ((!awake_ring_) || (next_head == awake_ring_tail_)) { in add_awake_handler_()
99 awake_ring_head_ = next_head; in add_awake_handler_()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/opto/
H A DloopTransform.cpp3022 Node* next_head = _next->_head; in remove_main_post_loops() local
3023 if (!next_head->is_CountedLoop()) { in remove_main_post_loops()
3027 CountedLoopNode* main_head = next_head->as_CountedLoop(); in remove_main_post_loops()

1234567