Home
last modified time | relevance | path

Searched defs:fobj (Results 1 – 11 of 11) sorted by relevance

/external/libwebsockets/plugins/generic-table/
Dprotocol_table_dirlisting.c33 struct fobj { struct
34 struct fobj *next; argument
41 struct fobj base; argument
/external/python/cpython2/Objects/
Dfileobject.c53 #define FILE_BEGIN_ALLOW_THREADS(fobj) \ argument
58 #define FILE_END_ALLOW_THREADS(fobj) \ argument
64 #define FILE_ABORT_ALLOW_THREADS(fobj) \ argument
82 void PyFile_IncUseCount(PyFileObject *fobj) in PyFile_IncUseCount()
87 void PyFile_DecUseCount(PyFileObject *fobj) in PyFile_DecUseCount()
2601 PyFileObject *fobj = (PyFileObject *) f; in PyFile_WriteObject() local
2674 PyFileObject *fobj = (PyFileObject *) f; in PyFile_WriteString() local
2772 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
2861 FILE *stream, PyObject *fobj) in Py_UniversalNewlineFread()
/external/python/cpython3/Lib/zoneinfo/
D_common.py27 def load_data(fobj): argument
D_zoneinfo.py78 def from_file(cls, fobj, /, key=None): argument
225 def _load_file(self, fobj): argument
/external/python/pybind11/include/pybind11/
Deval.h124 auto fobj = reinterpret_steal<object>(PyFile_FromString( variable
/external/python/cpython2/Parser/
Dpgenmain.c158 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
/external/python/cpython3/Objects/
Dfileobject.c241 Py_UniversalNewlineFgets(char *buf, int n, FILE *stream, PyObject *fobj) in Py_UniversalNewlineFgets()
/external/javassist/src/test/javassist/
DJvstTest3.java788 CtField fobj = new CtField(sloader.get("java.lang.Object"), "obj", cc); in testStaticFinalField() local
/external/python/cpython3/Python/
Dpylifecycle.c1188 file_is_closed(PyObject *fobj) in file_is_closed()
/external/clang/bindings/python/clang/
Dcindex.py2464 def visitor(fobj, lptr, depth, includes): argument
/external/llvm-project/clang/bindings/python/clang/
Dcindex.py2895 def visitor(fobj, lptr, depth, includes): argument