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 79 ext/opcache/zend_persist.c zend_accel_store(p->pData, el_size); zend_accel_store 133 ext/opcache/zend_persist.c zend_accel_store(ht->arBuckets, sizeof(Bucket*) * ht->nTableSize); zend_accel_store 154 ext/opcache/zend_persist.c zend_accel_store(z->value.ht, sizeof(HashTable)); zend_accel_store 168 ext/opcache/zend_persist.c zend_accel_store(*zp, sizeof(zval)); zend_accel_store 357 ext/opcache/zend_persist.c zend_accel_store(op_array->function_name, strlen(op_array->function_name) + 1); zend_accel_store 368 ext/opcache/zend_persist.c zend_accel_store(op_array->arg_info, sizeof(zend_arg_info) * op_array->num_args); zend_accel_store 381 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 386 ext/opcache/zend_persist.c zend_accel_store(op_array->static_variables, sizeof(HashTable)); zend_accel_store 395 ext/opcache/zend_persist.c zend_accel_store(op_array->doc_comment, op_array->doc_comment_len + 1); zend_accel_store 407 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 415 ext/opcache/zend_persist.c zend_accel_store(op_array->vars, sizeof(zend_compiled_variable) * op_array->last_var); zend_accel_store 444 ext/opcache/zend_persist.c zend_accel_store(prop->doc_comment, prop->doc_comment_len + 1); zend_accel_store 461 ext/opcache/zend_persist.c *pce = zend_accel_store(ce, sizeof(zend_class_entry)); zend_accel_store 468 ext/opcache/zend_persist.c zend_accel_store(ce->default_properties_table, sizeof(zval*) * ce->default_properties_count); zend_accel_store 478 ext/opcache/zend_persist.c zend_accel_store(ce->default_static_members_table, sizeof(zval*) * ce->default_static_members_count); zend_accel_store 499 ext/opcache/zend_persist.c zend_accel_store(ZEND_CE_DOC_COMMENT(ce), ZEND_CE_DOC_COMMENT_LEN(ce) + 1); zend_accel_store 526 ext/opcache/zend_persist.c zend_accel_store(ce->trait_aliases[i]->trait_method->method_name, zend_accel_store 530 ext/opcache/zend_persist.c zend_accel_store(ce->trait_aliases[i]->trait_method->class_name, zend_accel_store 534 ext/opcache/zend_persist.c zend_accel_store(ce->trait_aliases[i]->trait_method, zend_accel_store 539 ext/opcache/zend_persist.c zend_accel_store(ce->trait_aliases[i]->alias, zend_accel_store 546 ext/opcache/zend_persist.c zend_accel_store(ce->trait_aliases[i], sizeof(zend_trait_alias)); zend_accel_store 550 ext/opcache/zend_persist.c zend_accel_store(ce->trait_aliases, sizeof(zend_trait_alias*) * (i + 1)); zend_accel_store 557 ext/opcache/zend_persist.c zend_accel_store(ce->trait_precedences[i]->trait_method->method_name, zend_accel_store 559 ext/opcache/zend_persist.c zend_accel_store(ce->trait_precedences[i]->trait_method->class_name, zend_accel_store 562 ext/opcache/zend_persist.c zend_accel_store(ce->trait_precedences[i]->trait_method, zend_accel_store 569 ext/opcache/zend_persist.c zend_accel_store(ce->trait_precedences[i]->exclude_from_classes[j], zend_accel_store 573 ext/opcache/zend_persist.c zend_accel_store(ce->trait_precedences[i]->exclude_from_classes, zend_accel_store 580 ext/opcache/zend_persist.c zend_accel_store(ce->trait_precedences[i], sizeof(zend_trait_precedence)); zend_accel_store 583 ext/opcache/zend_persist.c zend_accel_store( zend_accel_store 675 ext/opcache/zend_persist.c zend_accel_store(script->full_path, script->full_path_len + 1); zend_accel_store 676 ext/opcache/zend_persist.c zend_accel_store(script, sizeof(zend_persistent_script));