Home
last modified time | relevance | path

Searched refs:stream (Results 76 – 100 of 655) sorted by last modified time

12345678910>>...27

/PHP-5.5/ext/tidy/
H A Dtidy.c639 php_stream *stream; in php_tidy_file_to_mem() local
642 if (!(stream = php_stream_open_wrapper(filename, "rb", (use_include_path ? USE_PATH : 0), NULL))) { in php_tidy_file_to_mem()
645 if ((*len = (int) php_stream_copy_to_mem(stream, (void*) &data, PHP_STREAM_COPY_ALL, 0)) == 0) { in php_tidy_file_to_mem()
649 php_stream_close(stream); in php_tidy_file_to_mem()
/PHP-5.5/ext/standard/
H A Durl.c707 php_stream *stream; local
718 …if (!(stream = php_stream_open_wrapper_ex(url, "r", REPORT_ERRORS | STREAM_USE_URL | STREAM_ONLY_G…
722 if (!stream->wrapperdata || Z_TYPE_P(stream->wrapperdata) != IS_ARRAY) {
723 php_stream_close(stream);
730 …if (zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h) != FAI…
733 php_stream_getc(stream);
735 zend_hash_find(HASH_OF(stream->wrapperdata), "headers", sizeof("headers"), (void **)&h);
738 hashT = HASH_OF(stream->wrapperdata);
777 php_stream_close(stream);
H A Duser_filters.c166 php_stream *stream, in userfilter_filter() argument
191 php_stream_to_zval(stream, zstream); in userfilter_filter()
512 php_stream *stream; in PHP_FUNCTION() local
522 php_stream_from_zval(stream, &zstream); in PHP_FUNCTION()
524 if (!(pbuffer = pemalloc(buffer_len, php_stream_is_persistent(stream)))) { in PHP_FUNCTION()
530 …bucket = php_stream_bucket_new(stream, pbuffer, buffer_len, 1, php_stream_is_persistent(stream) TS… in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/strings/
H A Dvfprintf_variation13_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation14.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation19.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation19_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation20.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation21.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation3.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation4.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation4_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation6.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation7.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation9.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation13.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation14_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation15.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation15_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation16.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation16_64bit.phpt10 * Description: Write a formatted string to a stream
H A Dvfprintf_variation17.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation18.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation5.phpt6 * Description: Write a formatted string to a stream
H A Dvfprintf_variation8.phpt6 * Description: Write a formatted string to a stream

Completed in 42 milliseconds

12345678910>>...27