Home
last modified time | relevance | path

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

/PHP-5.6/ext/soap/
H A Dphp_http.c970 zval *zcookie; in make_http_soap_request() local
981 ALLOC_INIT_ZVAL(zcookie); in make_http_soap_request()
982 array_init(zcookie); in make_http_soap_request()
983 add_index_stringl(zcookie, 0, eqpos + 1, cookie_len, 1); in make_http_soap_request()
992 add_index_stringl(zcookie, 1, eqpos, sempos?(sempos-eqpos):strlen(eqpos), 1); in make_http_soap_request()
997 add_index_bool(zcookie, 3, 1); in make_http_soap_request()
1006 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 1)) { in make_http_soap_request()
1010 add_index_stringl(zcookie, 1, t, c-t, 1); in make_http_soap_request()
1013 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 2)) { in make_http_soap_request()
1014 add_index_string(zcookie, 2, phpurl->host, 1); in make_http_soap_request()
[all …]
H A Dsoap.c3175 zval *zcookie; local
3186 ALLOC_INIT_ZVAL(zcookie);
3187 array_init(zcookie);
3188 add_index_stringl(zcookie, 0, val, val_len, 1);
3189 add_assoc_zval_ex(*cookies, name, name_len+1, zcookie);

Completed in 29 milliseconds