/dports/net/haproxy18/haproxy-1.8.30/include/types/ |
H A D | auth.h | 34 struct auth_users { struct 35 struct auth_users *next; argument 47 struct auth_users *users; argument
|
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/ |
H A D | auth-t.h | 32 struct auth_users { struct 33 struct auth_users *next; argument 45 struct auth_users *users; argument
|
/dports/net/haproxy20/haproxy-2.0.26/include/types/ |
H A D | auth.h | 34 struct auth_users { struct 35 struct auth_users *next; argument 47 struct auth_users *users; argument
|
/dports/net/haproxy21/haproxy-2.1.12/include/types/ |
H A D | auth.h | 34 struct auth_users { struct 35 struct auth_users *next; argument 47 struct auth_users *users; argument
|
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/ |
H A D | auth-t.h | 32 struct auth_users { struct 33 struct auth_users *next; argument 45 struct auth_users *users; argument
|
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/ |
H A D | auth-t.h | 32 struct auth_users { struct 33 struct auth_users *next; argument 45 struct auth_users *users; argument
|
/dports/net/haproxy19/haproxy-1.9.16/include/types/ |
H A D | auth.h | 34 struct auth_users { struct 35 struct auth_users *next; argument 47 struct auth_users *users; argument
|
/dports/net/haproxy17/haproxy-1.7.14/include/types/ |
H A D | auth.h | 34 struct auth_users { struct 35 struct auth_users *next; argument 47 struct auth_users *users; argument
|
/dports/net/nuster/nuster-5.0.4.21/include/types/ |
H A D | auth.h | 34 struct auth_users { struct 35 struct auth_users *next; argument 47 struct auth_users *users; argument
|
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark-recorder/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark-cli/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net-p2p/bitmark-daemon/bitmarkd-0.13.3/vendor/github.com/pebbe/zmq4/draft/ |
H A D | auth.go | 57 auth_users = make(map[string]map[string]string) var 282 if m, ok := auth_users[dom]; ok { 488 if _, ok := auth_users[domain]; !ok { 489 auth_users[domain] = make(map[string]string) 491 auth_users[domain][username] = password 496 if u, ok := auth_users[domain]; ok { 505 delete(auth_users, domain)
|
/dports/net/haproxy17/haproxy-1.7.14/src/ |
H A D | auth.c | 72 struct auth_users *au, *tau; in userlist_free() 118 struct auth_users *curuser; in userlist_postinit() 220 struct auth_users *u; in check_user() 269 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy20/haproxy-2.0.26/src/ |
H A D | auth.c | 88 struct auth_users *au, *tau; in userlist_free() 134 struct auth_users *curuser; in userlist_postinit() 236 struct auth_users *u; in check_user() 291 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy19/haproxy-1.9.16/src/ |
H A D | auth.c | 85 struct auth_users *au, *tau; in userlist_free() 131 struct auth_users *curuser; in userlist_postinit() 233 struct auth_users *u; in check_user() 288 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy23/haproxy-2.3.16/src/ |
H A D | auth.c | 84 struct auth_users *au, *tau; in userlist_free() 130 struct auth_users *curuser; in userlist_postinit() 232 struct auth_users *u; in check_user() 287 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy21/haproxy-2.1.12/src/ |
H A D | auth.c | 88 struct auth_users *au, *tau; in userlist_free() 134 struct auth_users *curuser; in userlist_postinit() 236 struct auth_users *u; in check_user() 291 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy18/haproxy-1.8.30/src/ |
H A D | auth.c | 78 struct auth_users *au, *tau; in userlist_free() 124 struct auth_users *curuser; in userlist_postinit() 226 struct auth_users *u; in check_user() 277 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy/haproxy-2.4.10/src/ |
H A D | auth.c | 85 struct auth_users *au, *tau; in userlist_free() 131 struct auth_users *curuser; in userlist_postinit() 232 struct auth_users *u; in check_user() 287 struct auth_users *u; in pat_match_auth()
|
/dports/net/haproxy22/haproxy-2.2.19/src/ |
H A D | auth.c | 84 struct auth_users *au, *tau; in userlist_free() 130 struct auth_users *curuser; in userlist_postinit() 232 struct auth_users *u; in check_user() 287 struct auth_users *u; in pat_match_auth()
|