Home
last modified time | relevance | path

Searched refs:mmap_rfind_method (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dmmapmodule.c314 mmap_rfind_method(mmap_object *self, in mmap_rfind_method() function
662 {"rfind", (PyCFunction) mmap_rfind_method, METH_VARARGS},
/external/python/cpython3/Modules/
Dmmapmodule.c322 mmap_rfind_method(mmap_object *self, in mmap_rfind_method() function
698 {"rfind", (PyCFunction) mmap_rfind_method, METH_VARARGS},