Home
last modified time | relevance | path

Searched refs:theurl (Results 1 – 2 of 2) sorted by relevance

/php-src/ext/standard/
H A Durl.c32 PHPAPI void php_url_free(php_url *theurl) in php_url_free() argument
34 if (theurl->scheme) in php_url_free()
36 if (theurl->user) in php_url_free()
37 zend_string_release_ex(theurl->user, 0); in php_url_free()
38 if (theurl->pass) in php_url_free()
39 zend_string_release_ex(theurl->pass, 0); in php_url_free()
40 if (theurl->host) in php_url_free()
42 if (theurl->path) in php_url_free()
44 if (theurl->query) in php_url_free()
46 if (theurl->fragment) in php_url_free()
[all …]
H A Durl.h31 PHPAPI void php_url_free(php_url *theurl);

Completed in 8 milliseconds