Home
last modified time | relevance | path

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

/PHP-5.3/ext/soap/
H A Dphp_http.c895 zval *zcookie; in make_http_soap_request() local
906 ALLOC_INIT_ZVAL(zcookie); in make_http_soap_request()
907 array_init(zcookie); in make_http_soap_request()
908 add_index_stringl(zcookie, 0, eqpos + 1, cookie_len, 1); in make_http_soap_request()
917 add_index_stringl(zcookie, 1, eqpos, sempos?(sempos-eqpos):strlen(eqpos), 1); in make_http_soap_request()
922 add_index_bool(zcookie, 3, 1); in make_http_soap_request()
931 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 1)) { in make_http_soap_request()
935 add_index_stringl(zcookie, 1, t, c-t, 1); in make_http_soap_request()
938 if (!zend_hash_index_exists(Z_ARRVAL_P(zcookie), 2)) { in make_http_soap_request()
939 add_index_string(zcookie, 2, phpurl->host, 1); in make_http_soap_request()
[all …]
H A Dsoap.c3311 zval *zcookie; local
3321 ALLOC_INIT_ZVAL(zcookie);
3322 array_init(zcookie);
3323 add_index_stringl(zcookie, 0, val, val_len, 1);
3324 add_assoc_zval_ex(*cookies, name, name_len+1, zcookie);

Completed in 21 milliseconds