Searched refs:p_send (Results 1 – 2 of 2) sorted by relevance
/external/tlsdate/src/ |
D | proxy-polarssl.c | 78 r = ctx->f_send(ctx->p_send, buf, sz); in socks4a_connect() 126 r = ctx->f_send(ctx->p_send, buf, 3); in socks5_connect() 159 r = ctx->f_send(ctx->p_send, buf, sz); in socks5_connect() 231 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf)); in http_connect() 236 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf)); in http_connect() 240 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf)); in http_connect() 274 int (*f_send)(void *, const unsigned char *, size_t), void *p_send) in proxy_polarssl_set_bio() argument 282 ctx->p_send = p_send; in proxy_polarssl_set_bio() 359 return proxy->f_send(proxy->p_send, data, len); in proxy_polarssl_send()
|
D | proxy-polarssl.h | 30 void *p_send; /*!< context for writing operations */ member 38 int (*f_send)(void *, const unsigned char *, size_t), void *p_send);
|