Home
last modified time | relevance | path

Searched defs:url (Results 1 – 16 of 16) sorted by relevance

/PHP-7.2/ext/standard/
H A Dftp_fopen_wrapper.c787 static int php_stream_ftp_url_stat(php_stream_wrapper *wrapper, const char *url, int flags, php_str… in php_stream_ftp_url_stat()
910 static int php_stream_ftp_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_stream_ftp_unlink()
1039 static int php_stream_ftp_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, int options… in php_stream_ftp_mkdir()
1132 static int php_stream_ftp_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stre… in php_stream_ftp_rmdir()
H A Durl.c694 char *url; local
H A Durl_scanner_ex.c1002 PHPAPI char *php_url_scanner_adapt_single_url(const char *url, size_t urllen, const char *name, con… in php_url_scanner_adapt_single_url()
/PHP-7.2/main/streams/
H A Duserspace.c1098 static int user_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in user_wrapper_unlink()
1187 static int user_wrapper_mkdir(php_stream_wrapper *wrapper, const char *url, int mode, in user_wrapper_mkdir()
1235 static int user_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, in user_wrapper_rmdir()
1281 static int user_wrapper_metadata(php_stream_wrapper *wrapper, const char *url, int option, in user_wrapper_metadata()
1354 static int user_wrapper_stat_url(php_stream_wrapper *wrapper, const char *url, int flags, in user_wrapper_stat_url()
H A Dplain_wrapper.c1080 static int php_plain_files_url_stater(php_stream_wrapper *wrapper, const char *url, int flags, php_… in php_plain_files_url_stater()
1104 static int php_plain_files_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_st… in php_plain_files_unlink()
1316 static int php_plain_files_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_str… in php_plain_files_rmdir()
1344 static int php_plain_files_metadata(php_stream_wrapper *wrapper, const char *url, int option, void … in php_plain_files_metadata()
/PHP-7.2/ext/phar/
H A Dstream.c552 static int phar_wrapper_stat(php_stream_wrapper *wrapper, const char *url, int flags, in phar_wrapper_stat()
661 static int phar_wrapper_unlink(php_stream_wrapper *wrapper, const char *url, int options, php_strea… in phar_wrapper_unlink()
H A Ddirstream.c543 int phar_wrapper_rmdir(php_stream_wrapper *wrapper, const char *url, int options, php_stream_contex… in phar_wrapper_rmdir()
/PHP-7.2/win32/build/
H A Dmkdist.php532 $url = "http://pear.php.net/get/$filename"; variable
/PHP-7.2/main/
H A Dfopen_wrappers.c704 PHPAPI char *php_strip_url_passwd(char *url)
/PHP-7.2/ext/curl/
H A Dinterface.c197 static int php_curl_option_url(php_curl *ch, const char *url, const size_t len) /* {{{ */ in php_curl_option_url()
1976 zend_string *url = NULL; in PHP_FUNCTION() local
/PHP-7.2/
H A Dserver-tests.php236 public $url = ''; variable in HTTPRequest
/PHP-7.2/ext/filter/
H A Dlogical_filters.c519 php_url *url; in php_filter_validate_url() local
/PHP-7.2/ext/ldap/
H A Dldap.c489 char *url = host; in PHP_FUNCTION() local
2922 int _ldap_rebind_proc(LDAP *ldap, const char *url, ber_tag_t req, ber_int_t msgid, void *params) in _ldap_rebind_proc()
/PHP-7.2/ext/session/
H A Dsession.c1650 PHPAPI void session_adapt_url(const char *url, size_t urllen, char **new, size_t *newlen) /* {{{ */ in session_adapt_url()
/PHP-7.2/ext/openssl/
H A Dxp_ssl.c2577 php_url *url; in php_openssl_get_url_name() local
/PHP-7.2/ext/dom/
H A Ddocument.c637 char *url; in dom_document_document_uri_read() local

Completed in 103 milliseconds