/PHP-5.4/ext/standard/ |
H A D | ftp_fopen_wrapper.c | 783 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, char *url, int flags, php_stream_st… in php_stream_ftp_url_stat() 906 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_stream_ftp_unlink() 1035 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_… in php_stream_ftp_mkdir() 1129 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_con… in php_stream_ftp_rmdir()
|
H A D | url.c | 701 char *url; local
|
H A D | url_scanner_ex.c | 895 char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, const char… in php_url_scanner_adapt_single_url()
|
/PHP-5.4/main/streams/ |
H A D | userspace.c | 1154 static int user_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in user_wrapper_unlink() 1253 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, char *url, int mode, int options, php_st… in user_wrapper_mkdir() 1311 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_conte… in user_wrapper_rmdir() 1364 static int user_wrapper_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value, p… in user_wrapper_metadata() 1447 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, char *url, int flags, php_stream_stat… in user_wrapper_stat_url()
|
H A D | plain_wrapper.c | 1004 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, char *url, int flags, php_stream… in php_plain_files_url_stater() 1031 static int php_plain_files_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_c… in php_plain_files_unlink() 1229 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_co… in php_plain_files_rmdir() 1256 static int php_plain_files_metadata(php_stream_wrapper *wrapper, char *url, int option, void *value… in php_plain_files_metadata()
|
/PHP-5.4/ext/phar/ |
H A D | stream.c | 566 static int phar_wrapper_stat(php_stream_wrapper *wrapper, char *url, int flags, in phar_wrapper_stat() 689 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, char *url, int options, php_stream_cont… in phar_wrapper_unlink()
|
H A D | dirstream.c | 563 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, char *url, int options, php_stream_context *con… in phar_wrapper_rmdir()
|
/PHP-5.4/win32/build/ |
H A D | mkdist.php | 489 $url = "http://pear.php.net/get/$filename"; variable
|
/PHP-5.4/main/ |
H A D | fopen_wrappers.c | 690 PHPAPI char *php_strip_url_passwd(char *url)
|
/PHP-5.4/ext/filter/ |
H A D | logical_filters.c | 450 php_url *url; in php_filter_validate_url() local
|
/PHP-5.4/ext/curl/ |
H A D | interface.c | 167 static int php_curl_option_url(php_curl *ch, const char *url, const int len TSRMLS_DC) /* {{{ */ in php_curl_option_url() 1546 char *url = NULL; in PHP_FUNCTION() local
|
H A D | php_curl.h | 173 char *url; member
|
/PHP-5.4/ext/openssl/ |
H A D | xp_ssl.c | 858 php_url *url; in get_sni() local
|
/PHP-5.4/ |
H A D | server-tests.php | 244 public $url = ''; variable in HTTPRequest
|
/PHP-5.4/ext/dom/ |
H A D | document.c | 828 char *url; in dom_document_document_uri_read() local
|
/PHP-5.4/ext/ldap/ |
H A D | ldap.c | 2442 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc()
|