Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_streams.h49 # define STREAMS_REL_CC , STREAMS_REL_C macro
57 # define STREAMS_REL_CC
62 …thisptr, persistent, mode) _php_stream_alloc((ops), (thisptr), (persistent), (mode) STREAMS_REL_CC)
64 …c, maxlen, persistent) _php_stream_copy_to_mem((src), (buf), (maxlen), (persistent) STREAMS_REL_CC)
66 …e, mode, opened, options) _php_stream_fopen((filename), (mode), (opened), (options) STREAMS_REL_CC)
70 …l(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (persistent_id) STREAMS_REL_CC)
71 …_stream_fopen_from_file_rel(file, mode) _php_stream_fopen_from_file((file), (mode) STREAMS_REL_CC)
73 …_stream_fopen_from_pipe_rel(file, mode) _php_stream_fopen_from_pipe((file), (mode) STREAMS_REL_CC)
75 #define php_stream_fopen_tmpfile_rel() _php_stream_fopen_tmpfile(0 STREAMS_REL_CC)
77 …dir, pfx, opened_path) _php_stream_fopen_temporary_file((dir), (pfx), (opened_path) STREAMS_REL_CC)
[all …]
H A Dphp_memory_streams.h32 #define php_stream_memory_create_rel(mode) _php_stream_memory_create((mode) STREAMS_REL_CC)
39 …eate_rel(mode, max_memory_usage) _php_stream_temp_create((mode), (max_memory_usage) STREAMS_REL_CC)
H A Dphp_network.h329 …et_rel(socket, persistent) _php_stream_sock_open_from_socket((socket), (persistent) STREAMS_REL_CC)
330 …ent) _php_stream_sock_open_host((host), (port), (socktype), (timeout), (persistent) STREAMS_REL_CC)
331 …ent, timeval) _php_stream_sock_open_unix((path), (pathlen), (persistent), (timeval) STREAMS_REL_CC)
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h135 …fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thisptr), (persistent) STREAMS_REL_CC)
H A Dplain_wrapper.c48 …, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (mode), (persistent_id) STREAMS_REL_CC)
50 …fopen_from_file_int_rel(file, mode) _php_stream_fopen_from_file_int((file), (mode) STREAMS_REL_CC)
1012 …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.c1669 int ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream()
2047 context STREAMS_REL_CC);
2128 opened_path, context STREAMS_REL_CC);
/PHP-7.4/ext/bz2/
H A Dbz2.c308 retstream = _php_stream_bz2open_from_BZFILE(bz_file, mode, stream STREAMS_REL_CC); in _php_stream_bz2open()
/PHP-7.4/docs/
H A Dstreams.md317 of the STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for

Completed in 53 milliseconds