|
php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Data Structures | |
| struct | dpStruct |
| struct | dpIOCtx |
Macros | |
| #define | TRUE 1 |
| #define | FALSE 0 |
Typedefs | |
| typedef struct dpStruct | dynamicPtr |
| typedef struct dpIOCtx | dpIOCtx |
| typedef struct dpIOCtx * | dpIOCtxPtr |
Functions | |
| gdIOCtx * | gdNewDynamicCtx (int initialSize, void *data) |
| gdIOCtx * | gdNewDynamicCtxEx (int initialSize, void *data, int freeOKFlag) |
| void * | gdDPExtractData (struct gdIOCtx *ctx, int *size) |
| #define FALSE 0 |
Definition at line 26 of file gd_io_dp.c.
| #define TRUE 1 |
Definition at line 25 of file gd_io_dp.c.
| typedef struct dpIOCtx dpIOCtx |
| typedef struct dpIOCtx* dpIOCtxPtr |
Definition at line 45 of file gd_io_dp.c.
| typedef struct dpStruct dynamicPtr |
Definition at line 95 of file gd_io_dp.c.
Definition at line 65 of file gd_io_dp.c.
Definition at line 70 of file gd_io_dp.c.