Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dnss.c240 static PRIOMethods nspr_io_methods; variable
1399 memcpy(&nspr_io_methods, PR_GetDefaultIOMethods(), in nss_init()
1400 sizeof(nspr_io_methods)); in nss_init()
1403 nspr_io_methods.recv = nspr_io_recv; in nss_init()
1404 nspr_io_methods.send = nspr_io_send; in nss_init()
1405 nspr_io_methods.close = nspr_io_close; in nss_init()
2013 nspr_io_stub = PR_CreateIOLayerStub(nspr_io_identity, &nspr_io_methods); in nss_setup_connect()