zend_accel_store   91 ext/opcache/zend_persist.c 		zend_accel_store(data, HT_USED_SIZE(ht));
zend_accel_store  293 ext/opcache/zend_persist.c 					zend_accel_store(Z_ARR_P(z), sizeof(zend_array));
zend_accel_store  309 ext/opcache/zend_persist.c 				zend_accel_store(Z_REF_P(z), sizeof(zend_reference));
zend_accel_store  318 ext/opcache/zend_persist.c 				zend_accel_store(Z_AST_P(z), sizeof(zend_ast_ref));
zend_accel_store  349 ext/opcache/zend_persist.c 					zend_accel_store(Z_ARR_P(z), sizeof(zend_array));
zend_accel_store  365 ext/opcache/zend_persist.c 				zend_accel_store(Z_REF_P(z), sizeof(zend_reference));
zend_accel_store  375 ext/opcache/zend_persist.c 				zend_accel_store(Z_AST_P(z), sizeof(zend_ast_ref));
zend_accel_store  408 ext/opcache/zend_persist.c 					zend_accel_store(Z_ARR_P(z), sizeof(zend_array));
zend_accel_store  424 ext/opcache/zend_persist.c 				zend_accel_store(Z_REF_P(z), sizeof(zend_reference));
zend_accel_store  433 ext/opcache/zend_persist.c 				zend_accel_store(Z_AST_P(z), sizeof(zend_ast_ref));
zend_accel_store  476 ext/opcache/zend_persist.c 			zend_accel_store(op_array->static_variables, sizeof(HashTable));
zend_accel_store  604 ext/opcache/zend_persist.c 			zend_accel_store(arg_info, sizeof(zend_arg_info) * num_args);
zend_accel_store  621 ext/opcache/zend_persist.c 		zend_accel_store(op_array->brk_cont_array, sizeof(zend_brk_cont_element) * op_array->last_brk_cont);
zend_accel_store  645 ext/opcache/zend_persist.c 		zend_accel_store(op_array->try_catch_array, sizeof(zend_try_catch_element) * op_array->last_try_catch);
zend_accel_store  655 ext/opcache/zend_persist.c 			zend_accel_store(op_array->vars, sizeof(zend_string*) * op_array->last_var);
zend_accel_store  733 ext/opcache/zend_persist.c 			zend_accel_store(ce->default_properties_table, sizeof(zval) * ce->default_properties_count);
zend_accel_store  741 ext/opcache/zend_persist.c 			zend_accel_store(ce->default_static_members_table, sizeof(zval) * ce->default_static_members_count);
zend_accel_store  787 ext/opcache/zend_persist.c 					zend_accel_store(ce->trait_aliases[i]->trait_method,
zend_accel_store  795 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_aliases[i], sizeof(zend_trait_alias));
zend_accel_store  799 ext/opcache/zend_persist.c 			zend_accel_store(ce->trait_aliases, sizeof(zend_trait_alias*) * (i + 1));
zend_accel_store  809 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_precedences[i]->trait_method,
zend_accel_store  819 ext/opcache/zend_persist.c 					zend_accel_store(ce->trait_precedences[i]->exclude_from_classes,
zend_accel_store  823 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_precedences[i], sizeof(zend_trait_precedence));
zend_accel_store  826 ext/opcache/zend_persist.c 			zend_accel_store(
zend_accel_store  905 ext/opcache/zend_persist.c 	zend_accel_store(script, sizeof(zend_persistent_script));