zend_accel_store   41 ext/opcache/zend_persist.c 		if (!IS_INTERNED(str)) { zend_accel_store(str, len); } \
zend_accel_store   48 ext/opcache/zend_persist.c 	zend_accel_store(str, len)
zend_accel_store   80 ext/opcache/zend_persist.c 			zend_accel_store(p->pData, el_size);
zend_accel_store  134 ext/opcache/zend_persist.c 		zend_accel_store(ht->arBuckets, sizeof(Bucket*) * ht->nTableSize);
zend_accel_store  180 ext/opcache/zend_persist.c 			zend_accel_store(z->value.ht, sizeof(HashTable));
zend_accel_store  199 ext/opcache/zend_persist.c 		zend_accel_store(*zp, sizeof(zval));
zend_accel_store  388 ext/opcache/zend_persist.c 			zend_accel_store(op_array->function_name, strlen(op_array->function_name) + 1);
zend_accel_store  399 ext/opcache/zend_persist.c 			zend_accel_store(op_array->arg_info, sizeof(zend_arg_info) * op_array->num_args);
zend_accel_store  412 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  417 ext/opcache/zend_persist.c 		zend_accel_store(op_array->static_variables, sizeof(HashTable));
zend_accel_store  426 ext/opcache/zend_persist.c 			zend_accel_store(op_array->doc_comment, op_array->doc_comment_len + 1);
zend_accel_store  438 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  446 ext/opcache/zend_persist.c 			zend_accel_store(op_array->vars, sizeof(zend_compiled_variable) * op_array->last_var);
zend_accel_store  475 ext/opcache/zend_persist.c 			zend_accel_store(prop->doc_comment, prop->doc_comment_len + 1);
zend_accel_store  492 ext/opcache/zend_persist.c 		*pce = zend_accel_store(ce, sizeof(zend_class_entry));
zend_accel_store  499 ext/opcache/zend_persist.c 			zend_accel_store(ce->default_properties_table, sizeof(zval*) * ce->default_properties_count);
zend_accel_store  509 ext/opcache/zend_persist.c 			zend_accel_store(ce->default_static_members_table, sizeof(zval*) * ce->default_static_members_count);
zend_accel_store  530 ext/opcache/zend_persist.c 				zend_accel_store(ZEND_CE_DOC_COMMENT(ce), ZEND_CE_DOC_COMMENT_LEN(ce) + 1);
zend_accel_store  557 ext/opcache/zend_persist.c 						zend_accel_store(ce->trait_aliases[i]->trait_method->method_name,
zend_accel_store  561 ext/opcache/zend_persist.c 						zend_accel_store(ce->trait_aliases[i]->trait_method->class_name,
zend_accel_store  565 ext/opcache/zend_persist.c 					zend_accel_store(ce->trait_aliases[i]->trait_method,
zend_accel_store  570 ext/opcache/zend_persist.c 					zend_accel_store(ce->trait_aliases[i]->alias,
zend_accel_store  577 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_aliases[i], sizeof(zend_trait_alias));
zend_accel_store  581 ext/opcache/zend_persist.c 			zend_accel_store(ce->trait_aliases, sizeof(zend_trait_alias*) * (i + 1));
zend_accel_store  588 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_precedences[i]->trait_method->method_name,
zend_accel_store  590 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_precedences[i]->trait_method->class_name,
zend_accel_store  593 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_precedences[i]->trait_method,
zend_accel_store  600 ext/opcache/zend_persist.c 						zend_accel_store(ce->trait_precedences[i]->exclude_from_classes[j],
zend_accel_store  604 ext/opcache/zend_persist.c 					zend_accel_store(ce->trait_precedences[i]->exclude_from_classes,
zend_accel_store  611 ext/opcache/zend_persist.c 				zend_accel_store(ce->trait_precedences[i], sizeof(zend_trait_precedence));
zend_accel_store  614 ext/opcache/zend_persist.c 			zend_accel_store(
zend_accel_store  712 ext/opcache/zend_persist.c 	zend_accel_store(script->full_path, script->full_path_len + 1);
zend_accel_store  713 ext/opcache/zend_persist.c 	zend_accel_store(script, sizeof(zend_persistent_script));