Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dcgi.py706 self.file = self.__file = BytesIO() # store data as bytes for files
708 self.file = self.__file = StringIO() # as strings for other fields
716 if self.__file is not None:
717 if self.__file.tell() + len(line) > 1000:
719 data = self.__file.getvalue()
721 self.__file = None
/third_party/libwebsockets/lib/core/
Dlibwebsockets.c201 int lws_open(const char *__file, int __oflag, ...) in lws_open() argument
214 n = open(__file, __oflag, va_arg(ap, uint32_t)); in lws_open()
222 n = open(__file, __oflag, (mode_t)va_arg(ap, unsigned int)); in lws_open()
225 n = open(__file, __oflag); in lws_open()
/third_party/boost/libs/random/src/
Drandom_device.cpp171 extern int open(const char *__file, int __oflag, ...);
/third_party/libwebsockets/include/libwebsockets/
Dlws-misc.h850 lws_open(const char *__file, int __oflag, ...);
/third_party/zlib/test/
Dminigzip.c54 # define fileno(file) file->__file
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/
Dminigzip.c54 # define fileno(file) file->__file
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/
Dminigzip.c54 # define fileno(file) file->__file