Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslsnce.c1295 unsigned char * decoString = NULL; in SSL_InheritMPServerSIDCacheInstance() local
1342 decoString = ATOB_AsciiToData(myEnvString, &decoLen); in SSL_InheritMPServerSIDCacheInstance()
1343 if (!decoString) { in SSL_InheritMPServerSIDCacheInstance()
1352 PORT_Memcpy(&inherit, decoString, sizeof inherit); in SSL_InheritMPServerSIDCacheInstance()
1449 PORT_Free(decoString); in SSL_InheritMPServerSIDCacheInstance()
1459 if (decoString) in SSL_InheritMPServerSIDCacheInstance()
1460 PORT_Free(decoString); in SSL_InheritMPServerSIDCacheInstance()