php-internal-docs 8.4.8
Unofficial docs for php/php-src
|
Go to the source code of this file.
Macros | |
#define | pemalloc_rel_orig(size, persistent) |
#define | perealloc_rel_orig(ptr, size, persistent) |
#define | emalloc_rel_orig(size) |
#define | STREAM_DEBUG 0 |
#define | STREAM_WRAPPER_PLAIN_FILES ((php_stream_wrapper*)-1) |
#define | MAP_FAILED ((void *) -1) |
#define | CHUNK_SIZE 8192 |
Functions | |
void | php_stream_mode_sanitize_fdopen_fopencookie (php_stream *stream, char *result) |
#define CHUNK_SIZE 8192 |
Definition at line 46 of file php_streams_int.h.
Definition at line 36 of file php_streams_int.h.
Definition at line 43 of file php_streams_int.h.
#define pemalloc_rel_orig | ( | size, | |
persistent ) |
Definition at line 34 of file php_streams_int.h.
#define perealloc_rel_orig | ( | ptr, | |
size, | |||
persistent ) |
Definition at line 35 of file php_streams_int.h.
#define STREAM_DEBUG 0 |
Definition at line 39 of file php_streams_int.h.
#define STREAM_WRAPPER_PLAIN_FILES ((php_stream_wrapper*)-1) |
Definition at line 40 of file php_streams_int.h.
void php_stream_mode_sanitize_fdopen_fopencookie | ( | php_stream * | stream, |
char * | result ) |