Searched refs:STREAMS_REL_CC (Results 1 – 9 of 9) sorted by relevance
/PHP-8.2/main/ |
H A D | php_streams.h | 47 # 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 D | php_memory_streams.h | 30 #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 D | php_network.h | 353 …et_rel(socket, persistent) _php_stream_sock_open_from_socket((socket), (persistent) STREAMS_REL_CC) 354 …ent) _php_stream_sock_open_host((host), (port), (socktype), (timeout), (persistent) STREAMS_REL_CC) 355 …ent, timeval) _php_stream_sock_open_unix((path), (pathlen), (persistent), (timeval) STREAMS_REL_CC)
|
/PHP-8.2/main/streams/ |
H A D | php_stream_filter_api.h | 133 …fops, thisptr, persistent) _php_stream_filter_alloc((fops), (thisptr), (persistent) STREAMS_REL_CC)
|
H A D | plain_wrapper.c | 47 …, 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) 1066 …tream_wrapper*)&php_glob_stream_wrapper, path, mode, options, opened_path, context STREAMS_REL_CC); in php_plain_files_dir_opener()
|
H A D | transports.c | 133 context STREAMS_REL_CC); in _php_stream_xport_create()
|
H A D | streams.c | 1775 zend_result ret = _php_stream_copy_to_stream_ex(src, dest, maxlen, &len STREAMS_REL_CC); in _php_stream_copy_to_stream() 2116 context STREAMS_REL_CC); 2208 opened_path, context STREAMS_REL_CC);
|
/PHP-8.2/ext/bz2/ |
H A D | bz2.c | 240 retstream = _php_stream_bz2open_from_BZFILE(bz_file, mode, stream STREAMS_REL_CC); in _php_stream_bz2open()
|
/PHP-8.2/docs/ |
H A D | streams.md | 317 of the STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for
|
Completed in 39 milliseconds