HomeSort by relevance Sort by last modified time
    Searched refs:pipereq (Results 1 - 4 of 4) sorted by null

  /prebuilts/go/darwin-x86/src/net/http/httputil/
persist.go 44 pipereq map[*http.Request]uint
58 return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
103 sc.pipereq[req] = id
179 id, ok := sc.pipereq[req]
180 delete(sc.pipereq, req)
237 pipereq map[*http.Request]uint
255 pipereq: make(map[*http.Request]uint),
313 cc.pipereq[req] = id
366 id, ok := cc.pipereq[req]
367 delete(cc.pipereq, req
    [all...]
  /prebuilts/go/linux-x86/src/net/http/httputil/
persist.go 44 pipereq map[*http.Request]uint
58 return &ServerConn{c: c, r: r, pipereq: make(map[*http.Request]uint)}
103 sc.pipereq[req] = id
179 id, ok := sc.pipereq[req]
180 delete(sc.pipereq, req)
237 pipereq map[*http.Request]uint
255 pipereq: make(map[*http.Request]uint),
313 cc.pipereq[req] = id
366 id, ok := cc.pipereq[req]
367 delete(cc.pipereq, req
    [all...]
  /external/curl/tests/server/
rtspd.c 794 char *pipereq = NULL; local
798 pipereq = reqbuf + req->checkindex;
826 if(pipereq_length && pipereq) {
827 memmove(reqbuf, pipereq, pipereq_length);
    [all...]
sws.c 963 char *pipereq = NULL; local
967 pipereq = reqbuf + req->checkindex;
982 if(pipereq_length && pipereq) {
983 memmove(reqbuf, pipereq, pipereq_length);
    [all...]

Completed in 173 milliseconds