Home
last modified time | relevance | path

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

/third_party/python/Include/
Dlongobject.h73 PyAPI_FUNC(int) _PyLong_Size_t_Converter(PyObject *, void *);
/third_party/python/Modules/clinic/
D_winapi.c.h721 …&file_map, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number… in _winapi_MapViewOfFile()
/third_party/python/Objects/
Dlongobject.c1427 _PyLong_Size_t_Converter(PyObject *obj, void *ptr) in _PyLong_Size_t_Converter() function
/third_party/python/Lib/test/
Dclinic.test1474 if (!_PyLong_Size_t_Converter(args[0], &a)) {