Home
last modified time | relevance | path

Searched refs:GMTAPI_session_counter (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/gmt/gmt-6.3.0/src/
H A Dgmt_api.c224 static int GMTAPI_session_counter = 0; /* Keeps track of the ID of new sessions for multi-session p… variable
8223 …API->session_ID = GMTAPI_session_counter++; /* Guarantees each session ID will be unique and sequ… in GMT_Create_Session()