Home
last modified time | relevance | path

Searched refs:WALK_SKIP (Results 1 – 7 of 7) sorted by relevance

/dports/security/keybase/client-v5.7.1/go/vendor/github.com/akavel/rsrc/binutil/
H A Dwalk.go11 WALK_SKIP = errors.New("") var
18 if err == WALK_SKIP {
25 return err != nil && err != WALK_SKIP
/dports/www/devd/devd-0.9/vendor/github.com/GeertJohan/go.rice/rice/
H A Dwritecoff.go32 return binutil.WALK_SKIP
/dports/security/keybase/client-v5.7.1/go/tools/winresource/
H A Dmain.go117 return binutil.WALK_SKIP
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/josephspurrier/goversioninfo/
H A Dgoversioninfo.go251 return binutil.WALK_SKIP
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/akavel/rsrc/
H A Drsrc.go217 return binutil.WALK_SKIP
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/akavel/rsrc/coff/
H A Dcoff.go327 return binutil.WALK_SKIP
/dports/databases/speedtables/speedtables-1.13.12/ctables/
H A Dctable_search.c1174 enum walkType_e { WALK_DEFAULT, WALK_SKIP, WALK_HASH_EQ, WALK_HASH_IN }; enumerator
1567 walkType = WALK_SKIP; in ctable_PerformSearch()