Lines Matching refs:zcookie
990 zval zcookie; in make_http_soap_request() local
1001 array_init(&zcookie); in make_http_soap_request()
1002 add_index_stringl(&zcookie, 0, eqpos + 1, cookie_len); in make_http_soap_request()
1011 add_index_stringl(&zcookie, 1, eqpos, sempos?(size_t)(sempos-eqpos):strlen(eqpos)); in make_http_soap_request()
1014 add_index_stringl(&zcookie, 2, eqpos, sempos?(size_t)(sempos-eqpos):strlen(eqpos)); in make_http_soap_request()
1016 add_index_bool(&zcookie, 3, 1); in make_http_soap_request()
1025 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 1)) { in make_http_soap_request()
1029 add_index_stringl(&zcookie, 1, t, c-t); in make_http_soap_request()
1032 if (!zend_hash_index_exists(Z_ARRVAL(zcookie), 2)) { in make_http_soap_request()
1033 add_index_str(&zcookie, 2, phpurl->host); in make_http_soap_request()
1037 zend_symtable_update(Z_ARRVAL_P(cookies), name.s, &zcookie); in make_http_soap_request()