Searched refs:response_header (Results 1 – 1 of 1) sorted by relevance
124 zval *response_header = NULL; in php_stream_url_wrap_http_ex() local656 response_header = *rh; in php_stream_url_wrap_http_ex()657 Z_ADDREF_P(response_header); in php_stream_url_wrap_http_ex()707 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_response, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()786 zend_hash_next_index_insert(Z_ARRVAL_P(response_header), &http_header, sizeof(zval *), NULL); in php_stream_url_wrap_http_ex()900 stream->wrapperdata = response_header; in php_stream_url_wrap_http_ex()902 if(response_header) { in php_stream_url_wrap_http_ex()903 Z_DELREF_P(response_header); in php_stream_url_wrap_http_ex()926 if(response_header) { in php_stream_url_wrap_http_ex()927 Z_DELREF_P(response_header); in php_stream_url_wrap_http_ex()
Completed in 17 milliseconds