Searched defs:aws_http_proxy_options_java_jni (Results 1 – 1 of 1) sorted by relevance
51 struct aws_http_proxy_options_java_jni { struct52 struct aws_http_proxy_options options;54 struct aws_byte_buf proxy_host_buf;55 struct aws_byte_cursor proxy_host_cursor;56 struct aws_byte_buf authorization_username_buf;80 struct aws_http_proxy_options_java_jni *http_options) { in s_aws_mqtt5_http_proxy_options_java_destroy() argument