Home
last modified time | relevance | path

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

/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdalclientserver.cpp339 static GDALServerSpawnedProcess* aspRecycled[MAX_RECYCLED]; variable
1383 if( aspRecycled[i] == NULL ) in GDALServerSpawnAsyncFinish()
1388 aspRecycled[i] = ssp; in GDALServerSpawnAsyncFinish()
1503 memset(aspRecycled, 0, sizeof(aspRecycled)); in GDALServerLoopForked()
1521 if( aspRecycled[i] != NULL ) in GDALServerSpawnAsync()
1523 GDALServerSpawnedProcess* ssp = aspRecycled[i]; in GDALServerSpawnAsync()
1524 aspRecycled[i] = NULL; in GDALServerSpawnAsync()
6036 if( aspRecycled[i] != NULL ) in GDALUnloadAPIPROXYDriver()
6038 GDALServerSpawnAsyncFinish(aspRecycled[i]); in GDALUnloadAPIPROXYDriver()
6039 aspRecycled[i] = NULL; in GDALUnloadAPIPROXYDriver()
[all …]