Home
last modified time | relevance | path

Searched refs:base_ce (Results 1 – 25 of 36) sorted by relevance

12

/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_exceptions.c84 zend_class_entry *base_ce; in zend_exception_set_previous() local
110 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
232 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
249 base_ce = i_get_exception_base(object); in zend_default_exception_new_ex()
296 zend_class_entry *base_ce; in ZEND_METHOD() local
299 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
608 zend_class_entry *base_ce; in ZEND_METHOD() local
615 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
656 zend_class_entry *base_ce; in ZEND_METHOD() local
725 …ption) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) && instanceof_function… in ZEND_METHOD()
[all …]
H A Dzend_API.h1462 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1464 …if (UNEXPECTED(!zend_parse_arg_obj_or_str(_arg, &destination_object, base_ce, &destination_string,…
1465 if (base_ce) { \
1466 _error = ZSTR_VAL((base_ce)->name); \
1476 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1477 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 0);
1479 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
1480 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 1);
2224 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str() argument
2227 if (!base_ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), base_ce))) { in zend_parse_arg_obj_or_str()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_exceptions.c84 zend_class_entry *base_ce; in zend_exception_set_previous() local
110 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
232 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
249 base_ce = i_get_exception_base(object); in zend_default_exception_new_ex()
296 zend_class_entry *base_ce; in ZEND_METHOD() local
299 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
608 zend_class_entry *base_ce; in ZEND_METHOD() local
615 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
656 zend_class_entry *base_ce; in ZEND_METHOD() local
725 …ption) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) && instanceof_function… in ZEND_METHOD()
[all …]
H A Dzend_API.h1462 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1464 …if (UNEXPECTED(!zend_parse_arg_obj_or_str(_arg, &destination_object, base_ce, &destination_string,…
1465 if (base_ce) { \
1466 _error = ZSTR_VAL((base_ce)->name); \
1476 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1477 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 0);
1479 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
1480 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 1);
2224 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str() argument
2227 if (!base_ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), base_ce))) { in zend_parse_arg_obj_or_str()
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_exceptions.c77 zend_class_entry *base_ce; in zend_exception_set_previous() local
104 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
212 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
227 base_ce = i_get_exception_base(&obj); in zend_default_exception_new_ex()
276 zend_class_entry *base_ce; in ZEND_METHOD() local
280 base_ce = i_get_exception_base(object); in ZEND_METHOD()
290 ce = base_ce; in ZEND_METHOD()
625 zend_class_entry *base_ce; in ZEND_METHOD() local
632 base_ce = i_get_exception_base(object); in ZEND_METHOD()
672 zend_class_entry *base_ce; in ZEND_METHOD() local
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_exceptions.c77 zend_class_entry *base_ce; in zend_exception_set_previous() local
104 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
214 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
231 base_ce = i_get_exception_base(&obj); in zend_default_exception_new_ex()
280 zend_class_entry *base_ce; in ZEND_METHOD() local
284 base_ce = i_get_exception_base(object); in ZEND_METHOD()
294 ce = base_ce; in ZEND_METHOD()
629 zend_class_entry *base_ce; in ZEND_METHOD() local
636 base_ce = i_get_exception_base(object); in ZEND_METHOD()
676 zend_class_entry *base_ce; in ZEND_METHOD() local
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_exceptions.c77 zend_class_entry *base_ce; in zend_exception_set_previous() local
104 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
212 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
227 base_ce = i_get_exception_base(&obj); in zend_default_exception_new_ex()
276 zend_class_entry *base_ce; in ZEND_METHOD() local
280 base_ce = i_get_exception_base(object); in ZEND_METHOD()
290 ce = base_ce; in ZEND_METHOD()
625 zend_class_entry *base_ce; in ZEND_METHOD() local
632 base_ce = i_get_exception_base(object); in ZEND_METHOD()
672 zend_class_entry *base_ce; in ZEND_METHOD() local
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_exceptions.c77 zend_class_entry *base_ce; in zend_exception_set_previous() local
104 base_ce = i_get_exception_base(ex); in zend_exception_set_previous()
214 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
231 base_ce = i_get_exception_base(&obj); in zend_default_exception_new_ex()
280 zend_class_entry *base_ce; in ZEND_METHOD() local
284 base_ce = i_get_exception_base(object); in ZEND_METHOD()
294 ce = base_ce; in ZEND_METHOD()
629 zend_class_entry *base_ce; in ZEND_METHOD() local
636 base_ce = i_get_exception_base(object); in ZEND_METHOD()
676 zend_class_entry *base_ce; in ZEND_METHOD() local
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_exceptions.c94 zend_class_entry *base_ce; in zend_exception_set_previous() local
120 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
242 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
259 base_ce = i_get_exception_base(object); in zend_default_exception_new_ex()
264 zend_update_property_ex(base_ce, object, ZSTR_KNOWN(ZEND_STR_FILE), &tmp); in zend_default_exception_new_ex()
306 zend_class_entry *base_ce; in ZEND_METHOD() local
309 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
620 zend_class_entry *base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD() local
647 zend_class_entry *base_ce; in ZEND_METHOD() local
716 …ption) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) && instanceof_function… in ZEND_METHOD()
[all …]
H A Dzend_API.h1535 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1537 …if (UNEXPECTED(!zend_parse_arg_obj_or_str(_arg, &destination_object, base_ce, &destination_string,…
1538 if (base_ce) { \
1539 _error = ZSTR_VAL((base_ce)->name); \
1549 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1550 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 0);
1552 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
1553 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 1);
2261 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str() argument
2264 if (!base_ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), base_ce))) { in zend_parse_arg_obj_or_str()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_exceptions.c94 zend_class_entry *base_ce; in zend_exception_set_previous() local
120 base_ce = i_get_exception_base(Z_OBJ_P(ex)); in zend_exception_set_previous()
242 zend_class_entry *base_ce; in zend_default_exception_new_ex() local
259 base_ce = i_get_exception_base(object); in zend_default_exception_new_ex()
264 zend_update_property_ex(base_ce, object, ZSTR_KNOWN(ZEND_STR_FILE), &tmp); in zend_default_exception_new_ex()
306 zend_class_entry *base_ce; in ZEND_METHOD() local
309 base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD()
620 zend_class_entry *base_ce = i_get_exception_base(Z_OBJ_P(object)); in ZEND_METHOD() local
647 zend_class_entry *base_ce; in ZEND_METHOD() local
716 …ption) == IS_OBJECT && (base_ce = i_get_exception_base(Z_OBJ_P(exception))) && instanceof_function… in ZEND_METHOD()
[all …]
H A Dzend_API.h1535 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, allow_null)… argument
1537 …if (UNEXPECTED(!zend_parse_arg_obj_or_str(_arg, &destination_object, base_ce, &destination_string,…
1538 if (base_ce) { \
1539 _error = ZSTR_VAL((base_ce)->name); \
1549 #define Z_PARAM_OBJ_OF_CLASS_OR_STR(destination_object, base_ce, destination_string) \ argument
1550 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 0);
1552 #define Z_PARAM_OBJ_OF_CLASS_OR_STR_OR_NULL(destination_object, base_ce, destination_string) \ argument
1553 Z_PARAM_OBJ_OF_CLASS_OR_STR_EX(destination_object, base_ce, destination_string, 1);
2261 …zval *arg, zend_object **destination_object, zend_class_entry *base_ce, zend_string **destination_… in zend_parse_arg_obj_or_str() argument
2264 if (!base_ce || EXPECTED(instanceof_function(Z_OBJCE_P(arg), base_ce))) { in zend_parse_arg_obj_or_str()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Drockridge.c626 (*ce + base_ce) / BLOCK_SIZE) { in susp_calc_add_to_ce()
629 if ((*ce + base_ce) % BLOCK_SIZE) in susp_calc_add_to_ce()
1102 susp_calc_add_to_ce(ce_len, base_ce, 16, flag & 2); in add_zf_field()
1179 (double) base_ce, n->node->name); in susp_calc_nm_sl_al()
1190 if (base_ce % BLOCK_SIZE) { in susp_calc_nm_sl_al()
1393 if (base_ce / BLOCK_SIZE != in susp_calc_nm_sl_al()
1400 (double) base_ce, (unsigned long) (base_ce / BLOCK_SIZE), in susp_calc_nm_sl_al()
1401 (double) (base_ce + *ce - 1), in susp_calc_nm_sl_al()
1449 base_ce, flag & (1 | 2)); in add_aa_string()
1456 base_ce, 0); in add_aa_string()
[all …]
H A Drockridge.h207 size_t *ce, size_t base_ce);
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dvirtualdirmode.cc8117 std::unique_ptr< NWC::Dir > VirtualDirMode::createSubVDir( RefCount< DMCacheEntryNWC > base_ce, in createSubVDir() argument
8120 std::string old_name = base_ce->getNameOfDir(); in createSubVDir()
8143 pos < (int)base_ce->getSize(); in createSubVDir()
8145 auto es = base_ce->getEntry( pos ); in createSubVDir()
/dports/lang/gnat_util/gcc-6-20180516/gcc/cp/
H A Dconstexpr.c2416 constructor_elt *base_ce in base_field_constructor_elt() local
2418 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/cp/
H A Dconstexpr.c2416 constructor_elt *base_ce in base_field_constructor_elt() local
2418 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c2729 constructor_elt *base_ce in base_field_constructor_elt() local
2731 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/cp/
H A Dconstexpr.c2721 constructor_elt *base_ce in base_field_constructor_elt() local
2723 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c2729 constructor_elt *base_ce in base_field_constructor_elt() local
2731 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c2729 constructor_elt *base_ce in base_field_constructor_elt() local
2731 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/cp/
H A Dconstexpr.c2729 constructor_elt *base_ce in base_field_constructor_elt() local
2731 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/lang/gcc8/gcc-8.5.0/gcc/cp/
H A Dconstexpr.c2731 constructor_elt *base_ce in base_field_constructor_elt() local
2733 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/lang/gcc9/gcc-9.4.0/gcc/cp/
H A Dconstexpr.c2913 constructor_elt *base_ce in base_field_constructor_elt() local
2915 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/cp/
H A Dconstexpr.c2873 constructor_elt *base_ce in base_field_constructor_elt() local
2875 v = CONSTRUCTOR_ELTS (base_ce->value); in base_field_constructor_elt()

12