Home
last modified time | relevance | path

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

/PHP-5.5/main/streams/
H A Dphp_stream_plain_wrapper.h40 #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
931 char *persistent_id = NULL; in _php_stream_fopen() local
H A Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… argument
H A Dtransports.c53 int flags, const char *persistent_id, in _php_stream_xport_create()
H A Dxp_socket.c780 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()
H A Dstreams.c117 PHPAPI int php_stream_from_persistent_id(const char *persistent_id, php_stream **stream TSRMLS_DC) in php_stream_from_persistent_id()
288 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, const char *persistent_id in _php_stream_alloc()
/PHP-5.5/ext/openssl/
H A Dxp_ssl.c1042 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory()
/PHP-5.5/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
243 #define php_stream_alloc(ops, thisptr, persistent_id, mode) _php_stream_alloc((ops), (thisptr), (pe… argument
/PHP-5.5/ext/pdo/
H A Dphp_pdo_driver.h488 const char *persistent_id; member

Completed in 49 milliseconds