Home
last modified time | relevance | path

Searched refs:scaninfo (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/mail/courier/courier-0.65.3/imap/
H A Dimapscanclient.c138 if (scaninfo->watcher == NULL && in imapmaildirlock()
164 struct imapscaninfo *scaninfo; member
180 ii.scaninfo=scaninfo; in imapscan_maildir()
846 scaninfo->msgs=0; in do_imapscan_maildir2()
851 scaninfo->uidv=uidv; in do_imapscan_maildir2()
1035 scaninfo); in findMessageByFilename()
1040 scaninfo->msgs[bucket].firstBucket=scaninfo->msgs+n; in findMessageByFilename()
1048 scaninfo->msgs[hashFilename(filename, scaninfo)] in findMessageByFilename()
1165 rki.messages=scaninfo; in imapscan_readKeywords()
1179 rki.messages=scaninfo; in imapscan_restoreKeywordSnapshot()
[all …]
H A Dimapscanclient.h88 int imapmaildirlock(struct imapscaninfo *scaninfo,
/dports/mail/courier-imap/courier-imap-5.1.4/libs/imap/
H A Dimapscanclient.c148 if (scaninfo->watcher == NULL && in imapmaildirlock()
174 struct imapscaninfo *scaninfo; member
190 ii.scaninfo=scaninfo; in imapscan_maildir()
856 scaninfo->msgs=0; in do_imapscan_maildir2()
861 scaninfo->uidv=uidv; in do_imapscan_maildir2()
1044 scaninfo); in findMessageByFilename()
1049 scaninfo->msgs[bucket].firstBucket=scaninfo->msgs+n; in findMessageByFilename()
1057 scaninfo->msgs[hashFilename(filename, scaninfo)] in findMessageByFilename()
1174 rki.messages=scaninfo; in imapscan_readKeywords()
1188 rki.messages=scaninfo; in imapscan_restoreKeywordSnapshot()
[all …]
H A Dimapscanclient.h87 int imapmaildirlock(struct imapscaninfo *scaninfo,
/dports/databases/timescaledb/timescaledb-2.5.1/tsl/src/fdw/
H A Ddata_node_scan_plan.c530 ScanInfo scaninfo; in data_node_scan_plan_create() local
532 memset(&scaninfo, 0, sizeof(ScanInfo)); in data_node_scan_plan_create()
534 fdw_scan_info_init(&scaninfo, root, rel, &best_path->path, clauses); in data_node_scan_plan_create()
539 cscan->scan.scanrelid = scaninfo.scan_relid; in data_node_scan_plan_create()
540 cscan->custom_scan_tlist = scaninfo.fdw_scan_tlist; in data_node_scan_plan_create()
541 cscan->scan.plan.qual = scaninfo.local_exprs; in data_node_scan_plan_create()
542 cscan->custom_exprs = list_make2(scaninfo.params_list, scaninfo.fdw_recheck_quals); in data_node_scan_plan_create()
562 scaninfo.systemcol = false; in data_node_scan_plan_create()
564 if (scaninfo.scan_relid > 0) in data_node_scan_plan_create()
590 scaninfo.systemcol = true; in data_node_scan_plan_create()
[all …]
H A Dscan_plan.c438 fdw_scan_info_init(ScanInfo *scaninfo, PlannerInfo *root, RelOptInfo *rel, Path *best_path, in fdw_scan_info_init() argument
598 scaninfo->fdw_private = fdw_private; in fdw_scan_info_init()
599 scaninfo->fdw_scan_tlist = fdw_scan_tlist; in fdw_scan_info_init()
600 scaninfo->fdw_recheck_quals = fdw_recheck_quals; in fdw_scan_info_init()
601 scaninfo->local_exprs = local_exprs; in fdw_scan_info_init()
602 scaninfo->params_list = params_list; in fdw_scan_info_init()
603 scaninfo->scan_relid = scan_relid; in fdw_scan_info_init()
604 scaninfo->data_node_serverid = rel->serverid; in fdw_scan_info_init()
H A Dscan_plan.h42 extern void fdw_scan_info_init(ScanInfo *scaninfo, PlannerInfo *root, RelOptInfo *rel,
/dports/security/nmap/nmap-7.91/zenmap/zenmapGUI/
H A DScanRunDetailsPage.py204 for scaninfo in scan.get_scaninfo():
206 _('Scan Info'), scaninfo['type'].capitalize()))
209 display = self.make_scaninfo_display(scaninfo)
214 def make_scaninfo_display(self, scaninfo): argument
224 table.attach(HIGEntryLabel(scaninfo['type']), 1, 2, 0, 1)
227 table.attach(HIGEntryLabel(scaninfo['protocol']), 1, 2, 1, 2)
230 table.attach(HIGEntryLabel(scaninfo['numservices']), 1, 2, 2, 3)
234 self.make_services_display(scaninfo['services']), 1, 2, 3, 4)
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu60/qemu-6.0.0/roms/seabios-hppa/src/
H A Dkbd.c279 static struct scaninfo { struct
376 struct scaninfo key_ext_enter VAR16 = {
379 struct scaninfo key_ext_slash VAR16 = {
554 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu5/qemu-5.2.0/roms/seabios-hppa/src/
H A Dkbd.c279 static struct scaninfo { struct
376 struct scaninfo key_ext_enter VAR16 = {
379 struct scaninfo key_ext_slash VAR16 = {
554 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/seabios-hppa/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/misc/seabios/seabios-1.14.0/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios-hppa/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu42/qemu-4.2.1/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/seabios-hppa/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios-hppa/src/
H A Dkbd.c279 static struct scaninfo { struct
376 struct scaninfo key_ext_enter VAR16 = {
379 struct scaninfo key_ext_slash VAR16 = {
554 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/emulators/qemu/qemu-6.2.0/roms/seabios-hppa/src/
H A Dkbd.c274 static struct scaninfo { struct
371 struct scaninfo key_ext_enter VAR16 = {
374 struct scaninfo key_ext_slash VAR16 = {
549 struct scaninfo *info = &scan_to_keycode[scancode]; in __process_key()
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stubs/nmap/nmap/
H A Dnmap.pyi13 scaninfo: _ResultNmapInfo
68 def scaninfo(self) -> _ResultNmapInfo: ...
/dports/security/nmap/nmap-7.91/zenmap/zenmapCore/
H A DNmapParser.py666 for scaninfo in self.scaninfo:
667 services_string = scaninfo['services'].strip()
676 ports[int(item)].append(scaninfo['protocol'])
682 ports[int(port)].append(scaninfo['protocol'])
689 scaninfo = property(get_scaninfo, set_scaninfo) variable in ParserBasics
1279 for scan in self.scaninfo:

12345678