Lines Matching refs:proxy_ctx
46 struct proxy_ctx *ctx = (struct proxy_ctx *) malloc (sizeof *ctx); in proxy_new()
61 struct proxy_ctx *c; in proxy_free()
64 c = (struct proxy_ctx *) b->ptr; in proxy_free()
75 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in socks4a_connect()
129 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in socks5_connect()
251 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in http_connect()
297 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in proxy_write()
319 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in proxy_read()
339 struct proxy_ctx *ctx; in proxy_ctrl()
342 ctx = (struct proxy_ctx *) b->ptr; in proxy_ctrl()
407 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in BIO_proxy_set_type()
421 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in BIO_proxy_set_host()
430 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in BIO_proxy_set_port()