Re: Is cache_stoplist implemented ?

From: Jonathan Larmour <JLarmour@dont-contact.us>
Date: Wed, 06 Aug 1997 15:01:32 +0100

At 09:10 06/08/97 -0400, Armistead, Jason wrote:
>I've got Squid 1.1.11 and am wondering WHERE the cache_stoplist function
>is implemented.

/usr/src/squid-1.1.11/src$ grep -n cache_stoplist *.[ch]
cache_cf.c:1179: else if (!strcmp(token, "cache_stoplist"))
cache_cf.c:1180: parseWordlist(&Config.cache_stoplist);
cache_cf.c:1181: else if (!strcmp(token, "cache_stoplist_pattern"))
cache_cf.c:1183: else if (!strcmp(token, "cache_stoplist_pattern/i"))
cache_cf.c:1515: wordlistDestroy(&Config.cache_stoplist);
cache_cf.h:238: wordlist *cache_stoplist;
icp.c:395: for (p = Config.cache_stoplist; p; p = p->next) {
/usr/src/squid-1.1.11/src$

Evidently icp.c line 395 (for squid 1.1.11) is a good place to start.

Jonathan L.

Origin UK,323 Cambridge Science Park,Cambridge,England. Tel: +44(1223)423355
-------[ It is impossible to enjoy idling thoroughly unless one has ]-------
----------------[ plenty of work to do - Jerome K. Jerome ]-----------------
Help fight spam! http://spam.abuse.net/ These opinions are all my own fault
Received on Wed Aug 06 1997 - 07:09:12 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:35:56 MST