Lines Matching refs:proxy_ctx
49 struct proxy_ctx *ctx = (struct proxy_ctx *) malloc(sizeof *ctx); in proxy_new()
64 struct proxy_ctx *c; in proxy_free()
67 c = (struct proxy_ctx *) b->ptr; in proxy_free()
78 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in socks4a_connect()
138 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in socks5_connect()
265 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in http_connect()
312 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in proxy_write()
337 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in proxy_read()
359 struct proxy_ctx *ctx; in proxy_ctrl()
362 ctx = (struct proxy_ctx *) b->ptr; in proxy_ctrl()
424 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in BIO_proxy_set_type()
438 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in BIO_proxy_set_host()
447 struct proxy_ctx *ctx = (struct proxy_ctx *) b->ptr; in BIO_proxy_set_port()