Home
last modified time | relevance | path

Searched refs:EnumProcesses (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/dports/ftp/filezilla/filezilla-3.55.1/data/
H A Dprocess_running.nsh10 Function EnumProcesses function
18 ; Double size of array each time EnumProcesses fills it completely so that
29 System::Call "psapi::EnumProcesses(i R0, i R1, *i .R2) i .R3"
32 ; EnumProcesses failed, how can that be? :P
142 Call EnumProcesses
/dports/graphics/digikam/digikam-7.4.0/project/bundles/mxe/installer/
H A Dprocess_running.nsh37 Function ${un}EnumProcesses
45 ; Double size of array each time EnumProcesses fills it completely so that
56 System::Call "psapi::EnumProcesses(i R0, i R1, *i .R2) i .R3"
59 ; EnumProcesses failed, how can that be? :P
191 Call ${un}EnumProcesses
/dports/textproc/goldendict/goldendict-73ec1b5/
H A Dprocesswrapper.cc21 if ( !EnumProcesses( aProcesses, sizeof(aProcesses), &cbNeeded ) ) in processExists()
41 if ( !EnumProcesses( aProcesses, sizeof(aProcesses), &cbNeeded ) ) in findProcess()
/dports/devel/py-minidump/minidump-0.0.20/minidump/utils/
H A Dcreateminidump.py143 EnumProcesses = Psapi.EnumProcesses variable
144 EnumProcesses.restype = ctypes.wintypes.DWORD
201 res = EnumProcesses(
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/utils/
H A Dprocess-win.cpp34 if (!EnumProcesses(aProcesses, sizeof(aProcesses), &cbNeeded)) in get_process_handle()
133 if (!EnumProcesses(aProcesses, sizeof(aProcesses), &cbNeeded)) { in count_process_internal()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/Interop/Windows/kernel32/
H A DInterop.EnumProcesses.cs12 internal static extern bool EnumProcesses(int[] processIds, int size, out int needed); in EnumProcesses() method in Interop.Kernel32
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/vendor/github.com/shirou/w32/
H A Dpsapi.go20 func EnumProcesses(processIds []uint32, cb uint32, bytesReturned *uint32) bool { func
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib32/
H A Dpsapi.def14 EnumProcesses@12
/dports/lang/zig-devel/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dpsapi.def14 EnumProcesses
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib-common/
H A Dpsapi.def14 EnumProcesses
/dports/lang/zig/zig-0.9.0/lib/libc/mingw/lib32/
H A Dpsapi.def14 EnumProcesses@12
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/Application/src/
H A Dcheckmpi.cpp67 if(!EnumProcesses(ProcessesIDs, sizeof(ProcessesIDs), &cbNeeded)) { in findSmpd()
/dports/devel/sunpromake/schily-2021-09-18/libschily/
H A Dkill.c55 if (!EnumProcesses(procs, sizeof (procs), &nents)) {
/dports/devel/smake/schily-2021-09-18/libschily/
H A Dkill.c55 if (!EnumProcesses(procs, sizeof (procs), &nents)) {
/dports/devel/schilybase/schily-2021-09-18/libschily/
H A Dkill.c55 if (!EnumProcesses(procs, sizeof (procs), &nents)) {

12345678910>>...22