Home
last modified time | relevance | path

Searched refs:cookie_len (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/soap/
H A Dphp_http.c354 size_t cookie_len; in make_http_soap_request() local
967 while ((cookie_itt = get_http_header_value_nodup(cookie_itt, "Set-Cookie: ", &cookie_len))) { in make_http_soap_request()
979 cookie = estrndup(cookie_itt, cookie_len); in make_http_soap_request()
985 int cookie_len; in make_http_soap_request() local
989 cookie_len = sempos-(eqpos+1); in make_http_soap_request()
991 cookie_len = strlen(cookie)-(eqpos-cookie)-1; in make_http_soap_request()
998 add_index_stringl(&zcookie, 0, eqpos + 1, cookie_len); in make_http_soap_request()
1001 char *options = cookie + cookie_len+1; in make_http_soap_request()
1037 cookie_itt = cookie_itt + cookie_len; in make_http_soap_request()
/PHP-7.4/ext/ldap/
H A Dldap.c3974 size_t cookie_len = 0; in PHP_FUNCTION() local
3982 …if (zend_parse_parameters(myargcount, "rl|bs", &link, &pagesize, &iscritical, &cookie, &cookie_len in PHP_FUNCTION()
4006 lcookie.bv_len = cookie_len; in PHP_FUNCTION()

Completed in 20 milliseconds