Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_ini.c57 …i_entry, ini_entry->orig_value, ini_entry->orig_value_length, ini_entry->mh_arg1, ini_entry->mh_ar… in zend_restore_ini_entry_cb()
208 …try, Z_STRVAL(default_value), Z_STRLEN(default_value), hashed_ini_entry->mh_arg1, hashed_ini_entry… in zend_register_ini_entries()
216 …shed_ini_entry->value, hashed_ini_entry->value_length, hashed_ini_entry->mh_arg1, hashed_ini_entry… in zend_register_ini_entries()
234 p->on_modify(p, p->value, p->value_length, p->mh_arg1, p->mh_arg2, p->mh_arg3, stage TSRMLS_CC); in zend_ini_refresh_cache()
294 …|| ini_entry->on_modify(ini_entry, duplicate, new_value_length, ini_entry->mh_arg1, ini_entry->mh_… in zend_alter_ini_entry_ex()
560 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
589 p = (long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
612 p = (long *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
630 p = (double *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
648 p = (char **) (base+(size_t) mh_arg1); in ZEND_INI_MH()
[all …]
H A Dzend_ini.h60 …ame(zend_ini_entry *entry, char *new_value, uint new_value_length, void *mh_arg1, void *mh_arg2, v…
69 void *mh_arg1; member
H A Dzend.c78 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in ZEND_INI_MH()
/PHP-5.5/ext/opcache/
H A Dzend_accelerator_module.c114 p = (long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
152 p = (long *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
198 p = (double *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
226 …return OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC… in ZEND_INI_MH()
236 p = (zend_bool *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
H A DZendAccelerator.c201 …int ret = orig_include_path_on_modify(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg… in ZEND_INI_MH()
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php.c39 ini_entry->mh_arg1, ini_entry->mh_arg2, ini_entry->mh_arg3, stage TSRMLS_CC) == SUCCESS) { in fpm_php_zend_ini_alter_master()
/PHP-5.5/ext/zlib/
H A Dzlib.c910 …status = OnUpdateLong(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
931 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
/PHP-5.5/ext/dba/
H A Ddba.c475 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
485 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
/PHP-5.5/main/
H A Dfopen_wrappers.c93 p = (char **) (base + (size_t) mh_arg1); in ZEND_INI_MH()
H A Dmain.c428 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
443 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.5/ext/session/
H A Dsession.c668 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
692 …OnUpdateStringUnempty(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
776 p = (smart_str *) (base+(size_t) mh_arg1); in ZEND_INI_MH()
/PHP-5.5/ext/exif/
H A Dexif.c189 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_DECLARE_MODULE_GLOBALS()
204 …return OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in ZEND_INI_MH()
/PHP-5.5/ext/tidy/
H A Dtidy.c1140 …status = OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_… in PHP_INI_MH()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c1341 …if (OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC)… in PHP_INI_MH()
1404 OnUpdateBool(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.5/ext/iconv/
H A Diconv.c228 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.5/ext/soap/
H A Dsoap.c480 p = (char*) (base+(size_t) mh_arg1); in ZEND_INI_MH()
513 OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC); in PHP_INI_MH()
/PHP-5.5/ext/date/
H A Dphp_date.c936 …if (OnUpdateString(entry, new_value, new_value_length, mh_arg1, mh_arg2, mh_arg3, stage TSRMLS_CC)… in PHP_INI_MH()

Completed in 116 milliseconds