Home
last modified time | relevance | path

Searched defs:persistent_id (Results 1 – 10 of 10) sorted by path

/PHP-5.3/ext/openssl/
H A Dxp_ssl.c889 const char *persistent_id, int options, int flags, in php_openssl_ssl_socket_factory()
/PHP-5.3/ext/pdo/
H A Dphp_pdo_driver.h490 const char *persistent_id; member
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1469 static struct php_sqlite_db *php_sqlite_open(char *filename, int mode, char *persistent_id, zval *r… in php_sqlite_open()
/PHP-5.3/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.3/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 Dphp_stream_transport.h57 #define php_stream_xport_create(name, namelen, options, flags, persistent_id, timeout, context, est… 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
902 char *persistent_id = NULL; in _php_stream_fopen() local
H A Dstreams.c108 PHPAPI int php_stream_from_persistent_id(const char *persistent_id, php_stream **stream TSRMLS_DC) in php_stream_from_persistent_id()
279 PHPAPI php_stream *_php_stream_alloc(php_stream_ops *ops, void *abstract, const char *persistent_id in _php_stream_alloc()
H A Dtransports.c53 int flags, const char *persistent_id, in _php_stream_xport_create()
H A Dxp_socket.c783 const char *persistent_id, int options, int flags, in php_stream_generic_socket_factory()

Completed in 64 milliseconds