Home
last modified time | relevance | path

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

/PHP-7.2/ext/standard/
H A Dproc_open.c71 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp()
159 static void _php_free_envp(php_process_env_t env, int is_persistent) in _php_free_envp()
437 int is_persistent = 0; /* TODO: ensure that persistent procs will work */ in PHP_FUNCTION() local
H A Dproc_open.h47 int is_persistent; member
/PHP-7.2/main/streams/
H A Dphp_stream_filter_api.h52 uint8_t is_persistent; member
113 int is_persistent; member
H A Dfilter.c73 int is_persistent = php_stream_is_persistent(stream); in php_stream_bucket_new() local
/PHP-7.2/ext/phar/
H A Dphar_internal.h271 unsigned int is_persistent:1; member
318 unsigned int is_persistent:1; member
/PHP-7.2/ext/pdo/
H A Dpdo_dbh.c201 zend_bool is_persistent = 0; in PHP_METHOD() local
H A Dphp_pdo_driver.h447 unsigned is_persistent:1; member
/PHP-7.2/ext/soap/
H A Dphp_sdl.h64 zend_bool is_persistent; member
/PHP-7.2/ext/oci8/
H A Dphp_oci8_int.h155 unsigned is_persistent:1; /* self-descriptive */ member
/PHP-7.2/main/
H A Dphp_streams.h200 uint8_t is_persistent:1; member
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c2575 size_t resourcenamelen, int is_persistent) /* {{{ */ in php_openssl_get_url_name()

Completed in 89 milliseconds