Home
last modified time | relevance | path

Searched refs:opened_path (Results 51 – 75 of 95) sorted by relevance

1234

/PHP-5.5/ext/standard/tests/file/
H A Dbug38450_1.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug38450_3.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dfopencookie.phpt24 function stream_open($path, $mode, $options, &$opened_path)
H A Dinclude_streams.phpt28 function stream_open($path, $mode, $options, &$opened_path)
H A Dbug38450_2.phpt14 function stream_open($path, $mode, $options, &$opened_path)
H A Dinclude_userstream_002.phpt13 function stream_open($path, $mode, $options, &$opened_path)
H A Dinclude_userstream_003.phpt13 function stream_open($path, $mode, $options, &$opened_path)
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c560 file_handle->opened_path = NULL; in lsapi_fopen_primary_script()
575 file_handle->opened_path = NULL; in lsapi_execute_script()
900 file_handle.opened_path = NULL; in cli_main()
911 file_handle.opened_path = NULL; in cli_main()
/PHP-5.5/ext/standard/
H A Dhttp_fopen_wrapper.c111 …p_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_con… in php_stream_url_wrap_http_ex() argument
876 …stream = php_stream_url_wrap_http_ex(wrapper, new_path, mode, options, opened_path, context, --red… in php_stream_url_wrap_http_ex()
938 …p_stream_wrapper *wrapper, char *path, char *mode, int options, char **opened_path, php_stream_con… in php_stream_url_wrap_http() argument
940 …return php_stream_url_wrap_http_ex(wrapper, path, mode, options, opened_path, context, PHP_URL_RED… in php_stream_url_wrap_http()
H A Dbrowscap.c265 fh.opened_path = NULL; in browscap_read_file()
/PHP-5.5/
H A DREADME.STREAMS50 int options, char **opened_path TSRMLS_DC);
67 opened_path is used to return the path of the actual file opened,
69 responsible for efree()ing opened_path. opened_path may be (and usually
83 const char *pfx, char **opened_path TSRMLS_DC);
/PHP-5.5/main/streams/
H A Duserspace.c48 …ream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_con…
56 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC);
335 …ream_wrapper *wrapper, char *filename, char *mode, int options, char **opened_path, php_stream_con… in user_wrapper_opener() argument
408 if (Z_TYPE_P(zopened) == IS_STRING && opened_path) { in user_wrapper_opener()
409 *opened_path = estrndup(Z_STRVAL_P(zopened), Z_STRLEN_P(zopened)); in user_wrapper_opener()
441 int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS_DC) in user_wrapper_opendir() argument
/PHP-5.5/ext/spl/
H A Dphp_spl.c279 if (!file_handle.opened_path) { in spl_autoload()
280 file_handle.opened_path = estrndup(class_file, class_file_len); in spl_autoload()
282 …if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1,… in spl_autoload()
/PHP-5.5/main/
H A Dmain.c1295 static FILE *php_fopen_wrapper_for_zend(const char *filename, char **opened_path TSRMLS_DC) in php_fopen_wrapper_for_zend()
1297 …char *)filename, "rb", USE_PATH|IGNORE_URL_WIN|REPORT_ERRORS|STREAM_OPEN_FOR_INCLUDE, opened_path); in php_fopen_wrapper_for_zend()
1334 php_stream *stream = php_stream_open_wrapper((char *)filename, "rb", mode, &handle->opened_path); in php_stream_open_for_zend_ex()
2472 primary_file->opened_path == NULL && in php_execute_script()
2481 primary_file->opened_path = estrndup(realfile, realfile_len); in php_execute_script()
2487 prepend_file.opened_path = NULL; in php_execute_script()
2497 append_file.opened_path = NULL; in php_execute_script()
/PHP-5.5/sapi/webjames/
H A Dwebjames.c209 file_handle.opened_path = NULL; in webjames_module_main()
/PHP-5.5/sapi/tux/
H A Dphp_tux.c303 file_handle.opened_path = NULL; in tux_module_main()
/PHP-5.5/sapi/milter/
H A Dphp_milter.c144 file_handle.opened_path = NULL; in ZEND_DECLARE_MODULE_GLOBALS()
210 file_handle.opened_path = NULL; in mlfi_connect()
/PHP-5.5/Zend/
H A Dzend.h546 FILE *(*fopen_function)(const char *filename, char **opened_path TSRMLS_DC);
691 extern ZEND_API FILE *(*zend_fopen)(const char *filename, char **opened_path TSRMLS_DC);
H A Dzend_language_scanner.c271 file_handle->opened_path = NULL; in zend_destroy_file_handle()
533 if (file_handle->opened_path) { in open_file_for_scanning()
534 file_path = file_handle->opened_path; in open_file_for_scanning()
619 char *opened_path = NULL; in compile_filename() local
630 file_handle.opened_path = NULL; in compile_filename()
637 if (!file_handle.opened_path) { in compile_filename()
638 …file_handle.opened_path = opened_path = estrndup(filename->value.str.val, filename->value.str.len); in compile_filename()
641 …zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (vo… in compile_filename()
643 if (opened_path) { in compile_filename()
644 efree(opened_path); in compile_filename()
[all …]
/PHP-5.5/sapi/continuity/
H A Dcapi.c449 file_handle.opened_path = NULL; in capi_module_main()
/PHP-5.5/sapi/pi3web/
H A Dpi3web_sapi.c355 file_handle.opened_path = NULL; in PHP5_wrapper()
/PHP-5.5/sapi/aolserver/
H A Daolserver.c412 file_handle.opened_path = NULL; in php_ns_module_main()
/PHP-5.5/sapi/cli/
H A Dphp_cli.c629 file_handle->opened_path = NULL; in cli_seek_file_begin()
952 file_handle.opened_path = NULL; in do_cli()
/PHP-5.5/sapi/roxen/
H A Droxen.c586 file_handle.opened_path = NULL; in php_roxen_module_main()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c600 prepend_file.opened_path = NULL; in readline_shell_run()

Completed in 86 milliseconds

1234