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

Data Fields

unsigned int idx
 
struct _fcgi_hash_bucketsnext
 
struct _fcgi_hash_bucket data [FCGI_HASH_TABLE_SIZE]
 

Detailed Description

Definition at line 178 of file fastcgi.c.

Field Documentation

◆ data

struct _fcgi_hash_bucket _fcgi_hash_buckets::data[FCGI_HASH_TABLE_SIZE]

Definition at line 181 of file fastcgi.c.

◆ idx

unsigned int _fcgi_hash_buckets::idx

Definition at line 179 of file fastcgi.c.

◆ next

struct _fcgi_hash_buckets* _fcgi_hash_buckets::next

Definition at line 180 of file fastcgi.c.


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