Home
last modified time | relevance | path

Searched refs:acceptFunc (Results 1 – 21 of 21) sorted by relevance

/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/net/
H A Dmain_unix_test.go15 origAccept = acceptFunc
27 acceptFunc = sw.Accept
40 acceptFunc = origAccept
H A Dhook_unix.go19 acceptFunc func(int) (int, syscall.Sockaddr, error) = syscall.Accept var
H A Dsys_cloexec.go45 ns, sa, err := acceptFunc(s)
H A Dsock_cloexec.go75 ns, sa, err = acceptFunc(s)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/net/
H A Dmain_unix_test.go15 origAccept = acceptFunc
27 acceptFunc = sw.Accept
40 acceptFunc = origAccept
H A Dhook_unix.go19 acceptFunc func(int) (int, syscall.Sockaddr, error) = syscall.Accept var
H A Dsys_cloexec.go45 ns, sa, err := acceptFunc(s)
H A Dsock_cloexec.go75 ns, sa, err = acceptFunc(s)
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llgo/third_party/gofrontend/libgo/go/net/
H A Dmain_unix_test.go15 origAccept = acceptFunc
27 acceptFunc = sw.Accept
40 acceptFunc = origAccept
H A Dhook_unix.go19 acceptFunc func(int) (int, syscall.Sockaddr, error) = syscall.Accept var
H A Dsys_cloexec.go45 ns, sa, err := acceptFunc(s)
H A Dsock_cloexec.go75 ns, sa, err = acceptFunc(s)
/dports/devel/efl/efl-1.25.1/src/bin/eolian_mono/eolian/mono/
H A Dtype_match.hh31 …ional<bool> get_match(Array const (&array)[N], SelectionPredicate predicate, AcceptFunc acceptFunc) in get_match() argument
38 return acceptFunc(match_iterator->function()); in get_match()
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DAsyncSSLSocketTest.h1358 void run(Function<int()> acceptFunc, Function<void(int)> finallyFunc) in run() argument
1360 evb_->runInLoop([acceptFunc = std::move(acceptFunc), in run()
1362 finallyFunc(acceptFunc()); in run()
1388 void run(Function<int()> acceptFunc, Function<void(int)> finallyFunc) in run() argument
1390 evb_->runInLoop([acceptFunc = std::move(acceptFunc), in run()
1393 auto ret = acceptFunc(); in run()
1409 void run(Function<int()> acceptFunc, Function<void(int)> finallyFunc) in run() argument
1411 evb_->runInLoop([acceptFunc = std::move(acceptFunc), in run()
1414 auto ret = acceptFunc(); in run()
1429 void run(Function<int()> acceptFunc, Function<void(int)> finallyFunc) in run() argument
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/drone/envsubst/parse/
H A Dscan.go38 type acceptFunc func(r rune, i int) bool type
49 accept acceptFunc
H A Dparse.go112 func (t *Tree) parseParam(accept acceptFunc, mode byte) (Node, error) {
194 func (t *Tree) parseRemoveFunc(name string, accept acceptFunc) (Node, error) {
/dports/devel/modd/modd-0.8/conf/
H A Dlex.go162 func (l *lexer) acceptFunc(match func(rune) bool) { func
284 l.acceptFunc(
293 l.acceptFunc(
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/
H A DSSLContext.h79 Function<int()> acceptFunc, Function<void(int)> finallyFunc) const { in run() argument
80 finallyFunc(acceptFunc()); in run()
/dports/textproc/gron/gron-0.6.0/
H A Dungron.go134 func (l *lexer) acceptFunc(fn runeCheck) bool { func
222 if !l.acceptFunc(validFirstRune) {
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/test/Snap/Internal/Http/Server/Session/
H A DTests.hs927 liftM fst $ run acceptFunc
978 acceptFunc :: InputStream ByteString
982 acceptFunc inputStream output lock = AcceptFunc $ \restore -> restore $ do function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/snap-server-1.1.1.2/src/Snap/Internal/Http/Server/
H A DSession.hs128 httpAcceptLoop serverHandler serverConfig acceptFunc = runLoops
163 cleanup) <- runAcceptFunc acceptFunc loopRestore