Home
last modified time | relevance | path

Searched refs:cookie (Results 1 – 25 of 28) sorted by relevance

12

/PHP-5.3/tests/basic/
H A D022.phpt6cookie 4= value 4 %3B; cookie1=bogus; %20cookie1=ignore;+cookie1=ignore;cookie1;cookie 5=%20 valu…
29 ["cookie-9"]=>
/PHP-5.3/ext/standard/
H A Dhead.c79 char *cookie, *encoded_value = NULL; in php_setcookie() local
112 cookie = emalloc(len + 100); in php_setcookie()
133 efree(cookie); in php_setcookie()
138 strlcat(cookie, dt, len + 100); in php_setcookie()
148 strlcat(cookie, "; path=", len + 100); in php_setcookie()
149 strlcat(cookie, path, len + 100); in php_setcookie()
153 strlcat(cookie, domain, len + 100); in php_setcookie()
156 strlcat(cookie, "; secure", len + 100); in php_setcookie()
162 ctr.line = cookie; in php_setcookie()
163 ctr.line_len = strlen(cookie); in php_setcookie()
[all …]
/PHP-5.3/main/streams/
H A Dcast.c63 static int stream_cookie_reader(void *cookie, char *buffer, int size) in stream_cookie_reader() argument
68 ret = php_stream_read((php_stream*)cookie, buffer, size); in stream_cookie_reader()
76 return php_stream_write((php_stream *)cookie, (char *)buffer, size); in stream_cookie_writer()
86 static int stream_cookie_closer(void *cookie) in stream_cookie_closer() argument
88 php_stream *stream = (php_stream*)cookie; in stream_cookie_closer()
101 ret = php_stream_read(((php_stream *)cookie), buffer, size); in stream_cookie_reader()
109 return php_stream_write(((php_stream *)cookie), (char *)buffer, size); in stream_cookie_writer()
125 static int stream_cookie_seeker(void *cookie, off_t position, int whence) in stream_cookie_seeker() argument
129 return php_stream_seek((php_stream *)cookie, position, whence); in stream_cookie_seeker()
133 static int stream_cookie_closer(void *cookie) in stream_cookie_closer() argument
[all …]
/PHP-5.3/ext/curl/tests/
H A Dcurl_basic_011.phpt18 echo '*** Testing curl with cookie ***' . "\n";
20 $url = "{$host}/get.php?test=cookie";
35 *** Testing curl with cookie ***
/PHP-5.3/Zend/tests/
H A Dbug38211.phpt2 Bug #38211 (variable name and cookie name match breaks script execution)
H A Dunset_cv05.phpt25 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at %…
/PHP-5.3/ext/session/tests/
H A Dsession_set_cookie_params_basic.phpt12 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation1.phpt14 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation2.phpt14 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation4.phpt14 * Description : Set the session cookie parameters
H A Dsession_get_cookie_params_basic.phpt18 * Description : Get the session cookie parameters
H A Dsession_set_cookie_params_variation3.phpt14 * Description : Set the session cookie parameters
H A Dsession_set_cookie_params_variation5.phpt14 * Description : Set the session cookie parameters
H A Dsession_get_cookie_params_variation1.phpt18 * Description : Get the session cookie parameters
H A Dsession_set_cookie_params_error.phpt12 * Description : Set the session cookie parameters
H A Dsession_get_cookie_params_error.phpt12 * Description : Get the session cookie parameters
/PHP-5.3/ext/filter/tests/
H A D041.phpt2 COOKIE multiple cookie test
/PHP-5.3/ext/soap/
H A Dphp_http.c876 char *end_pos, *cookie; in make_http_soap_request() local
888 cookie = get_http_header_value(cookie_itt,"Set-Cookie: "); in make_http_soap_request()
890 eqpos = strstr(cookie, "="); in make_http_soap_request()
891 sempos = strstr(cookie, ";"); in make_http_soap_request()
900 cookie_len = strlen(cookie)-(eqpos-cookie)-1; in make_http_soap_request()
903 smart_str_appendl(&name, cookie, eqpos - cookie); in make_http_soap_request()
911 char *options = cookie + cookie_len+1; in make_http_soap_request()
947 efree(cookie); in make_http_soap_request()
/PHP-5.3/sapi/webjames/
H A Dwebjames.c99 return WG(conn)->cookie; in sapi_webjames_read_cookies()
157 ADD_FIELD("HTTP_COOKIE", cookie); in sapi_webjames_register_variables()
/PHP-5.3/sapi/thttpd/
H A Dthttpd.c264 return TG(hc)->cookie; in sapi_thttpd_read_cookies()
319 CONDADD(HTTP_COOKIE, cookie); in sapi_thttpd_register_variables()
517 HANDLE_STR(cookie); \
H A Dthttpd_patch459 + hc->cookie = "";
547 - hc->cookie = "";
1778 + FIXUP(cookie);
/PHP-5.3/
H A Dphp.ini-development1496 ; http://php.net/session.cookie-secure
1499 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1506 ; Name of the session (used as cookie name).
1514 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1515 ; http://php.net/session.cookie-lifetime
1518 ; The path for which the cookie is valid.
1519 ; http://php.net/session.cookie-path
1522 ; The domain for which the cookie is valid.
1523 ; http://php.net/session.cookie-domain
1526 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
[all …]
H A Dphp.ini-production1496 ; http://php.net/session.cookie-secure
1499 ; This option forces PHP to fetch and use a cookie for storing and maintaining
1506 ; Name of the session (used as cookie name).
1514 ; Lifetime in seconds of cookie or, if 0, until browser is restarted.
1515 ; http://php.net/session.cookie-lifetime
1518 ; The path for which the cookie is valid.
1519 ; http://php.net/session.cookie-path
1522 ; The domain for which the cookie is valid.
1523 ; http://php.net/session.cookie-domain
1526 ; Whether or not to add the httpOnly flag to the cookie, which makes it inaccessible to browser scr…
[all …]
H A Dacinclude.m41756 ], [cookie_io_functions_t cookie;], [have_cookie_io_functions_t=yes], [])
1771 __ssize_t reader(void *cookie, char *buffer, size_t size)
1773 __ssize_t writer(void *cookie, const char *buffer, size_t size)
1775 int closer(void *cookie)
1777 int seeker(void *cookie, __off64_t *position, int whence)
1778 { ((struct cookiedata*)cookie)->pos = *position; return 0; }
1806 ], [ _IO_cookie_io_functions_t cookie; ], [have_IO_cookie_io_functions_t=yes], [])
/PHP-5.3/ext/imap/
H A Dphp_imap.c3486 char *cookie = NIL; in PHP_FUNCTION() local
3831 for (param = bod->parameter; param && !cookie; param = param->next) { in PHP_FUNCTION()
3833 cookie = param->value; in PHP_FUNCTION()
3838 if (!cookie) { in PHP_FUNCTION()
3839 cookie = "-"; in PHP_FUNCTION()
3840 … } else if (strlen(cookie) > (SENDBUFLEN - 2 - 2 - 2)) { /* validate cookie length -- + CRLF * 2 */ in PHP_FUNCTION()
3855 spprintf(&tempstring, 0, "%s--%s%s%s%s", mystring, cookie, CRLF, tmp, CRLF); in PHP_FUNCTION()
3867 spprintf(&tempstring, 0, "%s--%s--%s", mystring, cookie, CRLF); in PHP_FUNCTION()

Completed in 62 milliseconds

12