Home
last modified time | relevance | path

Searched defs:tailmatch (Results 1 – 5 of 5) sorted by relevance

/external/curl/lib/
Dcookie.h37 bool tailmatch; /* whether we do tail-matching of the domain name */ member
Dcookie.c117 static bool tailmatch(const char *cooke_domain, const char *hostname) in tailmatch() function
/external/python/cpython3/Objects/
Dbytes_methods.c738 tailmatch(const char *str, Py_ssize_t len, PyObject *substr, in tailmatch() function
Dunicodeobject.c9581 tailmatch(PyObject *self, in tailmatch() function
/external/python/cpython2/Objects/
Dunicodeobject.c5441 int tailmatch(PyUnicodeObject *self, in tailmatch() function