Lines Matching refs:cookies
529 zval **cookies, **login, **password; in make_http_soap_request() local
812 …if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) == SU… in make_http_soap_request()
813 Z_TYPE_PP(cookies) == IS_ARRAY) { in make_http_soap_request()
820 n = zend_hash_num_elements(Z_ARRVAL_PP(cookies)); in make_http_soap_request()
822 zend_hash_internal_pointer_reset(Z_ARRVAL_PP(cookies)); in make_http_soap_request()
826 … int res = zend_hash_get_current_key_ex(Z_ARRVAL_PP(cookies), &key, &key_len, &numindx, 0, NULL); in make_http_soap_request()
827 zend_hash_get_current_data(Z_ARRVAL_PP(cookies), (void **)&data); in make_http_soap_request()
849 zend_hash_move_forward(Z_ARRVAL_PP(cookies)); in make_http_soap_request()
952 zval **cookies; in make_http_soap_request() local
954 …if (zend_hash_find(Z_OBJPROP_P(this_ptr), "_cookies", sizeof("_cookies"), (void **)&cookies) == FA… in make_http_soap_request()
955 Z_TYPE_PP(cookies) != IS_ARRAY) { in make_http_soap_request()
959 …PROP_P(this_ptr), "_cookies", sizeof("_cookies"), &tmp_cookies, sizeof(zval *), (void **)&cookies); in make_http_soap_request()
1017 add_assoc_zval_ex(*cookies, name.c, name.len+1, zcookie); in make_http_soap_request()