Home
last modified time | relevance | path

Searched refs:applen (Results 1 – 1 of 1) sorted by relevance

/curl/lib/vtls/
H A Dbearssl.c862 size_t applen; in bearssl_send() local
879 return applen; in bearssl_send()
881 if(applen > len) in bearssl_send()
882 applen = len; in bearssl_send()
883 memcpy(app, buf, applen); in bearssl_send()
886 backend->pending_write = applen; in bearssl_send()
897 size_t applen; in bearssl_recv() local
907 if(applen > len) in bearssl_recv()
908 applen = len; in bearssl_recv()
909 memcpy(buf, app, applen); in bearssl_recv()
[all …]

Completed in 5 milliseconds