Home
last modified time | relevance | path

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

/PHP-7.4/main/streams/
H A Dcast.c47 FILE *fopencookie(void *cookie, const char *mode, COOKIE_IO_FUNCTIONS_T *funcs) in fopencookie()
61 static int stream_cookie_reader(void *cookie, char *buffer, int size) in stream_cookie_reader()
69 static int stream_cookie_writer(void *cookie, const char *buffer, int size) in stream_cookie_writer()
75 static PHP_FPOS_T stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
81 static int stream_cookie_closer(void *cookie) in stream_cookie_closer()
91 static ssize_t stream_cookie_reader(void *cookie, char *buffer, size_t size) in stream_cookie_reader()
99 static ssize_t stream_cookie_writer(void *cookie, const char *buffer, size_t size) in stream_cookie_writer()
106 static int stream_cookie_seeker(void *cookie, off64_t *position, int whence) in stream_cookie_seeker()
117 static int stream_cookie_seeker(void *cookie, zend_off_t position, int whence) in stream_cookie_seeker()
124 static int stream_cookie_closer(void *cookie) in stream_cookie_closer()
/PHP-7.4/ext/soap/
H A Dphp_http.c968 char *cookie; in make_http_soap_request() local
/PHP-7.4/ext/ldap/
H A Dldap.c326 struct berval cookie = { 0L, NULL }; in _php_ldap_control_from_array() local
3973 char *cookie = NULL; in PHP_FUNCTION() local
4064 zval *link, *result, *cookie, *estimated; in PHP_FUNCTION() local
/PHP-7.4/sapi/litespeed/
H A Dlsapilib.c944 uint32_t cookie; in lsapi_enterLVE() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c3582 char *cookie = NIL; in PHP_FUNCTION() local

Completed in 51 milliseconds