OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:newReq
(Results
1 - 9
of
9
) sorted by null
/prebuilts/go/darwin-x86/src/net/http/
export_test.go
118
func ExportRefererForURL(lastReq,
newReq
*url.URL) string {
119
return refererForURL(lastReq,
newReq
)
client.go
106
// an empty string if lastReq scheme is https and
newReq
scheme is http.
107
func refererForURL(lastReq,
newReq
*url.URL) string {
112
if lastReq.Scheme == "https" &&
newReq
.Scheme == "http" {
client_test.go
1122
lastReq,
newReq
string // from -> to URLs
1146
n, err := url.Parse(tt.
newReq
)
1152
t.Errorf("refererForURL(%q, %q) = %q; want %q", tt.lastReq, tt.
newReq
, r, tt.want)
/prebuilts/go/linux-x86/src/net/http/
export_test.go
118
func ExportRefererForURL(lastReq,
newReq
*url.URL) string {
119
return refererForURL(lastReq,
newReq
)
client.go
106
// an empty string if lastReq scheme is https and
newReq
scheme is http.
107
func refererForURL(lastReq,
newReq
*url.URL) string {
112
if lastReq.Scheme == "https" &&
newReq
.Scheme == "http" {
client_test.go
1122
lastReq,
newReq
string // from -> to URLs
1146
n, err := url.Parse(tt.
newReq
)
1152
t.Errorf("refererForURL(%q, %q) = %q; want %q", tt.lastReq, tt.
newReq
, r, tt.want)
/prebuilts/go/darwin-x86/src/net/http/cgi/
host.go
353
newReq
:= &http.Request{
364
h.PathLocationHandler.ServeHTTP(rw,
newReq
)
/prebuilts/go/linux-x86/src/net/http/cgi/
host.go
353
newReq
:= &http.Request{
364
h.PathLocationHandler.ServeHTTP(rw,
newReq
)
/packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java
[
all
...]
Completed in 124 milliseconds