Home
last modified time | relevance | path

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

/PHP-5.5/ext/soap/
H A Dphp_http.c969 zval *zcookie; in make_http_soap_request() local
980 ALLOC_INIT_ZVAL(zcookie); in make_http_soap_request()
981 array_init(zcookie); in make_http_soap_request()
982 add_index_stringl(zcookie, 0, eqpos + 1, cookie_len, 1); in make_http_soap_request()
991 add_index_stringl(zcookie, 1, eqpos, sempos?(sempos-eqpos):strlen(eqpos), 1); in make_http_soap_request()
996 add_index_bool(zcookie, 3, 1); in make_http_soap_request()
1005 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 1)) { in make_http_soap_request()
1009 add_index_stringl(zcookie, 1, t, c-t, 1); in make_http_soap_request()
1012 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 2)) { in make_http_soap_request()
1013 add_index_string(zcookie, 2, phpurl->host, 1); in make_http_soap_request()
[all …]
H A Dsoap.c3155 zval *zcookie; local
3166 ALLOC_INIT_ZVAL(zcookie);
3167 array_init(zcookie);
3168 add_index_stringl(zcookie, 0, val, val_len, 1);
3169 add_assoc_zval_ex(*cookies, name, name_len+1, zcookie);

Completed in 22 milliseconds