dm_hash_table_create Function

public function dm_hash_table_create(hash_table, max_entries) result(rc)

Create a new hash table with maximum number of entries.

Arguments

Type IntentOptional Attributes Name
type(hash_table_type), intent(inout) :: hash_table

Hash table type.

integer, intent(in) :: max_entries

Maximum number of entries.

Return Value integer


Called by

proc~~dm_hash_table_create~~CalledByGraph proc~dm_hash_table_create dm_hash_table_create proc~dm_cgi_router_create dm_cgi_router_create proc~dm_cgi_router_create->proc~dm_hash_table_create proc~dm_cgi_router_set dm_cgi_router_set proc~dm_cgi_router_set->proc~dm_cgi_router_create