Home
last modified time | relevance | path

Searched refs:iterator_funcs_ptr (Results 1 – 25 of 101) sorted by relevance

12345

/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_interfaces.c339 if (class_type->iterator_funcs_ptr != NULL) { in zend_implement_aggregate()
340 class_type->iterator_funcs_ptr->zf_new_iterator = NULL; in zend_implement_aggregate()
342 class_type->iterator_funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
345 memset(class_type->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
373 if (class_type->iterator_funcs_ptr != NULL) { in zend_implement_iterator()
374 class_type->iterator_funcs_ptr->zf_valid = NULL; in zend_implement_iterator()
375 class_type->iterator_funcs_ptr->zf_current = NULL; in zend_implement_iterator()
376 class_type->iterator_funcs_ptr->zf_key = NULL; in zend_implement_iterator()
377 class_type->iterator_funcs_ptr->zf_next = NULL; in zend_implement_iterator()
378 class_type->iterator_funcs_ptr->zf_rewind = NULL; in zend_implement_iterator()
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_interfaces.c339 if (class_type->iterator_funcs_ptr != NULL) { in zend_implement_aggregate()
340 class_type->iterator_funcs_ptr->zf_new_iterator = NULL; in zend_implement_aggregate()
342 class_type->iterator_funcs_ptr = calloc(1, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
345 memset(class_type->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_implement_aggregate()
373 if (class_type->iterator_funcs_ptr != NULL) { in zend_implement_iterator()
374 class_type->iterator_funcs_ptr->zf_valid = NULL; in zend_implement_iterator()
375 class_type->iterator_funcs_ptr->zf_current = NULL; in zend_implement_iterator()
376 class_type->iterator_funcs_ptr->zf_key = NULL; in zend_implement_iterator()
377 class_type->iterator_funcs_ptr->zf_next = NULL; in zend_implement_iterator()
378 class_type->iterator_funcs_ptr->zf_rewind = NULL; in zend_implement_iterator()
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_interfaces.c127 …zend_call_method_with_0_params(object, ce, &ce->iterator_funcs_ptr->zf_new_iterator, "getiterator"… in zend_user_it_new_iterator()
163 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid, "valid",… in zend_user_it_valid()
192 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "key", &re… in zend_user_it_get_current_key()
213 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, "next", N… in zend_user_it_move_forward()
224 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind, "rewind… in zend_user_it_rewind()
351 funcs_ptr = class_type->iterator_funcs_ptr; in zend_implement_aggregate()
355 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
361 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
398 funcs_ptr = class_type->iterator_funcs_ptr; in zend_implement_iterator()
402 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_iterator()
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_interfaces.c127 …zend_call_method_with_0_params(object, ce, &ce->iterator_funcs_ptr->zf_new_iterator, "getiterator"… in zend_user_it_new_iterator()
163 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid, "valid",… in zend_user_it_valid()
192 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "key", &re… in zend_user_it_get_current_key()
213 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, "next", N… in zend_user_it_move_forward()
224 …zend_call_method_with_0_params(object, iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind, "rewind… in zend_user_it_rewind()
351 funcs_ptr = class_type->iterator_funcs_ptr; in zend_implement_aggregate()
355 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
361 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
398 funcs_ptr = class_type->iterator_funcs_ptr; in zend_implement_iterator()
402 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_iterator()
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_interfaces.c93 ce->iterator_funcs_ptr->zf_new_iterator, Z_OBJ_P(object), retval); in zend_user_it_new_iterator()
129 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid,… in zend_user_it_valid()
145 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_curren… in zend_user_it_get_current_data()
156 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "… in zend_user_it_get_current_key()
170 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, … in zend_user_it_move_forward()
181 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind… in zend_user_it_rewind()
297 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_aggregate()
302 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
336 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_iterator()
341 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_iterator()
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_interfaces.c93 ce->iterator_funcs_ptr->zf_new_iterator, Z_OBJ_P(object), retval); in zend_user_it_new_iterator()
129 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid,… in zend_user_it_valid()
145 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_curren… in zend_user_it_get_current_data()
156 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "… in zend_user_it_get_current_key()
170 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, … in zend_user_it_move_forward()
181 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind… in zend_user_it_rewind()
297 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_aggregate()
302 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
336 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_iterator()
341 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_iterator()
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_interfaces.c93 ce->iterator_funcs_ptr->zf_new_iterator, Z_OBJ_P(object), retval); in zend_user_it_new_iterator()
129 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid,… in zend_user_it_valid()
145 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_curren… in zend_user_it_get_current_data()
156 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "… in zend_user_it_get_current_key()
170 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, … in zend_user_it_move_forward()
181 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind… in zend_user_it_rewind()
297 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_aggregate()
302 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
336 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_iterator()
341 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_iterator()
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_interfaces.c93 ce->iterator_funcs_ptr->zf_new_iterator, Z_OBJ_P(object), retval); in zend_user_it_new_iterator()
129 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_valid,… in zend_user_it_valid()
145 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_curren… in zend_user_it_get_current_data()
156 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_key, "… in zend_user_it_get_current_key()
170 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_next, … in zend_user_it_move_forward()
181 …zend_call_method_with_0_params(Z_OBJ_P(object), iter->ce, &iter->ce->iterator_funcs_ptr->zf_rewind… in zend_user_it_rewind()
297 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_aggregate()
302 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_aggregate()
336 ZEND_ASSERT(!class_type->iterator_funcs_ptr && "Iterator funcs already set?"); in zend_implement_iterator()
341 class_type->iterator_funcs_ptr = funcs_ptr; in zend_implement_iterator()
/dports/lang/php73/php-7.3.33/ext/spl/
H A Dspl_fixedarray.c241 if (!class_type->iterator_funcs_ptr->zf_current) { in spl_fixedarray_object_new_ex()
242 …class_type->iterator_funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "r… in spl_fixedarray_object_new_ex()
243 …class_type->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "va… in spl_fixedarray_object_new_ex()
244 …class_type->iterator_funcs_ptr->zf_key = zend_hash_str_find_ptr(&class_type->function_table, "key"… in spl_fixedarray_object_new_ex()
245 …class_type->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&class_type->function_table, "… in spl_fixedarray_object_new_ex()
246 …class_type->iterator_funcs_ptr->zf_next = zend_hash_str_find_ptr(&class_type->function_table, "nex… in spl_fixedarray_object_new_ex()
249 if (class_type->iterator_funcs_ptr->zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()
252 if (class_type->iterator_funcs_ptr->zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
255 if (class_type->iterator_funcs_ptr->zf_key->common.scope != parent) { in spl_fixedarray_object_new_ex()
258 if (class_type->iterator_funcs_ptr->zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
[all …]
/dports/www/mod_php73/php-7.3.33/ext/spl/
H A Dspl_fixedarray.c241 if (!class_type->iterator_funcs_ptr->zf_current) { in spl_fixedarray_object_new_ex()
242 …class_type->iterator_funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&class_type->function_table, "r… in spl_fixedarray_object_new_ex()
243 …class_type->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&class_type->function_table, "va… in spl_fixedarray_object_new_ex()
244 …class_type->iterator_funcs_ptr->zf_key = zend_hash_str_find_ptr(&class_type->function_table, "key"… in spl_fixedarray_object_new_ex()
245 …class_type->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&class_type->function_table, "… in spl_fixedarray_object_new_ex()
246 …class_type->iterator_funcs_ptr->zf_next = zend_hash_str_find_ptr(&class_type->function_table, "nex… in spl_fixedarray_object_new_ex()
249 if (class_type->iterator_funcs_ptr->zf_rewind->common.scope != parent) { in spl_fixedarray_object_new_ex()
252 if (class_type->iterator_funcs_ptr->zf_valid->common.scope != parent) { in spl_fixedarray_object_new_ex()
255 if (class_type->iterator_funcs_ptr->zf_key->common.scope != parent) { in spl_fixedarray_object_new_ex()
258 if (class_type->iterator_funcs_ptr->zf_current->common.scope != parent) { in spl_fixedarray_object_new_ex()
[all …]
/dports/www/mod_php81/php-8.1.1/ext/spl/
H A Dspl_observer.c1020 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in PHP_METHOD()
1041 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in PHP_METHOD()
1070 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in PHP_METHOD()
1108 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in spl_multiple_iterator_get_all()
1119 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in spl_multiple_iterator_get_all()
1121 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in spl_multiple_iterator_get_all()
/dports/lang/php80/php-8.0.15/ext/spl/
H A Dspl_observer.c1032 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in PHP_METHOD()
1054 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in PHP_METHOD()
1083 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in PHP_METHOD()
1119 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in spl_multiple_iterator_get_all()
1130 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in spl_multiple_iterator_get_all()
1132 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in spl_multiple_iterator_get_all()
/dports/lang/php81/php-8.1.1/ext/spl/
H A Dspl_observer.c1020 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in PHP_METHOD()
1041 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in PHP_METHOD()
1070 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in PHP_METHOD()
1108 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in spl_multiple_iterator_get_all()
1119 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in spl_multiple_iterator_get_all()
1121 …zend_call_method_with_0_params(it, it->ce, it->ce->iterator_funcs_ptr ? &it->ce->iterator_funcs_pt… in spl_multiple_iterator_get_all()
/dports/www/mod_php80/php-8.0.15/ext/spl/
H A Dspl_observer.c1032 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in PHP_METHOD()
1054 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in PHP_METHOD()
1083 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in PHP_METHOD()
1119 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in spl_multiple_iterator_get_all()
1130 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in spl_multiple_iterator_get_all()
1132 …arams(Z_OBJ_P(it), Z_OBJCE_P(it), Z_OBJCE_P(it)->iterator_funcs_ptr ? &Z_OBJCE_P(it)->iterator_fun… in spl_multiple_iterator_get_all()
/dports/lang/php74/php-7.4.27/ext/opcache/
H A Dzend_file_cache.c793 if (ce->iterator_funcs_ptr) {
795 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
796 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
797 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
798 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
799 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
800 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1485 if (ce->iterator_funcs_ptr) {
1486 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1490 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
H A Dzend_persist.c870 if (ce->iterator_funcs_ptr) { in zend_persist_class_entry()
871 …ce->iterator_funcs_ptr = zend_shared_memdup(ce->iterator_funcs_ptr, sizeof(zend_class_iterator_fun… in zend_persist_class_entry()
918 if (ce->iterator_funcs_ptr) { in zend_update_parent_ce()
919 memset(ce->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_update_parent_ce()
921 …ce->iterator_funcs_ptr->zf_new_iterator = zend_hash_str_find_ptr(&ce->function_table, "getiterator… in zend_update_parent_ce()
924 …ce->iterator_funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&ce->function_table, "rewind", sizeof("… in zend_update_parent_ce()
925 …ce->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&ce->function_table, "valid", sizeof("va… in zend_update_parent_ce()
926 …ce->iterator_funcs_ptr->zf_key = zend_hash_str_find_ptr(&ce->function_table, "key", sizeof("key") … in zend_update_parent_ce()
927 …ce->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&ce->function_table, "current", sizeof… in zend_update_parent_ce()
928 …ce->iterator_funcs_ptr->zf_next = zend_hash_str_find_ptr(&ce->function_table, "next", sizeof("next… in zend_update_parent_ce()
/dports/www/php74-opcache/php-7.4.27/ext/opcache/
H A Dzend_file_cache.c793 if (ce->iterator_funcs_ptr) {
795 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
796 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
797 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
798 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
799 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
800 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1485 if (ce->iterator_funcs_ptr) {
1486 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1490 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
/dports/www/mod_php74/php-7.4.27/ext/opcache/
H A Dzend_file_cache.c793 if (ce->iterator_funcs_ptr) {
795 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
796 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
797 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
798 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
799 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
800 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1485 if (ce->iterator_funcs_ptr) {
1486 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1490 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
/dports/lang/php81/php-8.1.1/ext/opcache/
H A Dzend_file_cache.c858 if (ce->iterator_funcs_ptr) {
860 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
861 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
862 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
863 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
864 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
865 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1629 if (ce->iterator_funcs_ptr) {
1630 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1634 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
/dports/www/mod_php81/php-8.1.1/ext/opcache/
H A Dzend_file_cache.c858 if (ce->iterator_funcs_ptr) {
860 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
861 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
862 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
863 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
864 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
865 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1629 if (ce->iterator_funcs_ptr) {
1630 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1634 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
/dports/lang/php80/php-8.0.15/ext/opcache/
H A Dzend_file_cache.c848 if (ce->iterator_funcs_ptr) {
850 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
851 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
852 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
853 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
854 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
855 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1600 if (ce->iterator_funcs_ptr) {
1601 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1605 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
H A Dzend_persist.c976 if (ce->iterator_funcs_ptr) { in zend_persist_class_entry()
977 …ce->iterator_funcs_ptr = zend_shared_memdup(ce->iterator_funcs_ptr, sizeof(zend_class_iterator_fun… in zend_persist_class_entry()
1024 if (ce->iterator_funcs_ptr) { in zend_update_parent_ce()
1025 memset(ce->iterator_funcs_ptr, 0, sizeof(zend_class_iterator_funcs)); in zend_update_parent_ce()
1027 …ce->iterator_funcs_ptr->zf_new_iterator = zend_hash_str_find_ptr(&ce->function_table, "getiterator… in zend_update_parent_ce()
1030 …ce->iterator_funcs_ptr->zf_rewind = zend_hash_str_find_ptr(&ce->function_table, "rewind", sizeof("… in zend_update_parent_ce()
1031 …ce->iterator_funcs_ptr->zf_valid = zend_hash_str_find_ptr(&ce->function_table, "valid", sizeof("va… in zend_update_parent_ce()
1032 …ce->iterator_funcs_ptr->zf_key = zend_hash_str_find_ptr(&ce->function_table, "key", sizeof("key") … in zend_update_parent_ce()
1033 …ce->iterator_funcs_ptr->zf_current = zend_hash_str_find_ptr(&ce->function_table, "current", sizeof… in zend_update_parent_ce()
1034 …ce->iterator_funcs_ptr->zf_next = zend_hash_str_find_ptr(&ce->function_table, "next", sizeof("next… in zend_update_parent_ce()
/dports/www/php81-opcache/php-8.1.1/ext/opcache/
H A Dzend_file_cache.c858 if (ce->iterator_funcs_ptr) {
860 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
861 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
862 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
863 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
864 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
865 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1629 if (ce->iterator_funcs_ptr) {
1630 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1634 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
/dports/www/php80-opcache/php-8.0.15/ext/opcache/
H A Dzend_file_cache.c848 if (ce->iterator_funcs_ptr) {
850 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
851 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
852 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
853 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
854 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
855 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1600 if (ce->iterator_funcs_ptr) {
1601 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1605 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]
/dports/www/mod_php80/php-8.0.15/ext/opcache/
H A Dzend_file_cache.c848 if (ce->iterator_funcs_ptr) {
850 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_rewind);
851 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_valid);
852 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
853 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_current);
854 SERIALIZE_PTR(ce->iterator_funcs_ptr->zf_next);
855 SERIALIZE_PTR(ce->iterator_funcs_ptr);
1600 if (ce->iterator_funcs_ptr) {
1601 UNSERIALIZE_PTR(ce->iterator_funcs_ptr);
1605 UNSERIALIZE_PTR(ce->iterator_funcs_ptr->zf_key);
[all …]

12345