Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
DSDL_sysvideo.cc291 char * envString = SDL_getenv(SDL_QT_ROTATION_ENV_NAME); in QT_SetVideoMode() local
292 int envValue = envString ? atoi(envString) : 0; in QT_SetVideoMode()
/external/chromium_org/net/third_party/nss/ssl/
Dsslsnce.c1482 SSL_InheritMPServerSIDCacheInstance(cacheDesc *cache, const char * envString) in SSL_InheritMPServerSIDCacheInstance() argument
1521 if (!envString) { in SSL_InheritMPServerSIDCacheInstance()
1522 envString = getenv(envVarName); in SSL_InheritMPServerSIDCacheInstance()
1523 if (!envString) { in SSL_InheritMPServerSIDCacheInstance()
1528 myEnvString = PORT_Strdup(envString); in SSL_InheritMPServerSIDCacheInstance()
1663 SSL_InheritMPServerSIDCache(const char * envString) in SSL_InheritMPServerSIDCache() argument
1665 return SSL_InheritMPServerSIDCacheInstance(&globalCache, envString); in SSL_InheritMPServerSIDCache()
2166 SSL_InheritMPServerSIDCache(const char * envString) in SSL_InheritMPServerSIDCache() argument
Dssl.h792 SSL_IMPORT SECStatus SSL_InheritMPServerSIDCache(const char * envString);