Home
last modified time | relevance | path

Searched defs:cookie (Results 1 – 4 of 4) sorted by relevance

/PHP-5.3/main/streams/
H A Dcast.c49 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
63 static int stream_cookie_reader(void *cookie, char *buffer, int size) in stream_cookie_reader()
72 static int stream_cookie_writer(void *cookie, const char *buffer, int size) in stream_cookie_writer()
79 static PHP_FPOS_T stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker()
86 static int stream_cookie_closer(void *cookie) in stream_cookie_closer()
96 static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t size) in stream_cookie_reader()
105 static ssize_t stream_cookie_writer(void *cookie, const char *buffer, size_t size) in stream_cookie_writer()
113 static int stream_cookie_seeker(void *cookie, __off64_t *position, int whence) in stream_cookie_seeker()
125 static int stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker()
133 static int stream_cookie_closer(void *cookie) in stream_cookie_closer()
/PHP-5.3/ext/standard/
H A Dhead.c79 char *cookie, *encoded_value = NULL; in php_setcookie() local
/PHP-5.3/ext/soap/
H A Dphp_http.c876 char *end_pos, *cookie; in make_http_soap_request() local
/PHP-5.3/ext/imap/
H A Dphp_imap.c3486 char *cookie = NIL; in PHP_FUNCTION() local

Completed in 29 milliseconds