Home
last modified time | relevance | path

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

/PHP-7.1/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()
71 static int stream_cookie_writer(void *cookie, const char *buffer, int size) in stream_cookie_writer()
77 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
83 static int stream_cookie_closer(void *cookie) in stream_cookie_closer()
92 static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t size) in stream_cookie_reader()
100 static ssize_t stream_cookie_writer(void *cookie, const char *buffer, size_t size) in stream_cookie_writer()
107 static int stream_cookie_seeker(void *cookie, __off64_t *position, int whence) in stream_cookie_seeker()
118 static int stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
125 static int stream_cookie_closer(void *cookie) in stream_cookie_closer()
/PHP-7.1/ext/standard/
H A Dhead.c82 char *cookie; in php_setcookie() local
/PHP-7.1/ext/soap/
H A Dphp_http.c955 char *cookie; in make_http_soap_request() local
/PHP-7.1/ext/ldap/
H A Dldap.c2979 char *cookie = NULL; in PHP_FUNCTION() local
3070 zval *link, *result, *cookie, *estimated; in PHP_FUNCTION() local
/PHP-7.1/ext/imap/
H A Dphp_imap.c3541 char *cookie = NIL; in PHP_FUNCTION() local
/PHP-7.1/sapi/litespeed/
H A Dlsapilib.c912 uint32_t cookie; in lsapi_enterLVE() local

Completed in 61 milliseconds