Home
last modified time | relevance | path

Searched refs:new_state (Results 1 – 11 of 11) sorted by relevance

/PHP-7.2/Zend/
H A Dzend_virtual_cwd.c1441 cwd_state new_state; in virtual_realpath() local
1478 cwd_state new_state; in virtual_filepath_ex() local
1499 cwd_state new_state; in virtual_fopen() local
1526 cwd_state new_state; in virtual_access() local
1550 cwd_state new_state; in virtual_utime() local
1573 cwd_state new_state; in virtual_chmod() local
1608 cwd_state new_state; in virtual_chown() local
1635 cwd_state new_state; in virtual_open() local
1671 cwd_state new_state; in virtual_creat() local
1690 cwd_state new_state; in virtual_rename() local
[all …]
H A Dzend_ini_scanner.l197 static void _yy_push_state(int new_state) in _yy_push_state() argument
200 YYSETCONDITION(new_state); in _yy_push_state()
H A Dzend_language_scanner.l153 static void _yy_push_state(int new_state) in _yy_push_state() argument
156 YYSETCONDITION(new_state); in _yy_push_state()
H A Dzend_ini_scanner.c199 static void _yy_push_state(int new_state) in _yy_push_state() argument
202 YYSETCONDITION(new_state); in _yy_push_state()
H A Dzend_language_scanner.c156 static void _yy_push_state(int new_state) in _yy_push_state() argument
159 YYSETCONDITION(new_state); in _yy_push_state()
/PHP-7.2/main/
H A Dphp_open_temporary_file.c102 cwd_state new_state; in php_do_open_temporary_file() local
127 new_state.cwd = estrdup(cwd); in php_do_open_temporary_file()
128 new_state.cwd_length = (int)strlen(cwd); in php_do_open_temporary_file()
131 efree(new_state.cwd); in php_do_open_temporary_file()
136 if (IS_SLASH(new_state.cwd[new_state.cwd_length - 1])) { in php_do_open_temporary_file()
143 efree(new_state.cwd); in php_do_open_temporary_file()
149 cwdw = php_win32_ioutil_any_to_w(new_state.cwd); in php_do_open_temporary_file()
154 efree(new_state.cwd); in php_do_open_temporary_file()
163 efree(new_state.cwd); in php_do_open_temporary_file()
173 efree(new_state.cwd); in php_do_open_temporary_file()
[all …]
H A Dfopen_wrappers.c762 cwd_state new_state; local
813 new_state.cwd = estrdup(cwd);
814 new_state.cwd_length = (int)strlen(cwd);
816 if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode)) {
817 efree(new_state.cwd);
822 copy_len = new_state.cwd_length > MAXPATHLEN - 1 ? MAXPATHLEN - 1 : new_state.cwd_length;
823 memcpy(real_path, new_state.cwd, copy_len);
826 real_path = estrndup(new_state.cwd, new_state.cwd_length);
828 efree(new_state.cwd);
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_process_ctl.c202 void fpm_pctl(int new_state, int action) /* {{{ */ in fpm_pctl() argument
206 if (fpm_state == new_state) { /* already in progress - just ignore duplicate signal */ in fpm_pctl()
216 if (new_state == FPM_PCTL_STATE_FINISHING) break; in fpm_pctl()
219 if (new_state == FPM_PCTL_STATE_TERMINATING) break; in fpm_pctl()
223 fpm_state_names[new_state], fpm_state_names[fpm_state]); in fpm_pctl()
228 fpm_state = new_state; in fpm_pctl()
H A Dfpm_process_ctl.h19 void fpm_pctl(int new_state, int action);
/PHP-7.2/ext/zip/
H A Dphp_zip.c155 cwd_state new_state; in php_zip_extract_file() local
159 new_state.cwd[0] = '\0'; in php_zip_extract_file()
160 new_state.cwd_length = 0; in php_zip_extract_file()
166 path_cleaned = php_zip_make_relative_path(new_state.cwd, new_state.cwd_length); in php_zip_extract_file()
195 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
207 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
216 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
224 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
230 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
242 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
[all …]
/PHP-7.2/ext/phar/
H A Dphar_object.c4201 cwd_state new_state; in phar_extract_file() local
4216 new_state.cwd[1] = '\0'; in phar_extract_file()
4217 new_state.cwd_length = 1; in phar_extract_file()
4227 efree(new_state.cwd); in phar_extract_file()
4259 efree(new_state.cwd); in phar_extract_file()
4266 efree(new_state.cwd); in phar_extract_file()
4273 efree(new_state.cwd); in phar_extract_file()
4281 efree(new_state.cwd); in phar_extract_file()
4299 efree(new_state.cwd); in phar_extract_file()
4306 efree(new_state.cwd); in phar_extract_file()
[all …]

Completed in 69 milliseconds