Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Duser_filters.c407 zval *pzbucket, *pzdata; in php_stream_bucket_attach() local
430 …if (NULL != (pzdata = zend_hash_str_find_deref(Z_OBJPROP_P(zobject), "data", sizeof("data")-1)) &&… in php_stream_bucket_attach()
434 if (bucket->buflen != Z_STRLEN_P(pzdata)) { in php_stream_bucket_attach()
435 bucket->buf = perealloc(bucket->buf, Z_STRLEN_P(pzdata), bucket->is_persistent); in php_stream_bucket_attach()
436 bucket->buflen = Z_STRLEN_P(pzdata); in php_stream_bucket_attach()
438 memcpy(bucket->buf, Z_STRVAL_P(pzdata), bucket->buflen); in php_stream_bucket_attach()

Completed in 7 milliseconds