Lines Matching refs:action
362 ZEND_ARG_INFO(0, action)
2554 static int do_request(zval *this_ptr, xmlDoc *request, char *location, char *action, int version, i… argument
2588 if (action == NULL) {
2591 ZVAL_STRING(params[2], action, 1);
2753 smart_str action = {0}; local
2766 smart_str_appends(&action, call_uri);
2767 smart_str_appendc(&action, '#');
2768 smart_str_appends(&action, function);
2770 smart_str_appends(&action, soap_action);
2772 smart_str_0(&action);
2774 ret = do_request(this_ptr, request, location, action.c, soap_version, 0, &response TSRMLS_CC);
2776 smart_str_free(&action);
3106 char *buf, *location, *action; local
3114 &action, &action_size,
3122 …if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version, NULL, NULL TSRMLS_C…
3125 } else if (make_http_soap_request(this_ptr, buf, buf_size, location, action, version,