Home
last modified time | relevance | path

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

/PHP-8.4/main/streams/
H A Dcast.c45 } cookie_io_functions_t; typedef
47 FILE *fopencookie(void *cookie, const char *mode, cookie_io_functions_t *funcs) in fopencookie()
139 static cookie_io_functions_t stream_cookie_functions =
/PHP-8.4/build/
H A Dphp.m41334 dnl Check for cookie_io_functions_t type and fopencookie(). When using glibc,
1341 [AC_CHECK_TYPE([cookie_io_functions_t], [AC_CHECK_FUNCS([fopencookie])],,
1364 cookie_io_functions_t funcs = {reader, writer, seeker, closer};
/PHP-8.4/
H A DUPGRADING.INTERNALS140 - COOKIE_IO_FUNCTIONS_T symbol has been removed (use cookie_io_functions_t).

Completed in 21 milliseconds