Home
last modified time | relevance | path

Searched defs:execContext (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/prog/
Dencodingexec.go110 type execContext struct { struct
111 target *Target
112 buf []byte
113 eof bool
114 args map[Arg]argInfo
115 copyoutSeq uint64
117 csumMap map[Arg]CsumInfo
118 csumUses map[Arg]struct{}
127 func (w *execContext) writeCopyin(c *Call) {
150 func (w *execContext) willBeUsed(arg Arg) bool {
[all …]
/external/apache-http/src/org/apache/http/impl/client/
DAbstractHttpClient.java530 HttpContext execContext = null; in execute() local