Searched refs:method_str (Results 1 – 4 of 4) sorted by relevance
197 char* method_str = grpc_slice_to_c_string(call_details.method); in test_keepalive_timeout() local203 gpr_free(method_str); in test_keepalive_timeout()
53 static const char *method_str[] = { in si_test_dma_perf() local137 printf("%s,%3s,", method_str[method], in si_test_dma_perf()
157 VALUE method_str = rb_id2str(SYM2ID(method_name)); in extract_method_call() local158 char* name = RSTRING_PTR(method_str); in extract_method_call()159 size_t name_len = RSTRING_LEN(method_str); in extract_method_call()
1249 const char *method_str = kEapMethodStrings[eap_method_idx]; in setEapMethodInternal() local1252 retrieved_method = eap_peer_get_type(method_str, &retrieved_vendor); in setEapMethodInternal()