Lines Matching refs:ini_directives

93 	EG(ini_directives) = registered_zend_ini_directives;  in zend_ini_startup()
104 zend_hash_destroy(EG(ini_directives)); in zend_ini_shutdown()
105 free(EG(ini_directives)); in zend_ini_shutdown()
136 EG(ini_directives) = (HashTable *) malloc(sizeof(HashTable)); in zend_copy_ini_directives()
137 …if (zend_hash_init_ex(EG(ini_directives), registered_zend_ini_directives->nNumOfElements, NULL, NU… in zend_copy_ini_directives()
140 …zend_hash_copy(EG(ini_directives), registered_zend_ini_directives, NULL, &ini_entry, sizeof(zend_i… in zend_copy_ini_directives()
168 zend_hash_sort(EG(ini_directives), zend_qsort, ini_key_compare, 0 TSRMLS_CC); in zend_ini_sort_entries()
192 if (directives != EG(ini_directives)) { in zend_register_ini_entries()
193 directives = EG(ini_directives); in zend_register_ini_entries()
240 …zend_hash_apply_with_argument(EG(ini_directives), (apply_func_arg_t) zend_ini_refresh_cache, (void… in zend_ini_refresh_caches()
260 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE) { in zend_alter_ini_entry_ex()
312 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == FAILURE || in zend_restore_ini_entry()
351 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) { in zend_ini_long()
368 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) { in zend_ini_double()
385 if (zend_hash_find(EG(ini_directives), name, name_length, (void **) &ini_entry) == SUCCESS) { in zend_ini_string_ex()