dm_cgi_router_create Function

public function dm_cgi_router_create(router, max_routes) result(rc)

Creates a new router with given maximum number of routes in the routes hash table.

Arguments

Type IntentOptional Attributes Name
type(cgi_router_type), intent(out) :: router

Router type.

integer, intent(in) :: max_routes

Max. size of hash table.

Return Value integer


Calls

proc~~dm_cgi_router_create~~CallsGraph proc~dm_cgi_router_create dm_cgi_router_create proc~dm_hash_table_create dm_hash_table_create proc~dm_cgi_router_create->proc~dm_hash_table_create

Called by

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