Home
last modified time | relevance | path

Searched defs:is_persistent (Results 1 – 11 of 11) sorted by relevance

/PHP-7.4/ext/standard/
H A Dproc_open.h46 int is_persistent; member
H A Dproc_open.c69 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp()
152 static void _php_free_envp(php_process_env_t env, int is_persistent) in _php_free_envp()
513 int is_persistent = 0; /* TODO: ensure that persistent procs will work */ in PHP_FUNCTION() local
/PHP-7.4/main/streams/
H A Dphp_stream_filter_api.h50 uint8_t is_persistent; member
111 int is_persistent; member
H A Dfilter.c75 int is_persistent = php_stream_is_persistent(stream); in php_stream_bucket_new() local
/PHP-7.4/ext/phar/
H A Dphar_internal.h264 uint32_t is_persistent:1; member
311 uint32_t is_persistent:1; member
/PHP-7.4/ext/pdo/
H A Dpdo_dbh.c227 zend_bool is_persistent = 0; in PHP_METHOD() local
H A Dphp_pdo_driver.h445 unsigned is_persistent:1; member
/PHP-7.4/ext/soap/
H A Dphp_sdl.h63 zend_bool is_persistent; member
/PHP-7.4/ext/oci8/
H A Dphp_oci8_int.h155 unsigned is_persistent:1; /* self-descriptive */ member
/PHP-7.4/main/
H A Dphp_streams.h198 uint8_t is_persistent:1; member
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2621 size_t resourcenamelen, int is_persistent) /* {{{ */ in php_openssl_get_url_name()

Completed in 42 milliseconds