Home
last modified time | relevance | path

Searched defs:isclosed (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Mac/Modules/
DMacOS.c51 int isclosed; member
/external/python/cpython3/Lib/http/
Dclient.py440 def isclosed(self): member in HTTPResponse
/external/lua/src/
Dliolib.c154 #define isclosed(p) ((p)->closef == NULL) macro
/external/fmtlib/test/
Dos-test.cc149 static bool isclosed(int fd) { in isclosed() function
/external/python/cpython2/Lib/
Dhttplib.py553 def isclosed(self): member in HTTPResponse