Home
last modified time | relevance | path

Searched refs:STREAMS_REL_CC (Results 1 – 9 of 9) sorted by relevance

/php-src/main/
H A Dphp_streams.h47 # define STREAMS_REL_CC , STREAMS_REL_C macro
55 # define STREAMS_REL_CC
60 …thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (persistent), (mode) STREAMS_REL_CC)
62 …c, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (maxlen), (persistent) STREAMS_REL_CC)
64 …e, mode, opened, options) _php_stream_fopen((filename), (mode), (opened), (options) STREAMS_REL_CC)
69 …_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_REL_CC)
71 …_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_REL_CC)
73 #define php_stream_fopen_tmpfile_rel() _php_stream_fopen_tmpfile(0 STREAMS_REL_CC)
75 …dir, pfx, opened_path) _php_stream_fopen_temporary_file((dir), (pfx), (opened_path) STREAMS_REL_CC)
77 …ions, opened) _php_stream_open_wrapper_ex((path), (mode), (options), (opened), NULL STREAMS_REL_CC)
[all …]
H A Dphp_memory_streams.h30 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC)
37 …eate_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_usage) STREAMS_REL_CC)
H A Dphp_network.h351 …et_rel(socket, persistent) _php_stream_sock_open_from_socket((socket), (persistent) STREAMS_REL_CC)
352 …ent) _php_stream_sock_open_host((host), (port), (socktype), (timeout), (persistent) STREAMS_REL_CC)
353 …ent, timeval) _php_stream_sock_open_unix((path), (pathlen), (persistent), (timeval) STREAMS_REL_CC)
/php-src/main/streams/
H A Dphp_stream_filter_api.h133 …fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thisptr), (persistent) STREAMS_REL_CC)
H A Dplain_wrapper.c47 …, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (mode), (persistent_id) STREAMS_REL_CC)
49 …fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mode) STREAMS_REL_CC)
1071 …tream_wrapper*)&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAMS_REL_CC); in php_plain_files_dir_opener()
H A Dtransports.c134 context STREAMS_REL_CC); in _php_stream_xport_create()
H A Dstreams.c1806 zend_result ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream()
2147 context STREAMS_REL_CC);
2236 opened_path, context STREAMS_REL_CC);
/php-src/ext/bz2/
H A Dbz2.c240 retstream = _php_stream_bz2open_from_BZFILE(bz_file, mode, stream STREAMS_REL_CC); in _php_stream_bz2open()
/php-src/docs-old/
H A Dstreams.md317 of the STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for

Completed in 33 milliseconds