Home
last modified time | relevance | path

Searched refs:default_context (Results 1 – 8 of 8) sorted by relevance

/PHP-7.0/main/streams/
H A Dphp_stream_context.h38 FG(default_context) ? FG(default_context) : \
39 (FG(default_context) = php_stream_context_alloc()) )
/PHP-7.0/ext/standard/
H A Dfile.h127 php_stream_context *default_context; member
H A Dstreamsfuncs.c1068 if (FG(default_context) == NULL) { in PHP_FUNCTION()
1069 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION()
1071 context = FG(default_context); in PHP_FUNCTION()
1092 if (FG(default_context) == NULL) { in PHP_FUNCTION()
1093 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION()
1095 context = FG(default_context); in PHP_FUNCTION()
H A Durl.c665 …context = FG(default_context) ? FG(default_context) : (FG(default_context) = php_stream_context_al…
H A Dbasic_functions.c3764 FG(default_context) = NULL; in PHP_RINIT_FUNCTION()
/PHP-7.0/ext/pdo_pgsql/
H A Dpgsql_driver.c694 stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context)); in PHP_METHOD()
796 stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context)); in PHP_METHOD()
/PHP-7.0/ext/hash/
H A Dhash.c35 # define DEFAULT_CONTEXT FG(default_context)
/PHP-7.0/ext/spl/
H A Dspl_directory.c236 intern->u.dir.dirp = php_stream_opendir(path, REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()

Completed in 39 milliseconds