Searched defs:execContext (Results 1 – 2 of 2) sorted by relevance
110 type execContext struct { struct111 target *Target112 buf []byte113 eof bool114 args map[Arg]argInfo115 copyoutSeq uint64117 csumMap map[Arg]CsumInfo118 csumUses map[Arg]struct{}127 func (w *execContext) writeCopyin(c *Call) {150 func (w *execContext) willBeUsed(arg Arg) bool {[all …]
530 HttpContext execContext = null; in execute() local