Home
last modified time | relevance | path

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

/PHP-5.5/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.5/ext/standard/
H A Dhead.c78 char *cookie, *encoded_value = NULL; in php_setcookie() local
/PHP-5.5/ext/soap/
H A Dphp_http.c949 char *end_pos, *cookie; in make_http_soap_request() local
/PHP-5.5/ext/ldap/
H A Dldap.c2584 char *cookie = NULL; in PHP_FUNCTION() local
2673 zval *link, *result, *cookie, *estimated; in PHP_FUNCTION() local
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c730 uint32_t cookie; in lsapi_enterLVE() local
/PHP-5.5/ext/imap/
H A Dphp_imap.c3477 char *cookie = NIL; in PHP_FUNCTION() local

Completed in 43 milliseconds