Searched refs:OPT_TRANSPARENT_PASSTHROUGH (Results 1 – 2 of 2) sorted by relevance
183 const char *const HttpProxyPort::OPT_TRANSPARENT_PASSTHROUGH = "tr-pass"; member in HttpProxyPort437 } else if (0 == strcasecmp(OPT_TRANSPARENT_PASSTHROUGH, item)) { in processOptions()643 zret += snprintf(out + zret, n - zret, ":%s", OPT_TRANSPARENT_PASSTHROUGH); in print()
424 static const char *const OPT_TRANSPARENT_PASSTHROUGH; ///< Pass-through non-HTTP. member