Home
last modified time | relevance | path

Searched refs:PyMarshal_WriteLongToFile (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython2/Include/
Dmarshal.h12 PyAPI_FUNC(void) PyMarshal_WriteLongToFile(long, FILE *, int);
/external/python/cpython3/Include/
Dmarshal.h12 PyAPI_FUNC(void) PyMarshal_WriteLongToFile(long, FILE *, int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def255 PyMarshal_WriteLongToFile
/external/python/cpython3/Doc/c-api/
Dmarshal.rst22 .. c:function:: void PyMarshal_WriteLongToFile(long value, FILE *file, int version)
/external/python/cpython2/Doc/c-api/
Dmarshal.rst23 .. c:function:: void PyMarshal_WriteLongToFile(long value, FILE *file, int version)
/external/python/cpython2/Python/
Dimport.c973 PyMarshal_WriteLongToFile(pyc_magic, fp, Py_MARSHAL_VERSION); in write_compiled_module()
975 PyMarshal_WriteLongToFile(0L, fp, Py_MARSHAL_VERSION); in write_compiled_module()
988 PyMarshal_WriteLongToFile((long)mtime, fp, Py_MARSHAL_VERSION); in write_compiled_module()
Dmarshal.c464 PyMarshal_WriteLongToFile(long x, FILE *fp, int version) in PyMarshal_WriteLongToFile() function
/external/python/cpython2/PC/os2emx/
Dpython27.def988 "PyMarshal_WriteLongToFile"
/external/python/cpython3/Python/
Dmarshal.c623 PyMarshal_WriteLongToFile(long x, FILE *fp, int version) in PyMarshal_WriteLongToFile() function
/external/python/cpython2/Modules/
D_testcapimodule.c2449 PyMarshal_WriteLongToFile(value, fp, version); in pymarshal_write_long_to_file()
/external/python/cpython3/Modules/
D_testcapimodule.c3873 PyMarshal_WriteLongToFile(value, fp, version); in pymarshal_write_long_to_file()