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

#include <zend_accelerator_hash.h>

Data Fields

zend_ulong hash_value
 
zend_stringkey
 
zend_accel_hash_entrynext
 
voiddata
 
bool indirect
 

Detailed Description

Definition at line 47 of file zend_accelerator_hash.h.

Field Documentation

◆ data

void* _zend_accel_hash_entry::data

Definition at line 51 of file zend_accelerator_hash.h.

◆ hash_value

zend_ulong _zend_accel_hash_entry::hash_value

Definition at line 48 of file zend_accelerator_hash.h.

◆ indirect

bool _zend_accel_hash_entry::indirect

Definition at line 52 of file zend_accelerator_hash.h.

◆ key

zend_string* _zend_accel_hash_entry::key

Definition at line 49 of file zend_accelerator_hash.h.

◆ next

zend_accel_hash_entry* _zend_accel_hash_entry::next

Definition at line 50 of file zend_accelerator_hash.h.


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