Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dnss.c228 static PRIOMethods nspr_io_methods; variable
1338 memcpy(&nspr_io_methods, PR_GetDefaultIOMethods(), sizeof nspr_io_methods); in nss_init()
1341 nspr_io_methods.recv = nspr_io_recv; in nss_init()
1342 nspr_io_methods.send = nspr_io_send; in nss_init()
1343 nspr_io_methods.close = nspr_io_close; in nss_init()
1934 nspr_io_stub = PR_CreateIOLayerStub(nspr_io_identity, &nspr_io_methods); in nss_setup_connect()