HomeSort by relevance Sort by last modified time
    Searched refs:f_send (Results 1 - 3 of 3) sorted by null

  /external/tlsdate/src/
proxy-polarssl.h 26 int (*f_send)(void *, const unsigned char *, size_t); member in struct:_proxy_polarssl_ctx
38 int (*f_send)(void *, const unsigned char *, size_t), void *p_send);
proxy-polarssl.c 78 r = ctx->f_send(ctx->p_send, buf, sz);
126 r = ctx->f_send(ctx->p_send, buf, 3);
159 r = ctx->f_send(ctx->p_send, buf, sz);
231 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf));
236 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf));
240 r = ctx->f_send(ctx->p_send, (unsigned char *) buf, strlen(buf));
274 int (*f_send)(void *, const unsigned char *, size_t), void *p_send)
281 ctx->f_send = f_send;
359 return proxy->f_send(proxy->p_send, data, len)
    [all...]
  /external/iputils/
tftpd.c 208 void (*f_send)(struct formats*); member in struct:formats
264 (*pf->f_send)(pf);

Completed in 68 milliseconds