Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/
H A Dphp_http.c991 int cookie_len; in make_http_soap_request() local
995 cookie_len = sempos-(eqpos+1); in make_http_soap_request()
997 cookie_len = strlen(cookie)-(eqpos-cookie)-1; in make_http_soap_request()
1004 add_index_stringl(&zcookie, 0, eqpos + 1, cookie_len); in make_http_soap_request()
1007 char *options = cookie + cookie_len+1; in make_http_soap_request()
/PHP-7.2/ext/ldap/
H A Dldap.c3143 size_t cookie_len = 0; in PHP_FUNCTION() local
3151 …meters(ZEND_NUM_ARGS(), "rl|bs", &link, &pagesize, &iscritical, &cookie, &cookie_len) != SUCCESS) { in PHP_FUNCTION()
3175 lcookie.bv_len = cookie_len; in PHP_FUNCTION()

Completed in 24 milliseconds