Home
last modified time | relevance | path

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

/external/curl/lib/vtls/
Dnss.c190 static PRIOMethods nspr_io_methods; variable
1214 memcpy(&nspr_io_methods, PR_GetDefaultIOMethods(), sizeof nspr_io_methods); in nss_init()
1217 nspr_io_methods.recv = nspr_io_recv; in nss_init()
1218 nspr_io_methods.send = nspr_io_send; in nss_init()
1219 nspr_io_methods.close = nspr_io_close; in nss_init()
1708 nspr_io_stub = PR_CreateIOLayerStub(nspr_io_identity, &nspr_io_methods); in nss_setup_connect()