Searched refs:new_state (Results 1 – 14 of 14) sorted by relevance
/PHP-5.6/Zend/ |
H A D | zend_virtual_cwd.c | 1432 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 1522 cwd_state new_state; in virtual_access() local 1595 cwd_state new_state; in virtual_utime() local 1618 cwd_state new_state; in virtual_chmod() local 1637 cwd_state new_state; in virtual_chown() local 1664 cwd_state new_state; in virtual_open() local 1692 cwd_state new_state; in virtual_creat() local 1711 cwd_state new_state; in virtual_rename() local [all …]
|
H A D | zend_ini_scanner.l | 192 static void _yy_push_state(int new_state TSRMLS_DC) in _yy_push_state() 195 YYSETCONDITION(new_state); in _yy_push_state()
|
H A D | zend_language_scanner.l | 153 static void _yy_push_state(int new_state TSRMLS_DC) in _yy_push_state() 156 YYSETCONDITION(new_state); in _yy_push_state()
|
H A D | zend_ini_scanner.c | 194 static void _yy_push_state(int new_state TSRMLS_DC) in _yy_push_state() 197 YYSETCONDITION(new_state); in _yy_push_state()
|
H A D | zend_language_scanner.c | 155 static void _yy_push_state(int new_state TSRMLS_DC) in _yy_push_state() 158 YYSETCONDITION(new_state); in _yy_push_state()
|
/PHP-5.6/main/ |
H A D | php_open_temporary_file.c | 102 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 = strlen(cwd); in php_do_open_temporary_file() 130 if (virtual_file_ex(&new_state, path, NULL, CWD_REALPATH TSRMLS_CC)) { in php_do_open_temporary_file() 131 efree(new_state.cwd); in php_do_open_temporary_file() 135 if (IS_SLASH(new_state.cwd[new_state.cwd_length - 1])) { in php_do_open_temporary_file() 141 if (spprintf(&opened_path, 0, "%s%s%sXXXXXX", new_state.cwd, trailing_slash, pfx) >= MAXPATHLEN) { in php_do_open_temporary_file() 143 efree(new_state.cwd); in php_do_open_temporary_file() 149 if (GetTempFileName(new_state.cwd, pfx, 0, opened_path)) { in php_do_open_temporary_file() 154 efree(new_state.cwd); in php_do_open_temporary_file() [all …]
|
H A D | fopen_wrappers.c | 749 cwd_state new_state; local 795 new_state.cwd = estrdup(cwd); 796 new_state.cwd_length = strlen(cwd); 798 if (virtual_file_ex(&new_state, filepath, NULL, realpath_mode TSRMLS_CC)) { 799 efree(new_state.cwd); 804 copy_len = new_state.cwd_length > MAXPATHLEN - 1 ? MAXPATHLEN - 1 : new_state.cwd_length; 805 memcpy(real_path, new_state.cwd, copy_len); 808 real_path = estrndup(new_state.cwd, new_state.cwd_length); 810 efree(new_state.cwd);
|
/PHP-5.6/sapi/fpm/fpm/ |
H A D | fpm_process_ctl.c | 203 void fpm_pctl(int new_state, int action) /* {{{ */ in fpm_pctl() argument 207 if (fpm_state == new_state) { /* already in progress - just ignore duplicate signal */ in fpm_pctl() 217 if (new_state == FPM_PCTL_STATE_FINISHING) break; in fpm_pctl() 220 if (new_state == FPM_PCTL_STATE_TERMINATING) break; in fpm_pctl() 224 fpm_state_names[new_state], fpm_state_names[fpm_state]); in fpm_pctl() 229 fpm_state = new_state; in fpm_pctl()
|
H A D | fpm_process_ctl.h | 20 void fpm_pctl(int new_state, int action);
|
/PHP-5.6/ext/opcache/ |
H A D | ZendAccelerator.c | 1751 cwd_state new_state; local 1764 if (!new_state.cwd) { 1769 new_state.cwd[0] = '\0'; 1780 if (!new_state.cwd) { 1791 if (!new_state.cwd) { 1796 new_state.cwd[0] = '\0'; 1805 efree(new_state.cwd); 1807 free(new_state.cwd); 1813 return new_state.cwd; 1816 memcpy(real_path, new_state.cwd, new_state.cwd_length + 1); [all …]
|
/PHP-5.6/ext/zip/ |
H A D | php_zip.c | 180 cwd_state new_state; in php_zip_extract_file() local 183 new_state.cwd[0] = '\0'; in php_zip_extract_file() 184 new_state.cwd_length = 0; in php_zip_extract_file() 190 path_cleaned = php_zip_make_relative_path(new_state.cwd, new_state.cwd_length); in php_zip_extract_file() 219 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file() 243 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file() 252 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file() 260 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file() 266 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file() 278 CWD_STATE_FREE(new_state.cwd); in php_zip_extract_file() [all …]
|
/PHP-5.6/ext/phar/ |
H A D | phar_object.c | 4131 cwd_state new_state; in phar_extract_file() local 4146 new_state.cwd[1] = '\0'; in phar_extract_file() 4147 new_state.cwd_length = 1; in phar_extract_file() 4157 efree(new_state.cwd); in phar_extract_file() 4189 efree(new_state.cwd); in phar_extract_file() 4196 efree(new_state.cwd); in phar_extract_file() 4203 efree(new_state.cwd); in phar_extract_file() 4211 efree(new_state.cwd); in phar_extract_file() 4229 efree(new_state.cwd); in phar_extract_file() 4236 efree(new_state.cwd); in phar_extract_file() [all …]
|
/PHP-5.6/ext/mysqlnd/ |
H A D | mysqlnd.c | 2009 …data, set_state)(MYSQLND_CONN_DATA * const conn, enum mysqlnd_connection_state new_state TSRMLS_DC) 2012 DBG_INF_FMT("New state=%u", new_state); 2013 conn->state = new_state;
|
H A D | mysqlnd_structs.h | 480 …ata__set_state)(MYSQLND_CONN_DATA * const conn, enum mysqlnd_connection_state new_state TSRMLS_DC);
|
Completed in 73 milliseconds