Searched refs:pszBackendName (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/
H A Dvd-filter-backend.h40 const char *pszBackendName; member in struct:VDFILTERBACKEND
H A Dvd-cache-backend.h40 const char *pszBackendName; member in struct:VDCACHEBACKEND
H A Dvd-image-backend.h68 const char *pszBackendName; member in struct:VBOXHDDBACKEND
/vbox/src/VBox/Storage/
H A DVD.cpp839 if (!RTStrICmp(pszBackend, g_apBackends[i]->pszBackendName))
862 if (!RTStrICmp(pszBackend, g_apCacheBackends[i]->pszBackendName))
882 if (!RTStrICmp(pszFilter, g_apFilterBackends[i]->pszBackendName))
5823 pEntries[i].pszBackend = g_apBackends[i]->pszBackendName;
5859 if (!RTStrICmp(pszBackend, g_apBackends[i]->pszBackendName))
5861 pEntry->pszBackend = g_apBackends[i]->pszBackendName;
5909 pEntries[i].pszFilter = g_apFilterBackends[i]->pszBackendName;
5941 if (!RTStrICmp(pszFilter, g_apFilterBackends[i]->pszBackendName))
5943 pEntry->pszFilter = g_apFilterBackends[i]->pszBackendName;
6156 char *pszFormat = RTStrDup(g_apBackends[i]->pszBackendName);
[all...]

Completed in 59 milliseconds