php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | gdCalloc(nmemb, size) |
#define | gdMalloc(size) |
#define | gdRealloc(ptr, size) |
#define | gdEstrdup(ptr) |
#define | gdFree(ptr) |
#define | gdPMalloc(ptr) |
#define | gdPFree(ptr) |
#define | gdPEstrdup(ptr) |
#define | gdMutexDeclare(x) |
#define | gdMutexSetup(x) |
#define | gdMutexShutdown(x) |
#define | gdMutexLock(x) |
#define | gdMutexUnlock(x) |
#define | DPCM2DPI(dpcm) |
#define | DPM2DPI(dpm) |
#define | DPI2DPCM(dpi) |
#define | DPI2DPM(dpi) |
Functions | |
char * | gd_strtok_r (char *s, char *sep, char **state) |
int | overflow2 (int a, int b) |
#define DPCM2DPI | ( | dpcm | ) |
Definition at line 45 of file gdhelpers.h.
#define DPI2DPCM | ( | dpi | ) |
Definition at line 47 of file gdhelpers.h.
#define DPI2DPM | ( | dpi | ) |
Definition at line 48 of file gdhelpers.h.
#define DPM2DPI | ( | dpm | ) |
Definition at line 46 of file gdhelpers.h.
Definition at line 15 of file gdhelpers.h.
Definition at line 18 of file gdhelpers.h.
Definition at line 19 of file gdhelpers.h.
Definition at line 16 of file gdhelpers.h.
#define gdMutexDeclare | ( | x | ) |
Definition at line 38 of file gdhelpers.h.
#define gdMutexLock | ( | x | ) |
Definition at line 41 of file gdhelpers.h.
#define gdMutexSetup | ( | x | ) |
Definition at line 39 of file gdhelpers.h.
#define gdMutexShutdown | ( | x | ) |
Definition at line 40 of file gdhelpers.h.
#define gdMutexUnlock | ( | x | ) |
Definition at line 42 of file gdhelpers.h.
Definition at line 22 of file gdhelpers.h.
Definition at line 21 of file gdhelpers.h.
Definition at line 20 of file gdhelpers.h.
Definition at line 17 of file gdhelpers.h.
|
extern |
Definition at line 15 of file gdhelpers.c.
int overflow2 | ( | int | a, |
int | b ) |
Definition at line 10 of file gd_compat.c.