Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dnss.c208 static PRIOMethods nspr_io_methods; variable
1257 memcpy(&nspr_io_methods, PR_GetDefaultIOMethods(), sizeof nspr_io_methods); in nss_init()
1260 nspr_io_methods.recv = nspr_io_recv; in nss_init()
1261 nspr_io_methods.send = nspr_io_send; in nss_init()
1262 nspr_io_methods.close = nspr_io_close; in nss_init()
1807 nspr_io_stub = PR_CreateIOLayerStub(nspr_io_identity, &nspr_io_methods); in nss_setup_connect()