php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
gd_io_ss.c File Reference
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "gd.h"
#include "gdhelpers.h"

Go to the source code of this file.

Data Structures

struct  ssIOCtx
 

Typedefs

typedef struct ssIOCtx ssIOCtx
 
typedef struct ssIOCtxssIOCtxPtr
 

Functions

gdIOCtxgdNewSSCtx (gdSourcePtr src, gdSinkPtr snk)
 

Typedef Documentation

◆ ssIOCtx

typedef struct ssIOCtx ssIOCtx

◆ ssIOCtxPtr

typedef struct ssIOCtx* ssIOCtxPtr

Definition at line 39 of file gd_io_ss.c.

Function Documentation

◆ gdNewSSCtx()

gdIOCtx * gdNewSSCtx ( gdSourcePtr src,
gdSinkPtr snk )

Definition at line 50 of file gd_io_ss.c.