Searched defs:start_cookie (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_balancer.c171 const char *start_cookie; local
174 for (start_cookie = ap_strstr_c(cookies, name); start_cookie;
175 start_cookie = ap_strstr_c(start_cookie + 1, name)) {
176 if (start_cookie == cookies ||
177 start_cookie[-1] == ';' ||
178 start_cookie[-1] == ',' ||
179 isspace(start_cookie[-1])) {
181 start_cookie
[all...]

Completed in 12 milliseconds