php-internal-docs 8.4.8
Unofficial docs for php/php-src
Loading...
Searching...
No Matches
php_streams_int.h File Reference

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)
 

Macro Definition Documentation

◆ CHUNK_SIZE

#define CHUNK_SIZE   8192

Definition at line 46 of file php_streams_int.h.

◆ emalloc_rel_orig

#define emalloc_rel_orig ( size)
Value:
new_type size
Definition ffi.c:4365
#define emalloc(size)
Definition zend_alloc.h:151

Definition at line 36 of file php_streams_int.h.

◆ MAP_FAILED

#define MAP_FAILED   ((void *) -1)

Definition at line 43 of file php_streams_int.h.

◆ pemalloc_rel_orig

#define pemalloc_rel_orig ( size,
persistent )
Value:
ffi persistent
Definition ffi.c:3633
#define pemalloc(size, persistent)
Definition zend_alloc.h:189

Definition at line 34 of file php_streams_int.h.

◆ perealloc_rel_orig

#define perealloc_rel_orig ( ptr,
size,
persistent )
Value:
void * ptr
Definition ffi.c:3814
#define perealloc(ptr, size, persistent)
Definition zend_alloc.h:201

Definition at line 35 of file php_streams_int.h.

◆ STREAM_DEBUG

#define STREAM_DEBUG   0

Definition at line 39 of file php_streams_int.h.

◆ STREAM_WRAPPER_PLAIN_FILES

#define STREAM_WRAPPER_PLAIN_FILES   ((php_stream_wrapper*)-1)

Definition at line 40 of file php_streams_int.h.

Function Documentation

◆ php_stream_mode_sanitize_fdopen_fopencookie()

void php_stream_mode_sanitize_fdopen_fopencookie ( php_stream * stream,
char * result )

Definition at line 151 of file cast.c.