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

#include <gd_io.h>

Data Fields

int(* getC )(struct gdIOCtx *)
 
int(* getBuf )(struct gdIOCtx *, void *, int)
 
void(* putC )(struct gdIOCtx *, int)
 
int(* putBuf )(struct gdIOCtx *, const void *, int)
 
int(* seek )(struct gdIOCtx *, const int)
 
long(* tell )(struct gdIOCtx *)
 
void(* gd_free )(struct gdIOCtx *)
 
voiddata
 

Detailed Description

Definition at line 10 of file gd_io.h.

Field Documentation

◆ data

void* gdIOCtx::data

Definition at line 22 of file gd_io.h.

◆ gd_free

void(* gdIOCtx::gd_free) (struct gdIOCtx *)

Definition at line 20 of file gd_io.h.

◆ getBuf

int(* gdIOCtx::getBuf) (struct gdIOCtx *, void *, int)

Definition at line 12 of file gd_io.h.

◆ getC

int(* gdIOCtx::getC) (struct gdIOCtx *)

Definition at line 11 of file gd_io.h.

◆ putBuf

int(* gdIOCtx::putBuf) (struct gdIOCtx *, const void *, int)

Definition at line 15 of file gd_io.h.

◆ putC

void(* gdIOCtx::putC) (struct gdIOCtx *, int)

Definition at line 14 of file gd_io.h.

◆ seek

int(* gdIOCtx::seek) (struct gdIOCtx *, const int)

Definition at line 17 of file gd_io.h.

◆ tell

long(* gdIOCtx::tell) (struct gdIOCtx *)

Definition at line 18 of file gd_io.h.


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