Home
last modified time | relevance | path

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

/dports/java/apache-commons-httpclient/commons-httpclient-3.1/src/test/org/apache/commons/httpclient/
H A DTestRedirects.java493 int cookiecount = 0; in testRedirectWithCookie() local
496 ++cookiecount; in testRedirectWithCookie()
499 assertEquals("There can only be one (cookie)", 1, cookiecount); in testRedirectWithCookie()
/dports/www/retawq/retawq-0.2.6c/
H A Dcookie.c142 if (hostinfo->cookiecount > 0) /* "should" be true */ in cookie_remove()
143 hostinfo->cookiecount--; in cookie_remove()
435 { if (hostinfo->cookiecount <= COOKIE_MAXNUM_PER_HOST) return(truE); in cookie_storable_h()
808 hostinfo->cookies = lcookie; hostinfo->cookiecount++; in cookie_handle_text()
H A Dresource.c1218 unsigned char cookiecount; /* how many cookies we've stored for this host */ member