Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmarshal.h12 PyAPI_FUNC(void) PyMarshal_WriteLongToFile(long, FILE *, int);
/third_party/python/Doc/c-api/
Dmarshal.rst22 .. c:function:: void PyMarshal_WriteLongToFile(long value, FILE *file, int version)
/third_party/python/Python/
Dmarshal.c580 PyMarshal_WriteLongToFile(long x, FILE *fp, int version) in PyMarshal_WriteLongToFile() function
/third_party/python/Modules/
D_testcapimodule.c4440 PyMarshal_WriteLongToFile(value, fp, version); in pymarshal_write_long_to_file()