getenv           2399 Zend/zend_API.c 	if (module->handle && !getenv("ZEND_DONT_UNLOAD_MODULES")) {
getenv           1167 Zend/zend_alloc.c 	char *mem_type = getenv("ZEND_MM_MEM_TYPE");
getenv           1199 Zend/zend_alloc.c 	tmp = getenv("ZEND_MM_SEG_SIZE");
getenv           1223 Zend/zend_alloc.c 		tmp = getenv("ZEND_MM_COMPACT");
getenv           2723 Zend/zend_alloc.c 	char *tmp = getenv("USE_ZEND_ALLOC");
getenv            167 Zend/zend_ini_parser.y 			   (envvar = getenv(Z_STRVAL_P(name))) != NULL) {
getenv            564 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            193 ext/gd/libgd/gdkanji.c       if (getenv ("LC_ALL"))
getenv            194 ext/gd/libgd/gdkanji.c 	lang = getenv ("LC_ALL");
getenv            195 ext/gd/libgd/gdkanji.c       else if (getenv ("LC_CTYPE"))
getenv            196 ext/gd/libgd/gdkanji.c 	lang = getenv ("LC_CTYPE");
getenv            197 ext/gd/libgd/gdkanji.c       else if (getenv ("LANG"))
getenv            198 ext/gd/libgd/gdkanji.c 	lang = getenv ("LANG");
getenv           1014 ext/intl/php_intl.c 	cleanup = getenv(EXPLICIT_CLEANUP_ENV_VAR);
getenv            759 ext/mysql/php_mysql.c 		if ((env = getenv("MYSQL_TCP_PORT"))) {
getenv           1222 ext/openssl/openssl.c 	config_filename = getenv("OPENSSL_CONF");
getenv           1224 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           2920 ext/standard/basic_functions.c 	PHP_FE(getenv,															arginfo_getenv)
getenv           3991 ext/standard/basic_functions.c PHP_FUNCTION(getenv)
getenv           4037 ext/standard/basic_functions.c 	ptr = getenv(str);
getenv             64 ext/standard/basic_functions.h PHP_FUNCTION(getenv);
getenv           1023 main/SAPI.c    	if (sapi_module.getenv) { 
getenv           1024 main/SAPI.c    		char *value, *tmp = sapi_module.getenv(name, name_len TSRMLS_CC);
getenv            233 main/SAPI.h    	char *(*getenv)(char *name, size_t name_len TSRMLS_DC);
getenv            279 main/main.c    			if ((envpath = getenv("PATH")) != NULL) {
getenv            419 main/php_ini.c 		env_location = getenv("PHPRC");
getenv            615 main/php_ini.c 	php_ini_scanned_path = getenv("PHP_INI_SCAN_DIR");
getenv            242 main/php_open_temporary_file.c 		char* s = getenv("TMPDIR");
getenv            545 sapi/cgi/cgi_main.c 	return getenv(name);
getenv            560 sapi/cgi/cgi_main.c 	return getenv(name);
getenv            590 sapi/cgi/cgi_main.c 		return getenv(name);
getenv            605 sapi/cgi/cgi_main.c 	return getenv(name);
getenv            610 sapi/cgi/cgi_main.c 	return getenv("HTTP_COOKIE");
getenv            685 sapi/cgi/cgi_main.c 			path_info = getenv("PATH_INFO");
getenv            852 sapi/cgi/cgi_main.c 			server_name = getenv("SERVER_NAME");
getenv            892 sapi/cgi/cgi_main.c 				doc_root = getenv("DOCUMENT_ROOT");
getenv           1069 sapi/cgi/cgi_main.c     	getenv(name))
getenv           1820 sapi/cgi/cgi_main.c 		if (getenv("SERVER_SOFTWARE") ||
getenv           1821 sapi/cgi/cgi_main.c 			getenv("SERVER_NAME") ||
getenv           1822 sapi/cgi/cgi_main.c 			getenv("GATEWAY_INTERFACE") ||
getenv           1823 sapi/cgi/cgi_main.c 			getenv("REQUEST_METHOD")
getenv           1829 sapi/cgi/cgi_main.c 	if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) {
getenv           1906 sapi/cgi/cgi_main.c 		cgi_sapi_module.getenv       = sapi_fcgi_getenv;
getenv           1935 sapi/cgi/cgi_main.c 		if (!getenv("REDIRECT_STATUS") &&
getenv           1936 sapi/cgi/cgi_main.c 			!getenv ("HTTP_REDIRECT_STATUS") &&
getenv           1939 sapi/cgi/cgi_main.c 			(!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
getenv           1969 sapi/cgi/cgi_main.c 		if (getenv("PHP_FCGI_BACKLOG")) {
getenv           1970 sapi/cgi/cgi_main.c 			backlog = atoi(getenv("PHP_FCGI_BACKLOG"));
getenv           1984 sapi/cgi/cgi_main.c 		if (getenv("PHP_FCGI_MAX_REQUESTS")) {
getenv           1985 sapi/cgi/cgi_main.c 			max_requests = atoi(getenv("PHP_FCGI_MAX_REQUESTS"));
getenv           2001 sapi/cgi/cgi_main.c 	if (getenv("PHP_FCGI_CHILDREN")) {
getenv           2002 sapi/cgi/cgi_main.c 		char * children_str = getenv("PHP_FCGI_CHILDREN");
getenv            441 sapi/cgi/fastcgi.c 			str = getenv("_FCGI_SHUTDOWN_EVENT_");
getenv            449 sapi/cgi/fastcgi.c 			str = getenv("_FCGI_MUTEX_");
getenv            694 sapi/cgi/fastcgi.c 		char *ip = getenv("FCGI_WEB_SERVER_ADDRS");
getenv           1515 sapi/cgi/fastcgi.c 	os_name = getenv("OS");
getenv            208 sapi/fpm/fpm/fastcgi.c 			str = getenv("_FCGI_SHUTDOWN_EVENT_");
getenv            216 sapi/fpm/fpm/fastcgi.c 			str = getenv("_FCGI_MUTEX_");
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            548 sapi/fpm/fpm/fpm_main.c 	return getenv(name);
getenv           1851 sapi/fpm/fpm/fpm_main.c 		if (!getenv("REDIRECT_STATUS") &&
getenv           1852 sapi/fpm/fpm/fpm_main.c 			!getenv ("HTTP_REDIRECT_STATUS") &&
getenv           1855 sapi/fpm/fpm/fpm_main.c 			(!CGIG(redirect_status_env) || !getenv(CGIG(redirect_status_env)))
getenv            337 sapi/fpm/fpm/fpm_sockets.c 	char *inherited = getenv("FPM_SOCKETS");
getenv             87 sapi/fpm/fpm/fpm_systemd.c 	watchdog = getenv("WATCHDOG_USEC");
getenv            192 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            298 sapi/phpdbg/phpdbg_prompt.c 		char *scan_dir = getenv("PHP_INI_SCAN_DIR");
getenv            747 sapi/thttpd/thttpd.c 	if ((ini = getenv("PHP_INI_PATH"))) {
getenv            396 win32/glob.c   		if ((h = getenv("HOME")) == NULL) {