Searched refs:theurl (Results 1 – 2 of 2) sorted by relevance
44 if (theurl->scheme) in php_url_free()46 if (theurl->user) in php_url_free()47 efree(theurl->user); in php_url_free()48 if (theurl->pass) in php_url_free()49 efree(theurl->pass); in php_url_free()50 if (theurl->host) in php_url_free()51 efree(theurl->host); in php_url_free()52 if (theurl->path) in php_url_free()53 efree(theurl->path); in php_url_free()54 if (theurl->query) in php_url_free()[all …]
34 PHPAPI void php_url_free(php_url *theurl);
Completed in 7 milliseconds