Home
last modified time | relevance | path

Searched refs:eh (Results 251 – 275 of 24768) sorted by relevance

1...<<11121314151617181920>>...991

/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/plugins/rssyl/libfeed/
H A Dfeed.c252 CURL *eh = NULL; in feed_update() local
261 eh = curl_easy_init(); in feed_update()
285 curl_easy_setopt(eh, CURLOPT_NOPROGRESS, 1); in feed_update()
287 curl_easy_setopt(eh, CURLOPT_MUTE, 1); in feed_update()
292 curl_easy_setopt(eh, CURLOPT_MAXREDIRS, 3); in feed_update()
294 curl_easy_setopt(eh, CURLOPT_NOSIGNAL, 1); in feed_update()
295 curl_easy_setopt(eh, CURLOPT_ENCODING, ""); in feed_update()
326 curl_easy_setopt(eh, CURLOPT_USERNAME, in feed_update()
328 curl_easy_setopt(eh, CURLOPT_PASSWORD, in feed_update()
337 res = curl_easy_perform(eh); in feed_update()
[all …]
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/plugins/rssyl/libfeed/
H A Dfeed.c252 CURL *eh = NULL; in feed_update() local
261 eh = curl_easy_init(); in feed_update()
285 curl_easy_setopt(eh, CURLOPT_NOPROGRESS, 1); in feed_update()
287 curl_easy_setopt(eh, CURLOPT_MUTE, 1); in feed_update()
292 curl_easy_setopt(eh, CURLOPT_MAXREDIRS, 3); in feed_update()
294 curl_easy_setopt(eh, CURLOPT_NOSIGNAL, 1); in feed_update()
295 curl_easy_setopt(eh, CURLOPT_ENCODING, ""); in feed_update()
326 curl_easy_setopt(eh, CURLOPT_USERNAME, in feed_update()
328 curl_easy_setopt(eh, CURLOPT_PASSWORD, in feed_update()
337 res = curl_easy_perform(eh); in feed_update()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DToolStripItem.cs981 eh (this, e); in OnAvailableChanged()
989 eh (this, e); in OnBackColorChanged()
1001 eh (this, e); in OnClick()
1009 eh (this, e); in OnDisplayStyleChanged()
1016 eh (this, e); in OnDoubleClick()
1040 eh (this, e); in OnDragLeave()
1055 eh (this, e); in OnEnabledChanged()
1068 eh (this, e); in OnForeColorChanged()
1087 eh (this, e); in OnLocationChanged()
1108 eh (this, e); in OnMouseEnter()
[all …]
/dports/archivers/upx/upx-3.96/src/stub/scripts/
H A Dxstrip.py45 def strip_with_dump(dump_fn, eh, idata): argument
58 if new_len > len(eh):
60 return eh, idata[:new_len-len(eh)]
61 return eh, idata
145 eh, idata = idata[:52], idata[52:]
151 eh, idata = idata[:52], idata[52:]
156 eh, idata = idata[:64], idata[64:]
161 eh, idata = idata[:64], idata[64:]
170 eh, odata = strip_with_dump(opts.with_dump, eh, idata)
185 if eh and odata and not opts.dry_run:
[all …]
/dports/emulators/riscv-isa-sim/riscv-isa-sim-4f12984/fesvr/
H A Delfloader.cc45 ehdr_t* eh = (ehdr_t*)buf; \ in load_elf()
46 phdr_t* ph = (phdr_t*)(buf + bswap(eh->e_phoff)); \ in load_elf()
47 *entry = bswap(eh->e_entry); \ in load_elf()
48 assert(size >= bswap(eh->e_phoff) + bswap(eh->e_phnum) * sizeof(*ph)); \ in load_elf()
49 for (unsigned i = 0; i < bswap(eh->e_phnum); i++) { \ in load_elf()
63 shdr_t* sh = (shdr_t*)(buf + bswap(eh->e_shoff)); \ in load_elf()
64 assert(size >= bswap(eh->e_shoff) + bswap(eh->e_shnum) * sizeof(*sh)); \ in load_elf()
65 assert(bswap(eh->e_shstrndx) < bswap(eh->e_shnum)); \ in load_elf()
66 assert(size >= bswap(sh[bswap(eh->e_shstrndx)].sh_offset) + \ in load_elf()
67 bswap(sh[bswap(eh->e_shstrndx)].sh_size)); \ in load_elf()
[all …]
/dports/dns/knot-resolver/knot-resolver-5.4.3/lib/cache/
H A Dpeek.c249 const struct entry_h *eh; in peek_nosync() local
258 if (new_ttl < 0 || eh->rank < lowest_rank || eh->is_packet) { in peek_nosync()
261 eh->rank, new_ttl); in peek_nosync()
444 eh->rank, new_ttl); in answer_simple_hit()
500 eh->rank, new_ttl); in answer_dname_hit()
516 if (kr_fails_assert(eh)) in found_exact_hit()
529 eh->is_packet ? "packet" : "RR", eh->rank, lowest_rank, new_ttl); in found_exact_hit()
534 if (eh->is_packet) { in found_exact_hit()
572 if (kr_fails_assert(eh)) in try_wild()
577 if (new_ttl < 0 || eh->rank < lowest_rank || eh->is_packet) { in try_wild()
[all …]
/dports/games/wesnoth/wesnoth-1.14.17/data/lua/
H A Don_event.lua36 local eh = event_handlers[eventname]
37 table.insert(eh, { h = handler, p = priority})
39 for i = #eh - 1, 1, -1 do
40 if eh[i].p < eh[i + 1].p then
41 eh[i], eh[i + 1] = eh[i + 1], eh[i]
/dports/mail/libetpan/libetpan-1.9.4/src/low-level/feed/
H A Dnewsfeed.c307 CURL * eh; in newsfeed_update() local
320 eh = curl_easy_init(); in newsfeed_update()
321 if (eh == NULL) { in newsfeed_update()
359 curl_easy_setopt(eh, CURLOPT_NOPROGRESS, 1); in newsfeed_update()
361 curl_easy_setopt(eh, CURLOPT_MUTE, 1); in newsfeed_update()
366 curl_easy_setopt(eh, CURLOPT_MAXREDIRS, 3); in newsfeed_update()
368 curl_easy_setopt(eh, CURLOPT_NOSIGNAL, 1); in newsfeed_update()
374 curl_easy_setopt(eh, CURLOPT_TIMECONDITION, in newsfeed_update()
384 curl_res = curl_easy_perform(eh); in newsfeed_update()
392 curl_easy_cleanup(eh); in newsfeed_update()
[all …]
/dports/net-p2p/bitcoin/bitcoin-22.0/contrib/devtools/
H A Dpixie.py70 hdr_struct = self.STRUCT[eh.ei_class][0][eh.ei_data]
110 def __init__(self, data: bytes, offset: int, eh: ELFHeader) -> None:
111 super().__init__(data, offset, eh, eh.e_shentsize)
129 super().__init__(data, offset, eh, eh.e_phentsize)
142 super().__init__(data, offset, eh, symtab.sh_entsize)
169 super().__init__(data, offset, eh, None)
179 super().__init__(data, offset, eh, None)
192 super().__init__(data, offset, eh, section.sh_entsize)
219 verneed = Verneed(data, ofs, eh)
222 vernaux = Vernaux(data, aofs, eh, strings)
[all …]
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/contrib/devtools/
H A Dpixie.py70 hdr_struct = self.STRUCT[eh.ei_class][0][eh.ei_data]
110 def __init__(self, data: bytes, offset: int, eh: ELFHeader) -> None:
111 super().__init__(data, offset, eh, eh.e_shentsize)
129 super().__init__(data, offset, eh, eh.e_phentsize)
142 super().__init__(data, offset, eh, symtab.sh_entsize)
169 super().__init__(data, offset, eh, None)
179 super().__init__(data, offset, eh, None)
192 super().__init__(data, offset, eh, section.sh_entsize)
219 verneed = Verneed(data, ofs, eh)
222 vernaux = Vernaux(data, aofs, eh, strings)
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/contrib/devtools/
H A Dpixie.py70 hdr_struct = self.STRUCT[eh.ei_class][0][eh.ei_data]
110 def __init__(self, data: bytes, offset: int, eh: ELFHeader) -> None:
111 super().__init__(data, offset, eh, eh.e_shentsize)
129 super().__init__(data, offset, eh, eh.e_phentsize)
142 super().__init__(data, offset, eh, symtab.sh_entsize)
169 super().__init__(data, offset, eh, None)
179 super().__init__(data, offset, eh, None)
192 super().__init__(data, offset, eh, section.sh_entsize)
219 verneed = Verneed(data, ofs, eh)
222 vernaux = Vernaux(data, aofs, eh, strings)
[all …]
/dports/multimedia/vapoursynth-l-smash-works/L-SMASH-Works-0.0-940-g198cc78/VapourSynth/
H A Dlsmashsource.c37 vs_basic_handler_t *eh = (vs_basic_handler_t *)lhp->priv; in set_error() local
38 if( !eh || !eh->vsapi ) in set_error()
40 if( eh->out ) in set_error()
41 eh->vsapi->setError( eh->out, message ); in set_error()
42 else if( eh->frame_ctx ) in set_error()
43 eh->vsapi->setFilterError( message, eh->frame_ctx ); in set_error()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2236 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2245 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2250 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2264 if (! crtl->eh.ehr_label) in expand_eh_return()
3277 i = fun->eh->region_tree; in dump_eh_tree()
3402 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Dexcept.c1166 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1306 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1467 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1485 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2247 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2256 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2261 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2275 if (! crtl->eh.ehr_label) in expand_eh_return()
3289 i = fun->eh->region_tree; in dump_eh_tree()
3414 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2237 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2246 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2251 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2265 if (! crtl->eh.ehr_label) in expand_eh_return()
3279 i = fun->eh->region_tree; in dump_eh_tree()
3404 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2236 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2245 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2250 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2264 if (! crtl->eh.ehr_label) in expand_eh_return()
3277 i = fun->eh->region_tree; in dump_eh_tree()
3402 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Dexcept.c1165 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1305 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1466 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1484 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2246 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2255 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2260 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2274 if (! crtl->eh.ehr_label) in expand_eh_return()
3288 i = fun->eh->region_tree; in dump_eh_tree()
3413 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Dexcept.c1165 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1305 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1466 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1484 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2246 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2255 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2260 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2274 if (! crtl->eh.ehr_label) in expand_eh_return()
3288 i = fun->eh->region_tree; in dump_eh_tree()
3413 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Dexcept.c1165 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1305 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1466 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1484 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2246 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2255 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2260 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2274 if (! crtl->eh.ehr_label) in expand_eh_return()
3288 i = fun->eh->region_tree; in dump_eh_tree()
3413 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2236 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2245 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2250 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2264 if (! crtl->eh.ehr_label) in expand_eh_return()
3277 i = fun->eh->region_tree; in dump_eh_tree()
3402 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2236 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2245 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2250 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2264 if (! crtl->eh.ehr_label) in expand_eh_return()
3277 i = fun->eh->region_tree; in dump_eh_tree()
3402 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2236 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2245 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2250 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2264 if (! crtl->eh.ehr_label) in expand_eh_return()
3277 i = fun->eh->region_tree; in dump_eh_tree()
3402 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2237 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2246 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2251 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2265 if (! crtl->eh.ehr_label) in expand_eh_return()
3279 i = fun->eh->region_tree; in dump_eh_tree()
3404 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/
H A Dexcept.c1165 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1305 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1466 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1484 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2246 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2255 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2260 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2274 if (! crtl->eh.ehr_label) in expand_eh_return()
3288 i = fun->eh->region_tree; in dump_eh_tree()
3413 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/
H A Dexcept.c1156 fc = crtl->eh.sjlj_fc; in sjlj_emit_function_enter()
1296 fc = crtl->eh.sjlj_fc; in sjlj_emit_dispatch_table()
1457 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
1475 crtl->eh.sjlj_fc in sjlj_build_landing_pads()
2237 if (!crtl->eh.ehr_stackadj) in expand_builtin_eh_return()
2246 if (!crtl->eh.ehr_handler) in expand_builtin_eh_return()
2251 if (!crtl->eh.ehr_label) in expand_builtin_eh_return()
2265 if (! crtl->eh.ehr_label) in expand_eh_return()
3279 i = fun->eh->region_tree; in dump_eh_tree()
3404 if (!fun->eh->region_tree) in verify_eh_tree()
[all …]

1...<<11121314151617181920>>...991