HomeSort by relevance Sort by last modified time
    Searched refs:arg_shift (Results 1 - 2 of 2) sorted by null

  /external/grpc-grpc/test/core/http/
httpscli_test.cc 157 int arg_shift = 0; local
179 arg_shift = 1;
191 args[1 + arg_shift] = const_cast<char*>("--port");
192 gpr_asprintf(&args[2 + arg_shift], "%d", port);
193 args[3 + arg_shift] = const_cast<char*>("--ssl");
194 server = gpr_subprocess_create(4 + arg_shift, (const char**)args);
197 if (arg_shift) gpr_free(args[1]);
198 gpr_free(args[2 + arg_shift]);
httpcli_test.cc 157 int arg_shift = 0; local
179 arg_shift = 1;
185 args[1 + arg_shift] = const_cast<char*>("--port");
186 gpr_asprintf(&args[2 + arg_shift], "%d", port);
187 server = gpr_subprocess_create(3 + arg_shift, (const char**)args);
190 if (arg_shift) gpr_free(args[1]);
191 gpr_free(args[2 + arg_shift]);

Completed in 67 milliseconds