Home
last modified time | relevance | path

Searched refs:mh_arg2 (Results 1 – 18 of 18) sorted by relevance

/PHP-7.0/Zend/
H A Dzend_ini.c237 p->mh_arg2 = ini_entry->mh_arg2; in zend_register_ini_entries()
623 char *base = (char *) mh_arg2; in ZEND_INI_MH()
627 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
652 char *base = (char *) mh_arg2; in ZEND_INI_MH()
656 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
670 char *base = (char *) mh_arg2; in ZEND_INI_MH()
674 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
693 char *base = (char *) mh_arg2; in ZEND_INI_MH()
697 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
711 char *base = (char *) mh_arg2; in ZEND_INI_MH()
[all …]
H A Dzend_ini.h30 …name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, void *mh_arg2, void *mh_arg3, i…
37 void *mh_arg2; member
51 void *mh_arg2; member
H A Dzend.c80 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
106 char *base = (char *) mh_arg2; in ZEND_INI_MH()
110 base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c106 char *base = (char *) mh_arg2; in ZEND_INI_MH()
108 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
112 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
146 char *base = (char *) mh_arg2; in ZEND_INI_MH()
148 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
152 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
190 char *base = (char *) mh_arg2; in ZEND_INI_MH()
192 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
196 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
229 char *base = (char *) mh_arg2; in ZEND_INI_MH()
[all …]
H A DZendAccelerator.c215 int ret = orig_include_path_on_modify(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_php.c39 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage) == SUCCESS) { in fpm_php_zend_ini_alter_master()
/PHP-7.0/main/
H A Dfopen_wrappers.c84 char *base = (char *) mh_arg2; in ZEND_INI_MH()
86 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_INI_MH()
H A Dmain.c417 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
428 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
439 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
455 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
470 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/ext/zlib/
H A Dzlib.c1371 char *base = (char *) mh_arg2; in PHP_INI_MH()
1375 base = (char *) ts_resource(*((int *) mh_arg2)); in PHP_INI_MH()
1425 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_wait.c307 …y(original_ini, Z_STR_P(ini_entry), original_ini->mh_arg1, original_ini->mh_arg2, original_ini->mh… in phpdbg_webdata_decompress()
/PHP-7.0/ext/dba/
H A Ddba.c492 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
502 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
/PHP-7.0/ext/iconv/
H A Diconv.c238 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
251 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
264 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/ext/session/
H A Dsession.c734 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
758 OnUpdateStringUnempty(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/ext/tidy/
H A Dtidy.c1116 status = OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/ext/soap/
H A Dsoap.c479 char *base = (char *) mh_arg2; in ZEND_GET_MODULE()
481 char *base = (char *) ts_resource(*((int *) mh_arg2)); in ZEND_GET_MODULE()
517 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/ext/exif/
H A Dexif.c176 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_DECLARE_MODULE_GLOBALS()
191 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
/PHP-7.0/ext/mbstring/
H A Dmbstring.c1350 if (OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage) == FAILURE) { in PHP_INI_MH()
1417 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.0/ext/date/
H A Dphp_date.c955 if (OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage) == FAILURE) { in PHP_INI_MH()

Completed in 105 milliseconds