HomeSort by relevance Sort by last modified time
    Searched defs:has_timeout (Results 1 - 2 of 2) sorted by null

  /external/python/cpython3/Modules/
_ssl.c 688 int has_timeout; local
705 has_timeout = (timeout > 0);
706 if (has_timeout)
720 if (has_timeout)
1956 int has_timeout; local
2089 int has_timeout; local
2215 int has_timeout; local
    [all...]
socketmodule.c 793 int has_timeout = (timeout > 0); local
808 if (has_timeout || connect) {
809 if (has_timeout) {
3755 int has_timeout = (s->sock_timeout > 0); local
    [all...]

Completed in 310 milliseconds