Lines Matching defs:res
421 int res = SUCCESS;455 res = BIND_REJECT;468 res = RETRY_REJECT;470 res = RETRY_SUCCESS;474 res = -1;477 return res;484 int res;502 res = bind_sock(test->domain, test->type, test->ip, test->port,504 if (res > 0 && test->result == res)