Lines Matching refs:action
2093 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, b… argument
2120 if (action == NULL) {
2123 ZVAL_STRING(¶ms[2], action);
2185 smart_str action = {0}; local
2307 smart_str_appends(&action, call_uri);
2308 smart_str_appendc(&action, '#');
2309 smart_str_appends(&action, function);
2311 smart_str_appends(&action, soap_action);
2313 smart_str_0(&action);
2315 ret = do_request(this_ptr, request, location, ZSTR_VAL(action.s), soap_version, 0, &response);
2317 smart_str_free(&action);
2367 smart_str_free(&action);
2622 char *location, *action; local
2631 &action, &action_size,
2639 if (make_http_soap_request(this_ptr, buf, location, action, version, NULL)) {
2642 } else if (make_http_soap_request(this_ptr, buf, location, action, version,