Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dnss.c233 static PRIOMethods nspr_io_methods; variable
1379 memcpy(&nspr_io_methods, PR_GetDefaultIOMethods(), in nss_init()
1380 sizeof(nspr_io_methods)); in nss_init()
1383 nspr_io_methods.recv = nspr_io_recv; in nss_init()
1384 nspr_io_methods.send = nspr_io_send; in nss_init()
1385 nspr_io_methods.close = nspr_io_close; in nss_init()
1984 nspr_io_stub = PR_CreateIOLayerStub(nspr_io_identity, &nspr_io_methods); in nss_setup_connect()