Searched refs:s_pSharedContext (Results 1 – 1 of 1) sorted by relevance
200 static OSystemParseContext* s_pSharedContext = NULL; in getSharedContext() local201 if ( _pContext && !s_pSharedContext ) in getSharedContext()203 s_pSharedContext = _pContext; in getSharedContext()204 return s_pSharedContext; in getSharedContext()208 OSystemParseContext* pReturn = _pContext ? _pContext : s_pSharedContext; in getSharedContext()209 s_pSharedContext = _pContext; in getSharedContext()212 return s_pSharedContext; in getSharedContext()
Completed in 12 milliseconds