HomeSort by relevance Sort by last modified time
    Searched refs:tailmatch (Results 1 - 5 of 5) sorted by null

  /external/curl/lib/
cookie.h 37 bool tailmatch; /* weather we do tail-matchning of the domain name */ member in struct:Cookie
cookie.c 119 static bool tailmatch(const char *cooke_domain, const char *hostname) function
511 || (!is_ip && tailmatch(whatptr, domain))) {
518 co->tailmatch=TRUE; /* we always do that if the domain name was
522 /* we did not get a tailmatch and then the attempted set domain
526 infof(data, "skipped cookie with bad tailmatch domain: %s\n",
714 co->tailmatch = strcasecompare(ptr, "TRUE")?TRUE:FALSE;
819 (clist->tailmatch == co->tailmatch))
1076 dup->tailmatch = src->tailmatch;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 5434 int tailmatch(PyUnicodeObject *self, function
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 5339 int tailmatch(PyUnicodeObject *self, function
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 5441 int tailmatch(PyUnicodeObject *self, function
    [all...]

Completed in 131 milliseconds