Home
last modified time | relevance | path

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

/php-src/main/streams/
H A Dphp_stream_plain_wrapper.h36 #define php_stream_fopen_from_fd(fd, mode, persistent_id) _php_stream_fopen_from_fd((fd), (mode), (… argument
H A Dplain_wrapper.c46 #define php_stream_fopen_from_fd_int(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((fd), (… argument
47 #define php_stream_fopen_from_fd_int_rel(fd, mode, persistent_id) _php_stream_fopen_from_fd_int((f… argument
278 PHPAPI php_stream *_php_stream_fopen_from_fd(int fd, const char *mode, const char *persistent_id, b… in _php_stream_fopen_from_fd()
1109 char *persistent_id = NULL; in _php_stream_fopen() local
H A Dtransports.c53 int flags, const char *persistent_id, in _php_stream_xport_create()
H A Dphp_stream_transport.h54 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
H A Dxp_socket.c929 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-src/main/
H A Dphp_streams.h68 #define php_stream_fopen_from_fd_rel(fd, mode, persistent_id, zero_position) _php_stream_fopen_fro… argument
267 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/php-src/ext/pdo/
H A Dphp_pdo_driver.h479 const char *persistent_id; member
/php-src/ext/openssl/
H A Dxp_ssl.c2767 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory()

Completed in 53 milliseconds