Home
last modified time | relevance | path

Searched defs:persistent_id (Results 1 – 9 of 9) sorted by relevance

/PHP-7.4/main/streams/
H A Dphp_stream_plain_wrapper.h38 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
H A Dplain_wrapper.c47 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
48 #define php_stream_fopen_from_fd_int_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((f… argument
1050 char *persistent_id = NULL; in _php_stream_fopen() local
H A Dtransports.c55 int flags, const char *persistent_id, in _php_stream_xport_create()
H A Dphp_stream_transport.h56 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
H A Dxp_socket.c890 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dstreams.c111 PHPAPI int php_stream_from_persistent_id(const char *persistent_id, php_stream **stream) in php_stream_from_persistent_id()
278 …m *_php_stream_alloc(const php_stream_ops *ops, void *abstract, const char *persistent_id, const c… in _php_stream_alloc()
/PHP-7.4/main/
H A Dphp_streams.h70 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mod… argument
250 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h490 const char *persistent_id; member
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2659 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory()

Completed in 45 milliseconds