Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dsocketmodule.c955 static _PyTime_t defaulttimeout = _PYTIME_FROMSECONDS(-1); variable
988 s->sock_timeout = defaulttimeout; in init_sockobject()
989 if (defaulttimeout >= 0) { in init_sockobject()
6660 if (defaulttimeout < 0) {
6664 double seconds = _PyTime_AsSecondsDouble(defaulttimeout);
6684 defaulttimeout = timeout;
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv2876 Modules/socketmodule.c - defaulttimeout -