Home
last modified time | relevance | path

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

/external/curl/tests/server/
Dsocksd.c117 unsigned char responsemethod; member
154 config.responsemethod = CONFIG_RESPONSEMETHOD; in resetdefaults()
220 config.responsemethod = byteval(value); in getconfig()
221 logmsg("method [%d] set", config.responsemethod); in getconfig()
397 response[1] = config.responsemethod; in sockit()
412 if(config.responsemethod == 2) { in sockit()