Searched refs:call_args (Results 1 – 13 of 13) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/HTTP-Tiny/t/ |
| H A D | 104_post.t | 55 my @call_args = %options ? ($url, \%options) : ($url); 56 my $response = $http->post(@call_args);
|
| H A D | 101_head.t | 55 my @call_args = %options ? ($url, \%options) : ($url); 56 my $response = $http->head(@call_args);
|
| H A D | 103_delete.t | 55 my @call_args = %options ? ($url, \%options) : ($url); 56 my $response = $http->delete(@call_args);
|
| H A D | 160_cookies.t | 69 my @call_args = %options ? ($url, \%options) : ($url); 70 my $response = $http->get(@call_args);
|
| H A D | 162_proxy_auth.t | 29 my $call_args = %options ? [$method, $url, \%options] : [$method, $url]; 52 my $response = $http->request(@$call_args);
|
| H A D | 161_basic_auth.t | 29 my $call_args = %options ? [$method, $url, \%options] : [$method, $url]; 52 my $response = $http->request(@$call_args);
|
| H A D | 102_put.t | 58 my @call_args = %options ? ($url, \%options) : ($url); 59 my $response = $http->put(@call_args);
|
| H A D | 130_redirect.t | 30 my $call_args = %options ? [$method, $url, \%options] : [$method, $url]; 53 my $response = $http->request(@$call_args);
|
| H A D | 110_mirror.t | 70 my @call_args = %options ? ($url, $tempfile, \%options) : ($url, $tempfile); 71 my $response = $http->mirror(@call_args);
|
| H A D | 100_get.t | 51 my @call_args = %options ? ($url, \%options) : ($url); 52 my $response = $http->get(@call_args);
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | pt.c | 9155 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 D | parse.c | 12067 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 D | parse.y | 8502 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);
|