php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
_zend_accel_hash Struct Reference

#include <zend_accelerator_hash.h>

Data Fields

zend_accel_hash_entry ** hash_table
 
zend_accel_hash_entryhash_entries
 
uint32_t num_entries
 
uint32_t max_num_entries
 
uint32_t num_direct_entries
 

Detailed Description

Definition at line 55 of file zend_accelerator_hash.h.

Field Documentation

◆ hash_entries

zend_accel_hash_entry* _zend_accel_hash::hash_entries

Definition at line 57 of file zend_accelerator_hash.h.

◆ hash_table

zend_accel_hash_entry** _zend_accel_hash::hash_table

Definition at line 56 of file zend_accelerator_hash.h.

◆ max_num_entries

uint32_t _zend_accel_hash::max_num_entries

Definition at line 59 of file zend_accelerator_hash.h.

◆ num_direct_entries

uint32_t _zend_accel_hash::num_direct_entries

Definition at line 60 of file zend_accelerator_hash.h.

◆ num_entries

uint32_t _zend_accel_hash::num_entries

Definition at line 58 of file zend_accelerator_hash.h.


The documentation for this struct was generated from the following file: