Home
last modified time | relevance | path

Searched refs:call_args (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/
H A D104_post.t55 my @call_args = %options ? ($url, \%options) : ($url);
56 my $response = $http->post(@call_args);
H A D101_head.t55 my @call_args = %options ? ($url, \%options) : ($url);
56 my $response = $http->head(@call_args);
H A D103_delete.t55 my @call_args = %options ? ($url, \%options) : ($url);
56 my $response = $http->delete(@call_args);
H A D160_cookies.t69 my @call_args = %options ? ($url, \%options) : ($url);
70 my $response = $http->get(@call_args);
H A D162_proxy_auth.t29 my $call_args = %options ? [$method, $url, \%options] : [$method, $url];
52 my $response = $http->request(@$call_args);
H A D161_basic_auth.t29 my $call_args = %options ? [$method, $url, \%options] : [$method, $url];
52 my $response = $http->request(@$call_args);
H A D102_put.t58 my @call_args = %options ? ($url, \%options) : ($url);
59 my $response = $http->put(@call_args);
H A D130_redirect.t30 my $call_args = %options ? [$method, $url, \%options] : [$method, $url];
53 my $response = $http->request(@$call_args);
H A D110_mirror.t70 my @call_args = %options ? ($url, $tempfile, \%options) : ($url, $tempfile);
71 my $response = $http->mirror(@call_args);
H A D100_get.t51 my @call_args = %options ? ($url, \%options) : ($url);
52 my $response = $http->get(@call_args);
/openbsd-src/gnu/gcc/gcc/cp/
H A Dpt.c9155 tree call_args; in tsubst_copy_and_build() local
9192 call_args = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build()
9204 function = perform_koenig_lookup (function, call_args); in tsubst_copy_and_build()
9217 return build_offset_ref_call_from_tree (function, call_args); in tsubst_copy_and_build()
9221 return finish_call_expr (function, call_args, in tsubst_copy_and_build()
9228 call_args, NULL_TREE, in tsubst_copy_and_build()
9232 return finish_call_expr (function, call_args, in tsubst_copy_and_build()
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.c12067 tree args = NULL_TREE, call_args = NULL_TREE; local
12119 call_args = tree_cons (NULL_TREE, build_wfl_node (TREE_PURPOSE (carg)),
12120 call_args);
12123 call_args);
H A Dparse.y8502 tree args = NULL_TREE, call_args = NULL_TREE; local
8554 call_args = tree_cons (NULL_TREE, build_wfl_node (TREE_PURPOSE (carg)),
8555 call_args);
8558 call_args);