Searched refs:old_allow_url_fopen (Results 1 – 2 of 2) sorted by relevance
81 bool old_allow_url_fopen; in soap_xmlParseFile() local87 old_allow_url_fopen = PG(allow_url_fopen); in soap_xmlParseFile()90 PG(allow_url_fopen) = old_allow_url_fopen; in soap_xmlParseFile()
371 bool old_allow_url_fopen; in make_http_soap_request() local482 old_allow_url_fopen = PG(allow_url_fopen); in make_http_soap_request()490 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()545 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()551 PG(allow_url_fopen) = old_allow_url_fopen; in make_http_soap_request()
Completed in 8 milliseconds