http_cookie       191 sapi/aolserver/aolserver.c 	char *http_cookie = NULL;
http_cookie       195 sapi/aolserver/aolserver.c 		http_cookie = Ns_SetValue(NSG(conn->headers), i);
http_cookie       198 sapi/aolserver/aolserver.c 	return http_cookie;
http_cookie       208 sapi/apache2filter/sapi_apache2.c 	const char *http_cookie;
http_cookie       210 sapi/apache2filter/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
http_cookie       213 sapi/apache2filter/sapi_apache2.c 	return (char *) http_cookie;
http_cookie       244 sapi/apache2handler/sapi_apache2.c 	const char *http_cookie;
http_cookie       246 sapi/apache2handler/sapi_apache2.c 	http_cookie = apr_table_get(ctx->r->headers_in, "cookie");
http_cookie       249 sapi/apache2handler/sapi_apache2.c 	return (char *) http_cookie;