Lines Matching refs:where
163 char *where = ""; in dotnet_init() local
171 where = "dotnet_bind_runtime"; in dotnet_init()
177 where = "ICorRuntimeHost_Start\n"; in dotnet_init()
182 where = "ICorRuntimeHost_GetDefaultDomain"; in dotnet_init()
187 where = "QI: System._AppDomain"; in dotnet_init()
209 *p_where = where; in dotnet_init()
229 char *where = ""; in PHP_METHOD() local
244 hr = dotnet_init(&where); in PHP_METHOD()
248 snprintf(buf, sizeof(buf), "Failed to init .Net runtime [%s] [0x%08lx] %s", where, hr, err); in PHP_METHOD()
256 where = "ICorRuntimeHost_GetDefaultDomain"; in PHP_METHOD()
261 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] [0x%08lx] %s", where, hr, err); in PHP_METHOD()
268 where = "QI: System._AppDomain"; in PHP_METHOD()
273 snprintf(buf, sizeof(buf), "Failed to re-init .Net domain [%s] [0x%08lx] %s", where, hr, err); in PHP_METHOD()
294 where = "CreateInstance"; in PHP_METHOD()
305 where = "QI: IObjectHandle"; in PHP_METHOD()
309 where = "IObjectHandle_Unwrap"; in PHP_METHOD()
314 where = "Unwrapped, QI for IDispatch"; in PHP_METHOD()
347 snprintf(buf, sizeof(buf), "Failed to instantiate .Net object [%s] [0x%08lx] %s", where, hr, err); in PHP_METHOD()