Searched refs:default_context (Results 1 – 7 of 7) sorted by relevance
/php-src/main/streams/ |
H A D | php_stream_context.h | 34 FG(default_context) ? FG(default_context) : \ 35 (FG(default_context) = php_stream_context_alloc()) )
|
/php-src/ext/standard/ |
H A D | file.h | 101 php_stream_context *default_context; member
|
H A D | streamsfuncs.c | 1166 if (FG(default_context) == NULL) { in PHP_FUNCTION() 1167 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION() 1169 context = FG(default_context); in PHP_FUNCTION() 1191 if (FG(default_context) == NULL) { in PHP_FUNCTION() 1192 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION() 1194 context = FG(default_context); in PHP_FUNCTION()
|
H A D | basic_functions.c | 432 FG(default_context) = NULL; in PHP_RINIT_FUNCTION()
|
/php-src/ext/pdo_pgsql/ |
H A D | pgsql_driver.c | 791 stream = php_stream_open_wrapper_ex(filename, "rb", 0, NULL, FG(default_context)); in pgsqlCopyFromFile_internal() 896 stream = php_stream_open_wrapper_ex(filename, "wb", 0, NULL, FG(default_context)); in pgsqlCopyToFile_internal()
|
/php-src/ext/hash/ |
H A D | hash.c | 376 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash() 519 stream = php_stream_open_wrapper_ex(data, "rb", REPORT_ERRORS, NULL, FG(default_context)); in php_hash_do_hash_hmac()
|
/php-src/ext/spl/ |
H A D | spl_directory.c | 292 intern->u.dir.dirp = php_stream_opendir(ZSTR_VAL(path), REPORT_ERRORS, FG(default_context)); in spl_filesystem_dir_open()
|
Completed in 35 milliseconds