Lines Matching refs:NULL

134 static char *php_optarg = NULL;
159 {'-', 0, NULL} /* end of args */
228 HANDLE job = NULL;
257 zend_hash_init(&sorted_registry, 64, NULL, NULL, 1); in print_modules()
258 zend_hash_copy(&sorted_registry, &module_registry, NULL); in print_modules()
284 sorted_exts.dtor = NULL; in print_extensions()
286 …_llist_apply_with_argument(&sorted_exts, (llist_apply_with_arg_func_t) print_extension_info, NULL); in print_extensions()
533 char *ret = NULL; in cgi_getenv_win32()
540 return NULL; in cgi_getenv_win32()
543 rc = _wgetenv_s(&size, NULL, 0, keyw); in cgi_getenv_win32()
546 return NULL; in cgi_getenv_win32()
625 if (buf == NULL) { in _sapi_cgi_putenv()
791 if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
795 zend_hash_init(new_entry->user_config, 8, NULL, (dtor_func_t) config_zval_dtor, 1);
801 char *real_path = NULL;
810 real_path = tsrm_realpath(path, NULL);
811 if (real_path == NULL) {
840 while ((ptr = strpbrk(ptr, "\\/")) != NULL) {
842 while ((ptr = strchr(ptr, DEFAULT_SLASH)) != NULL) {
994 NULL, /* get uid */
999 NULL, /* header handler */
1001 NULL, /* send header handler */
1008 NULL, /* Get request time */
1009 NULL, /* Child terminate */
1188 SG(request_info).path_translated = NULL;
1189 SG(request_info).request_method = NULL;
1191 SG(request_info).query_string = NULL;
1192 SG(request_info).request_uri = NULL;
1193 SG(request_info).content_type = NULL;
1221 env_path_info = NULL;
1229 char *real_path = NULL;
1244 if (env_path_translated != NULL && env_redirect_url != NULL &&
1260 script_path_translated = __unixify(script_path_translated, 0, NULL, 1, 0);
1274 (real_path = tsrm_realpath(script_path_translated, NULL)) == NULL)
1300 char *path_info = env_path_info ? env_path_info + pilen - slen : NULL;
1337 char *path_translated = NULL;
1392 script_path_translated = CGI_PUTENV("SCRIPT_FILENAME", NULL);
1422 CGI_PUTENV("PATH_INFO", NULL);
1426 CGI_PUTENV("PATH_TRANSLATED", NULL);
1499 if (NULL == kid_cgi_ps[i]) {
1505 kid_cgi_ps[i] = NULL;
1523 …STD_PHP_INI_ENTRY("cgi.redirect_status_env", NULL, PHP_INI_SYSTEM, OnUpdateString, redirect_status…
1543 php_cgi_globals->redirect_status_env = NULL;
1550 zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);
1610 for (env = environ; env != NULL && *env != NULL; env++) {
1670 if (t != buf && t != NULL) {
1685 if (NULL != p) {
1735 NULL,
1736 NULL,
1758 char *script_file = NULL;
1765 char *bindpath = NULL;
1767 fcgi_request *request = NULL;
1802 …php_cgi_globals_id, sizeof(php_cgi_globals_struct), (ts_allocate_ctor) php_cgi_globals_ctor, NULL);
1809 cgi_sapi_module.php_ini_path_override = NULL;
1830 if((query_string = getenv("QUERY_STRING")) != NULL && strchr(query_string, '=') == NULL) {
1912 SG(request_info).path_translated = NULL;
2005 request = fcgi_init_request(fcgi_fd, NULL, NULL, NULL);
2032 SetEnvironmentVariable("PHP_FCGI_CHILDREN_FOR_KID", NULL);
2141 SetEnvironmentVariable("PHP_FCGI_CHILDREN", NULL);
2168 job = CreateJobObject(NULL, NULL);
2200 if (NULL != kid_cgi_ps[i]) {
2203 kid_cgi_ps[i] = NULL;
2213 if (NULL != kid_cgi_ps[i]) {
2226 if (CreateProcessW(NULL, cmd_line, NULL, NULL, TRUE, CREATE_NO_WINDOW, NULL, NULL, &si, &pi)) {
2240 kid_cgi_ps[i] = NULL;
2283 gettimeofday(&start, NULL);
2351 SG(server_context) = NULL;
2396 SG(server_context) = NULL;
2500 SG(server_context) = NULL;
2535 SG(request_info).path_translated = NULL;
2540 SG(request_info).query_string = NULL;
2544 SG(server_context) = NULL;
2602 SG(request_info).path_translated = NULL;
2613 SG(request_info).query_string = NULL;
2623 gettimeofday(&start, NULL);
2635 script_file = NULL;
2680 gettimeofday(&end, NULL);
2698 SG(server_context) = NULL;