Home
last modified time | relevance | path

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

/PHP-7.0/Zend/
H A Dzend_ini.c59 …result = ini_entry->on_modify(ini_entry, ini_entry->orig_value, ini_entry->mh_arg1, ini_entry->mh_… in zend_restore_ini_entry_cb()
236 p->mh_arg1 = ini_entry->mh_arg1; in zend_register_ini_entries()
264 p->on_modify(p, p->value, p->mh_arg1, p->mh_arg2, p->mh_arg3, ZEND_INI_STAGE_STARTUP); in zend_register_ini_entries()
286 p->on_modify(p, p->value, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage); in zend_ini_refresh_cache()
368 …|| ini_entry->on_modify(ini_entry, duplicate, ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->m… in zend_alter_ini_entry_ex()
630 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
659 p = (zend_long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
682 p = (zend_long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
700 p = (double *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
718 p = (char **) (base+(size_t) mh_arg1); in ZEND_INI_MH()
[all …]
H A Dzend_ini.h30 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, vo…
36 void *mh_arg1; member
50 void *mh_arg1; member
H A Dzend.c80 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
113 p = (zend_long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c114 p = (zend_long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
154 p = (zend_long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
198 p = (double *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
224 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
234 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
270 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
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 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()
H A Dfopen_wrappers.c89 p = (char **) (base + (size_t) mh_arg1); in ZEND_INI_MH()
/PHP-7.0/sapi/phpdbg/
H A Dphpdbg_wait.c307 … original_ini->on_modify(original_ini, Z_STR_P(ini_entry), original_ini->mh_arg1, 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/zlib/
H A Dzlib.c1403 p = (zend_long *) (base+(size_t) mh_arg1); in PHP_INI_MH()
1425 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_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/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/soap/
H A Dsoap.c484 p = (char*) (base+(size_t) mh_arg1); in ZEND_GET_MODULE()
517 OnUpdateString(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 140 milliseconds