Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Dstropmodule.c1028 mymemfind(const char *mem, Py_ssize_t len, const char *pat, Py_ssize_t pat_len) in mymemfind() function
1059 offset = mymemfind(mem, len, pat, pat_len); in mymemcnt()
1135 offset = mymemfind(str, len, pat, pat_len); in mymemreplace()