Searched refs:cookie_len (Results 1 – 2 of 2) sorted by relevance
991 int cookie_len; in make_http_soap_request() local995 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()
3143 size_t cookie_len = 0; in PHP_FUNCTION() local3151 …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 17 milliseconds