OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pathmatch
(Results
1 - 23
of
23
) sorted by null
/external/strace/
pathtrace.c
43
pathmatch
(const char *path, struct path_set *set)
function
64
pathmatch
(path, set);
76
return n >= 0 &&
pathmatch
(path, set);
86
if (
pathmatch
(path, set))
NEWS
268
* Fixed
pathmatch
of oldselect syscall on 64-bit architectures.
[
all
...]
ChangeLog
[
all
...]
/prebuilts/go/darwin-x86/src/net/http/cookiejar/
jar.go
119
return e.domainMatch(host) && e.
pathMatch
(path) && (https || !e.Secure)
130
//
pathMatch
implements "path-match" according to RFC 6265 section 5.1.4.
131
func (e *entry)
pathMatch
(requestPath string) bool {
/prebuilts/go/linux-x86/src/net/http/cookiejar/
jar.go
119
return e.domainMatch(host) && e.
pathMatch
(path) && (https || !e.Secure)
130
//
pathMatch
implements "path-match" according to RFC 6265 section 5.1.4.
131
func (e *entry)
pathMatch
(requestPath string) bool {
/prebuilts/go/darwin-x86/pkg/darwin_amd64/net/http/
cookiejar.a
100
seqNum domainMatch De·2 t host·3 t id D? ? (
pathMatch