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

Data Fields

fcgi_hash_buckethash_table [FCGI_HASH_TABLE_SIZE]
 
fcgi_hash_bucketlist
 
fcgi_hash_bucketsbuckets
 
fcgi_data_segdata
 

Detailed Description

Definition at line 191 of file fastcgi.c.

Field Documentation

◆ buckets

fcgi_hash_buckets* _fcgi_hash::buckets

Definition at line 194 of file fastcgi.c.

◆ data

fcgi_data_seg* _fcgi_hash::data

Definition at line 195 of file fastcgi.c.

◆ hash_table

fcgi_hash_bucket* _fcgi_hash::hash_table[FCGI_HASH_TABLE_SIZE]

Definition at line 192 of file fastcgi.c.

◆ list

fcgi_hash_bucket* _fcgi_hash::list

Definition at line 193 of file fastcgi.c.


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