Home
last modified time | relevance | path

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

/PHP-7.4/Zend/
H A Dzend_virtual_cwd.c1243 cwd_state new_state; in virtual_realpath() local
1280 cwd_state new_state; in virtual_filepath_ex() local
1301 cwd_state new_state; in virtual_fopen() local
1328 cwd_state new_state; in virtual_access() local
1352 cwd_state new_state; in virtual_utime() local
1375 cwd_state new_state; in virtual_chmod() local
1410 cwd_state new_state; in virtual_chown() local
1437 cwd_state new_state; in virtual_open() local
1473 cwd_state new_state; in virtual_creat() local
1492 cwd_state new_state; in virtual_rename() local
[all …]
H A Dzend_ini_scanner.l196 static void _yy_push_state(int new_state) in _yy_push_state() argument
199 YYSETCONDITION(new_state); in _yy_push_state()
H A Dzend_language_scanner.l165 static void _yy_push_state(int new_state) in _yy_push_state() argument
168 YYSETCONDITION(new_state); in _yy_push_state()
/PHP-7.4/main/
H A Dphp_open_temporary_file.c100 cwd_state new_state; in php_do_open_temporary_file() local
125 new_state.cwd = estrdup(cwd); in php_do_open_temporary_file()
126 new_state.cwd_length = strlen(cwd); in php_do_open_temporary_file()
129 efree(new_state.cwd); in php_do_open_temporary_file()
134 if (IS_SLASH(new_state.cwd[new_state.cwd_length - 1])) { in php_do_open_temporary_file()
141 efree(new_state.cwd); in php_do_open_temporary_file()
147 cwdw = php_win32_ioutil_any_to_w(new_state.cwd); in php_do_open_temporary_file()
152 efree(new_state.cwd); in php_do_open_temporary_file()
161 efree(new_state.cwd); in php_do_open_temporary_file()
171 efree(new_state.cwd); in php_do_open_temporary_file()
[all …]
H A Dfopen_wrappers.c775 cwd_state new_state; local
826 new_state.cwd = estrdup(cwd);
827 new_state.cwd_length = strlen(cwd);
829 if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode)) {
830 efree(new_state.cwd);
835 copy_len = new_state.cwd_length > MAXPATHLEN - 1 ? MAXPATHLEN - 1 : new_state.cwd_length;
836 memcpy(real_path, new_state.cwd, copy_len);
839 real_path = estrndup(new_state.cwd, new_state.cwd_length);
841 efree(new_state.cwd);
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_process_ctl.c205 void fpm_pctl(int new_state, int action) /* {{{ */ in fpm_pctl() argument
209 if (fpm_state == new_state) { /* already in progress - just ignore duplicate signal */ in fpm_pctl()
219 if (new_state == FPM_PCTL_STATE_FINISHING) break; in fpm_pctl()
222 if (new_state == FPM_PCTL_STATE_TERMINATING) break; in fpm_pctl()
226 fpm_state_names[new_state], fpm_state_names[fpm_state]); in fpm_pctl()
231 fpm_state = new_state; in fpm_pctl()
H A Dfpm_process_ctl.h18 void fpm_pctl(int new_state, int action);
/PHP-7.4/ext/zip/
H A Dphp_zip.c151 cwd_state new_state; in php_zip_extract_file() local
155 new_state.cwd[0] = '\0'; in php_zip_extract_file()
156 new_state.cwd_length = 0; in php_zip_extract_file()
162 path_cleaned = php_zip_make_relative_path(new_state.cwd, new_state.cwd_length); in php_zip_extract_file()
164 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
170 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
214 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
222 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
228 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
240 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file()
[all …]
/PHP-7.4/ext/phar/
H A Dphar_object.c4146 cwd_state new_state; in phar_extract_file() local
4161 new_state.cwd[1] = '\0'; in phar_extract_file()
4162 new_state.cwd_length = 1; in phar_extract_file()
4172 efree(new_state.cwd); in phar_extract_file()
4204 efree(new_state.cwd); in phar_extract_file()
4211 efree(new_state.cwd); in phar_extract_file()
4218 efree(new_state.cwd); in phar_extract_file()
4226 efree(new_state.cwd); in phar_extract_file()
4244 efree(new_state.cwd); in phar_extract_file()
4251 efree(new_state.cwd); in phar_extract_file()
[all …]

Completed in 57 milliseconds