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

#include <gdcache.h>

Data Fields

gdCache_element_tmru
 
int size
 
char * error
 
gdCacheTestFn_t gdCacheTest
 
gdCacheFetchFn_t gdCacheFetch
 
gdCacheReleaseFn_t gdCacheRelease
 

Detailed Description

Definition at line 62 of file gdcache.h.

Field Documentation

◆ error

char* gdCache_head_s::error

Definition at line 65 of file gdcache.h.

◆ gdCacheFetch

gdCacheFetchFn_t gdCache_head_s::gdCacheFetch

Definition at line 67 of file gdcache.h.

◆ gdCacheRelease

gdCacheReleaseFn_t gdCache_head_s::gdCacheRelease

Definition at line 68 of file gdcache.h.

◆ gdCacheTest

gdCacheTestFn_t gdCache_head_s::gdCacheTest

Definition at line 66 of file gdcache.h.

◆ mru

gdCache_element_t* gdCache_head_s::mru

Definition at line 63 of file gdcache.h.

◆ size

int gdCache_head_s::size

Definition at line 64 of file gdcache.h.


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