Home
last modified time | relevance | path

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

/external/chromium/net/third_party/nss/ssl/
Dsslsnce.c1297 char * myEnvString = NULL; in SSL_InheritMPServerSIDCacheInstance() local
1334 myEnvString = PORT_Strdup(envString); in SSL_InheritMPServerSIDCacheInstance()
1335 if (!myEnvString) in SSL_InheritMPServerSIDCacheInstance()
1337 fmString = strchr(myEnvString, ','); in SSL_InheritMPServerSIDCacheInstance()
1342 decoString = ATOB_AsciiToData(myEnvString, &decoLen); in SSL_InheritMPServerSIDCacheInstance()
1448 PORT_Free(myEnvString); in SSL_InheritMPServerSIDCacheInstance()
1458 PORT_Free(myEnvString); in SSL_InheritMPServerSIDCacheInstance()