Home
last modified time | relevance | path

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

/php-src/ext/libxml/
H A Dmime_sniff.c308 if (Z_TYPE(s->wrapperdata) == IS_ARRAY) { in php_libxml_sniff_charset_from_stream()
311 ZEND_HASH_FOREACH_VAL_IND(Z_ARRVAL(s->wrapperdata), header) { in php_libxml_sniff_charset_from_stream()
/php-src/ext/standard/
H A Durl.c703 if (Z_TYPE(stream->wrapperdata) != IS_ARRAY) { in PHP_FUNCTION()
710 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(&stream->wrapperdata), hdr) { in PHP_FUNCTION()
H A Dstreamsfuncs.c551 if (!Z_ISUNDEF(stream->wrapperdata)) { in PHP_FUNCTION()
552 Z_ADDREF_P(&stream->wrapperdata); in PHP_FUNCTION()
553 add_assoc_zval(return_value, "wrapper_data", &stream->wrapperdata); in PHP_FUNCTION()
H A Dhttp_fopen_wrapper.c947 ZVAL_COPY(&stream->wrapperdata, response_header); in php_stream_url_wrap_http_ex()
/php-src/main/streams/
H A Dstreams.c319 ZVAL_UNDEF(&ret->wrapperdata); in _php_stream_alloc()
508 if (Z_TYPE(stream->wrapperdata) != IS_UNDEF) { in _php_stream_free()
509 zval_ptr_dtor(&stream->wrapperdata); in _php_stream_free()
510 ZVAL_UNDEF(&stream->wrapperdata); in _php_stream_free()
H A Duserspace.c360 ZVAL_COPY(&stream->wrapperdata, &us->object); in user_wrapper_opener()
436 ZVAL_COPY(&stream->wrapperdata, &us->object); in user_wrapper_opendir()
/php-src/main/
H A Dphp_streams.h208 zval wrapperdata; /* fgetwrapperdata retrieves this */ member
/php-src/ext/openssl/
H A Dxp_ssl.c215 if (Z_TYPE(stream->wrapperdata) == IS_ARRAY && in php_openssl_is_http_stream_talking_to_iis()
225 ZEND_HASH_FOREACH_VAL(Z_ARRVAL(stream->wrapperdata), tmp) { in php_openssl_is_http_stream_talking_to_iis()

Completed in 75 milliseconds