Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dsocksd.c115 unsigned char nmethods_max; /* maximum number of nmethods to expect */ member
152 config.nmethods_max = CONFIG_NMETHODS_MAX; in resetdefaults()
195 config.nmethods_max = byteval(value); in getconfig()
196 logmsg("nmethods_max [%d] set", config.nmethods_max); in getconfig()
382 (buffer[SOCKS5_NMETHODS] > config.nmethods_max)) { in sockit()
384 config.nmethods_min, config.nmethods_max); in sockit()