Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c968 int cookie_len; in make_http_soap_request() local
972 cookie_len = sempos-(eqpos+1); in make_http_soap_request()
974 cookie_len = strlen(cookie)-(eqpos-cookie)-1; in make_http_soap_request()
982 add_index_stringl(zcookie, 0, eqpos + 1, cookie_len, 1); in make_http_soap_request()
985 char *options = cookie + cookie_len+1; in make_http_soap_request()
/PHP-5.5/ext/ldap/
H A Dldap.c2585 int cookie_len = 0; in PHP_FUNCTION() local
2593 …D_NUM_ARGS() TSRMLS_CC, "rl|bs", &link, &pagesize, &iscritical, &cookie, &cookie_len) != SUCCESS) { in PHP_FUNCTION()
2615 lcookie.bv_len = cookie_len; in PHP_FUNCTION()

Completed in 21 milliseconds