Home
last modified time | relevance | path

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

/PHP-5.3/main/streams/
H A Dphp_stream_context.h38 FG(default_context) ? FG(default_context) : \
39 (FG(default_context) = php_stream_context_alloc()) )
/PHP-5.3/ext/standard/
H A Dfile.h123 php_stream_context *default_context; member
H A Dstreamsfuncs.c1120 if (FG(default_context) == NULL) { in PHP_FUNCTION()
1121 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION()
1123 context = FG(default_context); in PHP_FUNCTION()
1144 if (FG(default_context) == NULL) { in PHP_FUNCTION()
1145 FG(default_context) = php_stream_context_alloc(); in PHP_FUNCTION()
1147 context = FG(default_context); in PHP_FUNCTION()
H A Durl.c709 …context = FG(default_context) ? FG(default_context) : (FG(default_context) = php_stream_context_al…
H A Dbasic_functions.c3746 FG(default_context) = NULL; in PHP_RINIT_FUNCTION()
/PHP-5.3/ext/pdo_pgsql/
H A Dpgsql_driver.c632 …ream_open_wrapper_ex(filename, "rb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(default_context)); in PHP_METHOD()
727 …ream_open_wrapper_ex(filename, "wb", ENFORCE_SAFE_MODE | REPORT_ERRORS, NULL, FG(default_context)); in PHP_METHOD()
/PHP-5.3/ext/hash/
H A Dhash.c34 # define DEFAULT_CONTEXT FG(default_context)

Completed in 37 milliseconds