getenv           2528 Zend/zend_API.c 	if (module->handle && !getenv("ZEND_DONT_UNLOAD_MODULES")) {
getenv           2643 Zend/zend_alloc.c 	char *tmp = getenv("USE_ZEND_ALLOC");
getenv           2656 Zend/zend_alloc.c 	tmp = getenv("USE_ZEND_ALLOC_HUGE_PAGES");
getenv            220 Zend/zend_extensions.c 	if (extension->handle && !getenv("ZEND_DONT_UNLOAD_MODULES")) {
getenv            166 Zend/zend_ini_parser.y 			   (envvar = getenv(Z_STRVAL_P(name))) != NULL) {
getenv            582 ext/fileinfo/libmagic/apprentice.c 		fn = getenv("MAGIC");
getenv            111 ext/fileinfo/libmagic/magic.c 	if ((home = getenv("HOME")) == NULL)
getenv            167 ext/fileinfo/libmagic/magic.c 	if ((home = getenv("LOCALAPPDATA")) == NULL) {
getenv            168 ext/fileinfo/libmagic/magic.c 		if ((home = getenv("USERPROFILE")) != NULL)
getenv            181 ext/fileinfo/libmagic/magic.c 	if ((home = getenv("COMMONPROGRAMFILES")) != NULL) {
getenv            219 ext/fileinfo/libmagic/magic.c 	magicfile = getenv("MAGIC");
getenv             20 ext/gd/libgd/gd_gif_in.c 	verbose = !!getenv("GIF_VERBOSE");
getenv            386 ext/gd/libgd/gdft.c 	fontsearchpath = getenv ("GDFONTPATH");
getenv            192 ext/gd/libgd/gdkanji.c       if (getenv ("LC_ALL"))
getenv            193 ext/gd/libgd/gdkanji.c 	lang = getenv ("LC_ALL");
getenv            194 ext/gd/libgd/gdkanji.c       else if (getenv ("LC_CTYPE"))
getenv            195 ext/gd/libgd/gdkanji.c 	lang = getenv ("LC_CTYPE");
getenv            196 ext/gd/libgd/gdkanji.c       else if (getenv ("LANG"))
getenv            197 ext/gd/libgd/gdkanji.c 	lang = getenv ("LANG");
getenv           1021 ext/intl/php_intl.c 	cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR);
getenv           1260 ext/openssl/openssl.c 	config_filename = getenv("OPENSSL_CONF");
getenv           1262 ext/openssl/openssl.c 		config_filename = getenv("SSLEAY_CONF");
getenv           30896 ext/sqlite3/libsqlite/sqlite3.c   if( !azDirs[1] ) azDirs[1] = getenv("SQLITE_TMPDIR");
getenv           30897 ext/sqlite3/libsqlite/sqlite3.c   if( !azDirs[2] ) azDirs[2] = getenv("TMPDIR");
getenv           31330 ext/sqlite3/libsqlite/sqlite3.c     char *envforce = getenv("SQLITE_FORCE_PROXY_LOCKING");
getenv           37608 ext/sqlite3/libsqlite/sqlite3.c     if( !azDirs[0] ) azDirs[0] = getenv("SQLITE_TMPDIR");
getenv           37609 ext/sqlite3/libsqlite/sqlite3.c     if( !azDirs[1] ) azDirs[1] = getenv("TMPDIR");
getenv           37610 ext/sqlite3/libsqlite/sqlite3.c     if( !azDirs[2] ) azDirs[2] = getenv("TMP");
getenv           37611 ext/sqlite3/libsqlite/sqlite3.c     if( !azDirs[3] ) azDirs[3] = getenv("TEMP");
getenv           37612 ext/sqlite3/libsqlite/sqlite3.c     if( !azDirs[4] ) azDirs[4] = getenv("USERPROFILE");
getenv           2931 ext/standard/basic_functions.c 	PHP_FE(getenv,															arginfo_getenv)
getenv           4014 ext/standard/basic_functions.c PHP_FUNCTION(getenv)
getenv           4065 ext/standard/basic_functions.c 	ptr = getenv(str);
getenv             68 ext/standard/basic_functions.h PHP_FUNCTION(getenv);
getenv           1014 main/SAPI.c    	if (sapi_module.getenv) {
getenv           1015 main/SAPI.c    		char *value, *tmp = sapi_module.getenv(name, name_len);
getenv            233 main/SAPI.h    	char *(*getenv)(char *name, size_t name_len);
getenv            509 main/fastcgi.c 			str = getenv("_FCGI_SHUTDOWN_EVENT_");
getenv            521 main/fastcgi.c 			str = getenv("_FCGI_MUTEX_");
getenv            768 main/fastcgi.c 		char *ip = getenv("FCGI_WEB_SERVER_ADDRS");
getenv           1709 main/fastcgi.c 	os_name = getenv("OS");
getenv            249 main/main.c    			if ((envpath = getenv("PATH")) != NULL) {
getenv            415 main/php_ini.c 		env_location = getenv("PHPRC");
getenv            609 main/php_ini.c 	php_ini_scanned_path = getenv("PHP_INI_SCAN_DIR");
getenv            219 main/php_open_temporary_file.c 		char* s = getenv("TMPDIR");
getenv            527 sapi/cgi/cgi_main.c 	return getenv(name);
getenv            542 sapi/cgi/cgi_main.c 	return getenv(name);
getenv            572 sapi/cgi/cgi_main.c 		return getenv(name);
getenv            587 sapi/cgi/cgi_main.c 	return getenv(name);
getenv            592 sapi/cgi/cgi_main.c 	return getenv("HTTP_COOKIE");
getenv            661 sapi/cgi/cgi_main.c 			path_info = getenv("PATH_INFO");
getenv            827 sapi/cgi/cgi_main.c 			server_name = getenv("SERVER_NAME");
getenv            867 sapi/cgi/cgi_main.c 				doc_root = getenv("DOCUMENT_ROOT");
getenv           1044 sapi/cgi/cgi_main.c     	getenv(name))
getenv           1799 sapi/cgi/cgi_main.c 		if (getenv("SERVER_SOFTWARE") ||
getenv           1800 sapi/cgi/cgi_main.c 			getenv("SERVER_NAME") ||
getenv           1801 sapi/cgi/cgi_main.c 			getenv("GATEWAY_INTERFACE") ||
getenv           1802 sapi/cgi/cgi_main.c 			getenv("REQUEST_METHOD")
getenv           1808 sapi/cgi/cgi_main.c 	if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) {
getenv           1885 sapi/cgi/cgi_main.c 		cgi_sapi_module.getenv       = sapi_fcgi_getenv;
getenv           1914 sapi/cgi/cgi_main.c 		if (!getenv("REDIRECT_STATUS") &&
getenv           1915 sapi/cgi/cgi_main.c 			!getenv ("HTTP_REDIRECT_STATUS") &&
getenv           1918 sapi/cgi/cgi_main.c 			(!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
getenv           1952 sapi/cgi/cgi_main.c 		if (getenv("PHP_FCGI_BACKLOG")) {
getenv           1953 sapi/cgi/cgi_main.c 			backlog = atoi(getenv("PHP_FCGI_BACKLOG"));
getenv           1967 sapi/cgi/cgi_main.c 		if (getenv("PHP_FCGI_MAX_REQUESTS")) {
getenv           1968 sapi/cgi/cgi_main.c 			max_requests = atoi(getenv("PHP_FCGI_MAX_REQUESTS"));
getenv           1984 sapi/cgi/cgi_main.c 		if (getenv("PHP_FCGI_CHILDREN")) {
getenv           1985 sapi/cgi/cgi_main.c 			char * children_str = getenv("PHP_FCGI_CHILDREN");
getenv             29 sapi/fpm/fpm/fpm_env.c 	char   *getenv();
getenv             32 sapi/fpm/fpm/fpm_env.c 	if (clobber == 0 && getenv(name) != 0) {
getenv             90 sapi/fpm/fpm/fpm_env.c 	if(getenv(name) != NULL) {
getenv            172 sapi/fpm/fpm/fpm_env.c 			char *value = getenv(kv->value + 1);
getenv            522 sapi/fpm/fpm/fpm_main.c 	return getenv(name);
getenv           1831 sapi/fpm/fpm/fpm_main.c 		if (!getenv("REDIRECT_STATUS") &&
getenv           1832 sapi/fpm/fpm/fpm_main.c 			!getenv ("HTTP_REDIRECT_STATUS") &&
getenv           1835 sapi/fpm/fpm/fpm_main.c 			(!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
getenv            327 sapi/fpm/fpm/fpm_sockets.c 	char *inherited = getenv("FPM_SOCKETS");
getenv             87 sapi/fpm/fpm/fpm_systemd.c 	watchdog = getenv("WATCHDOG_USEC");
getenv            193 sapi/litespeed/lsapi_main.c         return getenv( name );
getenv            802 sapi/litespeed/lsapilib.c     if ( (pEnv = getenv( "LSAPI_LVE_ENABLE" ))!= NULL )
getenv            807 sapi/litespeed/lsapilib.c     else if ( (pEnv = getenv( "LVE_ENABLE" ))!= NULL )
getenv           3161 sapi/litespeed/lsapilib.c         const char * p = getenv( "LSAPI_DEFAULT_UID" );
getenv           3168 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_DEFAULT_GID" );
getenv           3175 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_SECRET" );
getenv           3213 sapi/litespeed/lsapilib.c     p = getenv( "PHP_LSAPI_MAX_REQUESTS" );
getenv           3215 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_MAX_REQS" );
getenv           3223 sapi/litespeed/lsapilib.c     p = getenv( "LSAPI_AVOID_FORK" );
getenv           3229 sapi/litespeed/lsapilib.c     p = getenv( "LSAPI_ACCEPT_NOTIFY" );
getenv           3235 sapi/litespeed/lsapilib.c     p = getenv( "LSAPI_SLOW_REQ_MSECS" );
getenv           3243 sapi/litespeed/lsapilib.c     p = getenv( "LSAPI_ALLOW_CORE_DUMP" );
getenv           3254 sapi/litespeed/lsapilib.c     p = getenv( "LSAPI_MAX_IDLE" );
getenv           3261 sapi/litespeed/lsapilib.c     p = getenv( "LSAPI_KEEP_LISTEN" );
getenv           3272 sapi/litespeed/lsapilib.c         p = getenv( "PHP_LSAPI_CHILDREN" );
getenv           3274 sapi/litespeed/lsapilib.c             p = getenv( "LSAPI_CHILDREN" );
getenv           3283 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_EXTRA_CHILDREN" );
getenv           3287 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_MAX_IDLE_CHILDREN" );
getenv           3291 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_PGRP_MAX_IDLE" );
getenv           3297 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_MAX_PROCESS_TIME" );
getenv           3301 sapi/litespeed/lsapilib.c         if ( getenv( "LSAPI_PPID_NO_CHECK" ) )
getenv           3306 sapi/litespeed/lsapilib.c         p = getenv( "LSAPI_DUMP_DEBUG_INFO" );
getenv            350 sapi/phpdbg/phpdbg_prompt.c 		char *scan_dir = getenv("PHP_INI_SCAN_DIR");
getenv            390 win32/glob.c   		if ((h = getenv("HOME")) == NULL) {