Home
last modified time | relevance | path

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

/src/crypto/heimdal/kdc/
H A Dconfig.c50 static char *max_request_str; /* `max_request' as a string */ variable
74 "max-request", 0, arg_string, &max_request_str,
200 if(max_request_str) in configure()
201 max_request_tcp = max_request_udp = parse_bytes(max_request_str, NULL); in configure()
/src/crypto/heimdal/kcm/
H A Dconfig.c45 static char *max_request_str; /* `max_request' as a string */ variable
367 if(max_request_str) in kcm_configure()
368 max_request = parse_bytes(max_request_str, NULL); in kcm_configure()