Searched refs:__file (Results 1 – 7 of 7) sorted by relevance
/third_party/python/Lib/ |
D | cgi.py | 706 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/ |
D | libwebsockets.c | 201 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/ |
D | random_device.cpp | 171 extern int open(const char *__file, int __oflag, ...);
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-misc.h | 850 lws_open(const char *__file, int __oflag, ...);
|
/third_party/zlib/test/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/test/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/test/ |
D | minigzip.c | 54 # define fileno(file) file->__file
|