Home
last modified time | relevance | path

Searched refs:inGoAway (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Mac/Demo/quicktime/
DVerySimplePlayer.py70 if part == Windows.inGoAway:
/external/syzkaller/vendor/golang.org/x/net/http2/
Dserver.go488 inGoAway bool // we've started to or sent GOAWAY member
863 sentGoAway := sc.inGoAway && !sc.needToSendGoAway && !sc.writingFrame
1205 if !sc.inGoAway || sc.goAwayCode == ErrCodeNo {
1255 if sc.inGoAway {
1258 sc.inGoAway = true
1385 if sc.inGoAway && sc.goAwayCode != ErrCodeNo {
1561 if sc.inGoAway && sc.goAwayCode != ErrCodeNo {
1702 if sc.inGoAway {
1849 if sc.inGoAway {
/external/python/cpython2/Lib/plat-mac/Carbon/
DWindows.py160 inGoAway = 6 variable