Home
last modified time | relevance | path

Searched refs:aws_hash_table_clean_up (Results 1 – 25 of 26) sorted by relevance

12

/dports/devel/aws-c-common/aws-c-common-0.6.15/tests/
H A Dhash_table_test.c97 aws_hash_table_clean_up(&hash_table); in AWS_TEST_CASE()
216 aws_hash_table_clean_up(&hash_table); in AWS_TEST_CASE()
285 aws_hash_table_clean_up(&hash_table); in AWS_TEST_CASE()
330 aws_hash_table_clean_up(&table2); in AWS_TEST_CASE()
347 aws_hash_table_clean_up(&table1); in AWS_TEST_CASE()
350 aws_hash_table_clean_up(&table2); in AWS_TEST_CASE()
815 aws_hash_table_clean_up(&map); in AWS_TEST_CASE()
831 aws_hash_table_clean_up(&map); in AWS_TEST_CASE()
921 aws_hash_table_clean_up(&map); in AWS_TEST_CASE()
985 aws_hash_table_clean_up(&table_b); in AWS_TEST_CASE()
[all …]
/dports/devel/aws-c-http/aws-c-http-0.6.8/source/
H A Dhttp.c238 aws_hash_table_clean_up(&s_method_str_to_enum); in s_methods_clean_up()
306 aws_hash_table_clean_up(&s_header_str_to_enum); in s_headers_clean_up()
307 aws_hash_table_clean_up(&s_lowercase_header_str_to_enum); in s_headers_clean_up()
H A Dhpack.c207 aws_hash_table_clean_up(&s_static_header_reverse_lookup); in aws_hpack_static_table_clean_up()
208 aws_hash_table_clean_up(&s_static_header_reverse_lookup_name_only); in aws_hpack_static_table_clean_up()
376 aws_hash_table_clean_up(&context->dynamic_table.reverse_lookup_name_only); in aws_hpack_context_new()
379 aws_hash_table_clean_up(&context->dynamic_table.reverse_lookup); in aws_hpack_context_new()
411 aws_hash_table_clean_up(&context->dynamic_table.reverse_lookup); in aws_hpack_context_destroy()
412 aws_hash_table_clean_up(&context->dynamic_table.reverse_lookup_name_only); in aws_hpack_context_destroy()
H A Dconnection.c38 aws_hash_table_clean_up(bootstrap->alpn_string_map); in aws_http_client_bootstrap_destroy()
556 aws_hash_table_clean_up(&server->synced_data.channel_to_connection_map); in s_http_server_clean_up()
691 aws_hash_table_clean_up(&server->synced_data.channel_to_connection_map); in aws_http_server_new()
971 aws_hash_table_clean_up(dest); in aws_http_alpn_map_init_copy()
/dports/devel/aws-c-common/aws-c-common-0.6.15/verification/cbmc/proofs/aws_hash_table_clean_up/
H A DMakefile16 PROOF_UID = aws_hash_table_clean_up
H A Daws_hash_table_clean_up_harness.c23 aws_hash_table_clean_up(&map); in aws_hash_table_clean_up_harness()
/dports/security/aws-c-auth/aws-c-auth-0.6.5/source/
H A Dsigning_result.c74 aws_hash_table_clean_up(&result->properties); in aws_signing_result_clean_up()
75 aws_hash_table_clean_up(&result->property_lists); in aws_signing_result_clean_up()
H A Daws_signing.c241 aws_hash_table_clean_up(&s_skipped_headers); in aws_signing_clean_up_signing_tables()
242 aws_hash_table_clean_up(&s_forbidden_headers); in aws_signing_clean_up_signing_tables()
243 aws_hash_table_clean_up(&s_forbidden_params); in aws_signing_clean_up_signing_tables()
/dports/devel/aws-c-common/aws-c-common-0.6.15/source/
H A Dmemtrace.c407 aws_hash_table_clean_up(&stack_info); in aws_mem_tracer_dump()
496 aws_hash_table_clean_up(&tracer->allocs); in aws_mem_tracer_destroy()
497 aws_hash_table_clean_up(&tracer->stacks); in aws_mem_tracer_destroy()
H A Dlinked_hash_table.c42 aws_hash_table_clean_up(&table->table); in aws_linked_hash_table_clean_up()
H A Dbus.c208 aws_hash_table_clean_up(&impl->slots.table); in s_bus_sync_clean_up()
423 aws_hash_table_clean_up(&impl->slots.table); in s_bus_async_clean_up()
669 aws_hash_table_clean_up(&impl->slots.table); in s_bus_async_init()
H A Dhash_table.c247 void aws_hash_table_clean_up(struct aws_hash_table *map) { in aws_hash_table_clean_up() function
/dports/devel/aws-c-s3/aws-c-s3-0.1.27/source/
H A Ds3.c135 aws_hash_table_clean_up(&s_compute_platform_info_table); in aws_s3_library_clean_up()
H A Ds3_client.c497 aws_hash_table_clean_up(&client->synced_data.endpoints); in s_s3_client_finish_destroy_default()
/dports/devel/aws-c-common/aws-c-common-0.6.15/include/aws/common/
H A Dhash_table.h147 void aws_hash_table_clean_up(struct aws_hash_table *map);
/dports/devel/aws-c-sdkutils/aws-c-sdkutils-0.1.1/source/
H A Daws_profile.c226 aws_hash_table_clean_up(&property->sub_properties); in s_profile_property_destroy()
452 aws_hash_table_clean_up(&profile->properties); in aws_profile_destroy()
599 aws_hash_table_clean_up(&profile_collection->profiles); in aws_profile_collection_destroy()
/dports/devel/aws-c-http/aws-c-http-0.6.8/tests/
H A Dtest_connection.c625 aws_hash_table_clean_up(&alpn_map); in s_test_connection_customized_alpn()
681 aws_hash_table_clean_up(&alpn_map); in s_test_connection_customized_alpn_error_with_unknow_return_string()
/dports/devel/aws-c-io/aws-c-io-0.10.12/source/
H A Dstandard_retry_strategy.c78 aws_hash_table_clean_up(&standard_strategy->synced_data.token_buckets); in s_standard_retry_destroy()
H A Devent_loop.c322 aws_hash_table_clean_up(&event_loop->local_data); in aws_event_loop_clean_up_base()
H A Dhost_resolver.c315 aws_hash_table_clean_up(&default_host_resolver->host_entry_table); in s_cleanup_default_resolver()
316 aws_hash_table_clean_up(&default_host_resolver->listener_entry_table); in s_cleanup_default_resolver()
/dports/devel/aws-c-http/aws-c-http-0.6.8/bin/elasticurl/
H A Dmain.c757 aws_hash_table_clean_up(&app_ctx.signing_context); in main()
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/source/
H A Dtopic_tree.c178 aws_hash_table_clean_up(&node->subtopics); in s_topic_node_destroy()
H A Dclient.c699 aws_hash_table_clean_up(&connection->synced_data.outstanding_requests_table); in s_mqtt_client_connection_destroy_final()
/dports/devel/aws-c-event-stream/aws-c-event-stream-0.2.7/source/
H A Devent_stream_rpc_client.c336 aws_hash_table_clean_up(&connection->continuation_table); in s_destroy_connection()
H A Devent_stream_rpc_server.c242 aws_hash_table_clean_up(&connection->continuation_table); in aws_event_stream_rpc_server_connection_release()

12