Home
last modified time | relevance | path

Searched refs:LazyProc (Results 1 – 25 of 461) sorted by relevance

12345678910>>...19

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Ddll_windows.go245 func (d *LazyDLL) NewProc(name string) *LazyProc {
246 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
266 func (p *LazyProc) Find() error { argument
290 func (p *LazyProc) mustFind() { argument
299 func (p *LazyProc) Addr() uintptr { argument
308 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/net/grpcox/grpcox-1.0.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/finance/cointop/cointop-1.5.4/vendor/golang.org/x/sys/sys-51ab0e2deafa/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/devel/hub/hub-2.14.2/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Ddll_windows.go232 func (d *LazyDLL) NewProc(name string) *LazyProc {
233 return &LazyProc{l: d, Name: name}
243 type LazyProc struct { struct
253 func (p *LazyProc) Find() error { argument
277 func (p *LazyProc) mustFind() { argument
286 func (p *LazyProc) Addr() uintptr { argument
300 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/net/goreplay/goreplay-1.2.0/vendor/golang.org/x/sys/sys-85ca7c5b95cd/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/lego/lego-4.5.3/vendor/github.com/infobloxopen/infoblox-go-client/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/vault/vault-1.8.2/vendor/go.etcd.io/etcd/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/databases/pg_tileserv/pg_tileserv-1.0.8/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/vault/vault-1.8.2/vendor/go.mongodb.org/mongo-driver/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go231 func (d *LazyDLL) NewProc(name string) *LazyProc {
232 return &LazyProc{l: d, Name: name}
249 type LazyProc struct { struct
260 func (p *LazyProc) Find() error { argument
284 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/joyent/triton-go/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/vault/vault-1.8.2/vendor/github.com/opencontainers/runc/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/fatih/color/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/deskutils/ultralist/ultralist-1.7.0/vendor/golang.org/x/sys/sys-33540a1f6037/windows/
H A Ddll_windows.go238 func (d *LazyDLL) NewProc(name string) *LazyProc {
239 return &LazyProc{l: d, Name: name}
256 type LazyProc struct { struct
267 func (p *LazyProc) Find() error { argument
291 func (p *LazyProc) mustFind() { argument
301 func (p *LazyProc) Addr() uintptr { argument
315 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/graphics/jp/jp-1.1.12/vendor/golang.org/x/sys_fead79001313/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/sys/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument
/dports/security/certmgr/certmgr-3.0.3/vendor/golang.org/x/sys/sys-5ed2794edfdc/windows/
H A Ddll_windows.go230 func (d *LazyDLL) NewProc(name string) *LazyProc {
231 return &LazyProc{l: d, Name: name}
248 type LazyProc struct { struct
259 func (p *LazyProc) Find() error { argument
283 func (p *LazyProc) mustFind() { argument
293 func (p *LazyProc) Addr() uintptr { argument
307 func (p *LazyProc) Call(a ...uintptr) (r1, r2 uintptr, lastErr error) { argument

12345678910>>...19