Searched refs:ecalloc (Results 1 – 6 of 6) sorted by relevance
46 char *string = ecalloc(length + 1, sizeof(char)); in byte_buffer_to_string()
74 str_key = ecalloc(key_len + 1, sizeof(char)); in grpc_parse_metadata_array()76 str_val = ecalloc(GRPC_SLICE_LENGTH(elem->value) + 1, sizeof(char)); in grpc_parse_metadata_array()
213 intern = ecalloc(1, sizeof(class_object) + \
111 args->args = ecalloc(args->num_args, sizeof(grpc_arg)); in php_grpc_read_args_array()
561 void *ecalloc(size_t elem_len, size_t elem_cnt) { function
2912 pub fn ecalloc(n: ::size_t, c: ::size_t) -> *mut ::c_void; in ecalloc() function