Home
last modified time | relevance | path

Searched refs:pemalloc_rel_orig (Results 1 – 4 of 4) sorted by relevance

/PHP-5.4/main/streams/
H A Dphp_streams_int.h34 #define pemalloc_rel_orig(size, persistent) ((persistent) ? malloc((size)) : emalloc_rel_orig((size… macro
37 # define pemalloc_rel_orig(size, persistent) pemalloc((size), (persistent)) macro
H A Dfilter.c299 filter = (php_stream_filter*) pemalloc_rel_orig(sizeof(php_stream_filter), persistent); in _php_stream_filter_alloc()
H A Dstreams.c292 ret = (php_stream*) pemalloc_rel_orig(sizeof(php_stream), persistent_id ? 1 : 0); in _php_stream_alloc()
1448 ptr = *buf = pemalloc_rel_orig(maxlen + 1, persistent); in _php_stream_copy_to_mem()
1478 ptr = *buf = pemalloc_rel_orig(max_len, persistent); in _php_stream_copy_to_mem()
H A Dplain_wrapper.c158 self = pemalloc_rel_orig(sizeof(*self), persistent_id); in _php_stream_fopen_from_fd_int()

Completed in 30 milliseconds