Lines Matching refs:where
129 char *where = ""; in dotnet_init() local
137 where = "CoCreateInstance"; in dotnet_init()
145 where = "ICorRuntimeHost_Start\n"; in dotnet_init()
150 where = "ICorRuntimeHost_GetDefaultDomain"; in dotnet_init()
155 where = "QI: System._AppDomain"; in dotnet_init()
177 *p_where = where; in dotnet_init()
197 char *where = ""; in PHP_FUNCTION() local
203 hr = dotnet_init(&where TSRMLS_CC); in PHP_FUNCTION()
207 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] %s", where, err); in PHP_FUNCTION()
217 where = "ICorRuntimeHost_GetDefaultDomain"; in PHP_FUNCTION()
222 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
230 where = "QI: System._AppDomain"; in PHP_FUNCTION()
235 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] %s", where, err); in PHP_FUNCTION()
259 where = "CreateInstance"; in PHP_FUNCTION()
270 where = "QI: IObjectHandle"; in PHP_FUNCTION()
274 where = "IObjectHandle_Unwrap"; in PHP_FUNCTION()
279 where = "Unwrapped, QI for IDispatch"; in PHP_FUNCTION()
312 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08x] %s", where, hr, err); in PHP_FUNCTION()