Home
last modified time | relevance | path

Searched refs:tailmatch (Results 1 - 5 of 5) sorted by relevance

/third_party/curl/lib/
H A Dcookie.c702 co->tailmatch = TRUE; /* we always do that if the domain name was in Curl_cookie_add()
707 * We did not get a tailmatch and then the attempted set domain is in Curl_cookie_add()
711 infof(data, "skipped cookie with bad tailmatch domain: %s", in Curl_cookie_add()
903 co->tailmatch = strcasecompare(ptr, "TRUE")?TRUE:FALSE; in Curl_cookie_add()
993 if(co->secure && co->path && strcmp(co->path, "/") == 0 && !co->tailmatch) in Curl_cookie_add()
1105 (clist->tailmatch == co->tailmatch)) in Curl_cookie_add()
1362 d->tailmatch = src->tailmatch; in dup_cookie()
1413 (co->tailmatch in Curl_cookie_getlist()
[all...]
H A Dcookie.h38 bool tailmatch; /* whether we do tail-matching of the domain name */ member
H A Dhostip.c658 static bool tailmatch(const char *full, const char *part) in tailmatch() function
800 tailmatch(hostname, ".localhost")) in Curl_resolv()
/third_party/python/Objects/
H A Dbytes_methods.c724 tailmatch(const char *str, Py_ssize_t len, PyObject *substr, in tailmatch() function
784 result = tailmatch(str, len, PyTuple_GET_ITEM(subobj, i), in _Py_bytes_tailmatch()
794 result = tailmatch(str, len, subobj, start, end, direction); in _Py_bytes_tailmatch()
H A Dunicodeobject.c9725 tailmatch(PyObject *self, in tailmatch() function
9801 return tailmatch(str, substr, start, end, direction); in PyUnicode_Tailmatch()
12848 int match = tailmatch(self, prefix, 0, PY_SSIZE_T_MAX, -1); in unicode_removeprefix_impl()
12876 int match = tailmatch(self, suffix, 0, PY_SSIZE_T_MAX, +1); in unicode_removesuffix_impl()
13656 result = tailmatch(self, substring, start, end, -1); in unicode_startswith()
13672 result = tailmatch(self, subobj, start, end, -1); in unicode_startswith()
13710 result = tailmatch(self, substring, start, end, +1); in unicode_endswith()
13725 result = tailmatch(self, subobj, start, end, +1); in unicode_endswith()

Completed in 23 milliseconds