Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Dproc_open.c76 static php_process_env_t _php_array_to_envp(zval *environment, int is_persistent) in _php_array_to_envp()
164 static void _php_free_envp(php_process_env_t env, int is_persistent) in _php_free_envp()
449 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.0/main/streams/
H A Dphp_stream_filter_api.h52 int 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.0/ext/phar/
H A Dphar_internal.h282 unsigned int is_persistent:1; member
329 unsigned int is_persistent:1; member
/PHP-7.0/ext/pdo/
H A Dpdo_dbh.c201 zend_bool is_persistent = 0; in PHP_METHOD() local
H A Dphp_pdo_driver.h438 unsigned is_persistent:1; member
/PHP-7.0/ext/soap/
H A Dphp_sdl.h64 zend_bool is_persistent; member
/PHP-7.0/ext/oci8/
H A Dphp_oci8_int.h155 unsigned is_persistent:1; /* self-descriptive */ member
/PHP-7.0/ext/openssl/
H A Dxp_ssl.c2545 static char *get_url_name(const char *resourcename, size_t resourcenamelen, int is_persistent) in get_url_name()
/PHP-7.0/main/
H A Dphp_streams.h201 int is_persistent; member

Completed in 59 milliseconds