HomeSort by relevance Sort by last modified time
    Searched refs:envString (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_sysvideo.cc 291 char * envString = SDL_getenv(SDL_QT_ROTATION_ENV_NAME);
292 int envValue = envString ? atoi(envString) : 0;
  /external/chromium/net/third_party/nss/ssl/
sslsnce.c     [all...]
ssl.h 347 * SSL_InheritMPServerSIDCache when envString is NULL.
352 * If envString is NULL, this function will use the value of the environment
356 SSL_IMPORT SECStatus SSL_InheritMPServerSIDCache(const char * envString);

Completed in 112 milliseconds