Home
last modified time | relevance | path

Searched refs:wrapperdata (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/standard/
H A Durl.c697 if (Z_TYPE(stream->wrapperdata) != IS_ARRAY) {
704 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(&stream->wrapperdata), hdr) {
H A Dstreamsfuncs.c523 if (!Z_ISUNDEF(stream->wrapperdata)) { in PHP_FUNCTION()
524 Z_ADDREF_P(&stream->wrapperdata); in PHP_FUNCTION()
525 add_assoc_zval(return_value, "wrapper_data", &stream->wrapperdata); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c934 ZVAL_COPY(&stream->wrapperdata, response_header); in php_stream_url_wrap_http_ex()
/PHP-7.4/main/streams/
H A Dstreams.c319 ZVAL_UNDEF(&ret->wrapperdata); in _php_stream_alloc()
507 if (Z_TYPE(stream->wrapperdata) != IS_UNDEF) { in _php_stream_free()
508 zval_ptr_dtor(&stream->wrapperdata); in _php_stream_free()
509 ZVAL_UNDEF(&stream->wrapperdata); in _php_stream_free()
H A Duserspace.c399 ZVAL_COPY(&stream->wrapperdata, &us->object); in user_wrapper_opener()
469 ZVAL_COPY(&stream->wrapperdata, &us->object); in user_wrapper_opendir()
/PHP-7.4/ext/libxml/
H A Dlibxml.c420 if (Z_TYPE(s->wrapperdata) == IS_ARRAY) { in php_libxml_input_buffer_create_filename()
423 ZEND_HASH_FOREACH_VAL_IND(Z_ARRVAL(s->wrapperdata), header) { in php_libxml_input_buffer_create_filename()
/PHP-7.4/main/
H A Dphp_streams.h196 zval wrapperdata; /* fgetwrapperdata retrieves this */ member
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c185 if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && in php_openssl_is_http_stream_talking_to_iis()
195 ZEND_HASH_FOREACH_VAL(Z_ARRVAL(stream->wrapperdata), tmp) { in php_openssl_is_http_stream_talking_to_iis()

Completed in 36 milliseconds