Home
last modified time | relevance | path

Searched refs:proxy_exceptions (Results 1 – 2 of 2) sorted by relevance

/dports/www/kannel/gateway-1.4.4/gwlib/
H A Dhttp.c205 static List *proxy_exceptions = NULL; variable
228 proxy_exceptions = gwlist_create(); in proxy_init()
251 for (i = 0; i < gwlist_len(proxy_exceptions); ++i) { in proxy_used_for_host()
252 if (octstr_compare(host, gwlist_get(proxy_exceptions, i)) == 0) { in proxy_used_for_host()
285 proxy_exceptions = gwlist_create(); in http_use_proxy()
289 gwlist_append(proxy_exceptions, octstr_duplicate(e)); in http_use_proxy()
316 gwlist_destroy(proxy_exceptions, octstr_destroy_item); in http_close_proxy()
318 proxy_exceptions = NULL; in http_close_proxy()
/dports/www/drupal7/drupal-7.82/includes/
H A Dcommon.inc1163 $proxy_exceptions = variable_get('proxy_exceptions', array('localhost', '127.0.0.1'));
1164 return !in_array(strtolower($host), $proxy_exceptions, TRUE);