Home
last modified time | relevance | path

Searched refs:check_authority (Results 1 – 2 of 2) sorted by relevance

/dports/devel/p5-MooseX-Storage/MooseX-Storage-0.53/lib/MooseX/Storage/
H A DEngine.pm48 $options{check_authority} = 1 unless exists $options{check_authority};
190 if ($options->{check_authority}) {
/dports/www/libnghttp3/nghttp3-b9e565c/lib/
H A Dnghttp3_http.c1106 static int check_authority(const uint8_t *value, size_t len) { in check_authority() function
1334 rv = check_authority(nv->value->base, nv->value->len); in nghttp3_http_on_header()