Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/tests/file/
H A Dfopencookie.phpt2 fopencookie detected and working (or cast mechanism works)
8 * On systems with fopencookie, a FILE* is created around the user
10 * On systems without fopencookie, the stream is fed into a temporary
12 * The important thing here is really fopencookie; the glibc people
H A Dbug52820.phpt2 Bug #52820 (writes to fopencookie FILE* not committed when seeking the stream)
14 die("skip fopencookie not supported on this platform");
H A Dbug53241.phpt2 Bug #53241 (stream casting that relies on fdopen/fopencookie fails with 'xb' mode)
/PHP-5.5/main/streams/
H A Dcast.c49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie() function
245 *(FILE**)ret = fopencookie(stream, fixed_mode, PHP_STREAM_COOKIE_FUNCTIONS); in _php_stream_cast()
/PHP-5.5/
H A DREADME.STREAMS195 If your system has the fopencookie function, php streams can synthesize a
284 The mode parameter is passed on to fdopen/fopencookie when the stream is cast
H A Dacinclude.m41758 AC_CHECK_FUNC(fopencookie, [have_glibc_fopencookie=yes])
1795 FILE *fp = fopencookie(&g, "r", funcs);
H A DNEWS4890 . Fixed bug #53241 (stream casting that relies on fdopen/fopencookie fails
4896 . Fixed bug #52820 (writes to fopencookie FILE* not commited when seeking the

Completed in 56 milliseconds