Lines Matching refs:efree
45 efree(theurl->scheme); in php_url_free()
47 efree(theurl->user); in php_url_free()
49 efree(theurl->pass); in php_url_free()
51 efree(theurl->host); in php_url_free()
53 efree(theurl->path); in php_url_free()
55 efree(theurl->query); in php_url_free()
57 efree(theurl->fragment); in php_url_free()
58 efree(theurl); in php_url_free()
193 efree(ret); in php_url_parse_ex()
198 efree(ret); in php_url_parse_ex()
257 efree(ret); in php_url_parse_ex()
270 efree(ret); in php_url_parse_ex()
285 efree(ret); in php_url_parse_ex()
594 efree(str);