Home
last modified time | relevance | path

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

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/
H A DmemContext.c299 .contextParent = contextCurrent, in memContextNew()
304 contextCurrent->contextChildFreeIdx++; in memContextNew()
388 …for (; contextCurrent->allocFreeIdx < contextCurrent->allocListSize; contextCurrent->allocFreeIdx+… in memContextAllocNew()
389 if (contextCurrent->allocList[contextCurrent->allocFreeIdx] == NULL) in memContextAllocNew()
393 if (contextCurrent->allocFreeIdx == contextCurrent->allocListSize) in memContextAllocNew()
396 if (contextCurrent->allocListSize == 0) in memContextAllocNew()
412 contextCurrent->allocList, contextCurrent->allocListSize, allocListSizeNew); in memContextAllocNew()
424 .allocIdx = contextCurrent->allocFreeIdx, in memContextAllocNew()
429 contextCurrent->allocList[contextCurrent->allocFreeIdx] = result; in memContextAllocNew()
432 contextCurrent->allocFreeIdx++; in memContextAllocNew()
[all …]
/dports/science/v_sim/v_sim-3.8.0/src/
H A Dgtk_openGLWidget.c140 VisuUiGlWidget *contextCurrent; member
202 class->contextCurrent = (VisuUiGlWidget*)0; in visu_ui_gl_widget_class_init()
510 return myClass->contextCurrent; in visu_ui_gl_widget_class_getCurrentContext()
518 if (VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent != render) in setViewport()
690 if (!force && VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent == render) in visu_ui_gl_widget_setCurrent()
706 VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent = render; in visu_ui_gl_widget_setCurrent()
715 g_return_if_fail(VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent == render); in swapGl()
822 if (!force && VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent == render) in visu_ui_gl_widget_setCurrent()
859 VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent = render; in visu_ui_gl_widget_setCurrent()
925 VISU_UI_GL_WIDGET_GET_CLASS(render)->contextCurrent = render; in visu_ui_gl_widget_setCurrent()
[all …]
/dports/databases/pgbackrest/pgbackrest-release-2.35/doc/resource/
H A Dgit-history.cache9497 …"subject": "Use contextTop/contextCurrent instead of memContextTop()/memContextCurrent() in MemCon…