Home
last modified time | relevance | path

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

/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c1398 char fmString[PR_FILEMAP_STRING_BUFSIZE]; in ssl_ConfigMPServerSIDCacheWithOpt() local
1408 sizeof fmString, fmString); in ssl_ConfigMPServerSIDCacheWithOpt()
1409 if ((prStatus != PR_SUCCESS) || !(fmStrLen = strlen(fmString))) { in ssl_ConfigMPServerSIDCacheWithOpt()
1422 envValue = PR_smprintf("%s,%s", inhValue, fmString); in ssl_ConfigMPServerSIDCacheWithOpt()
1485 char * fmString = NULL; in SSL_InheritMPServerSIDCacheInstance() local
1531 fmString = strchr(myEnvString, ','); in SSL_InheritMPServerSIDCacheInstance()
1532 if (!fmString) in SSL_InheritMPServerSIDCacheInstance()
1534 *fmString++ = 0; in SSL_InheritMPServerSIDCacheInstance()
1548 if (strlen(fmString) != inherit.fmStrLen ) { in SSL_InheritMPServerSIDCacheInstance()
1556 cache->cacheMemMap = PR_ImportFileMapFromString(fmString); in SSL_InheritMPServerSIDCacheInstance()