Searched refs:tmpList (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dxslt.c511 if (cctxt->tmpList != NULL)
512 xsltPointerListFree(cctxt->tmpList);
545 ret->tmpList = xsltPointerListCreate(20);
546 if (ret->tmpList == NULL) {
2568 if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node,
2571 if (cctxt->tmpList->number == 0)
2576 list = xsltCompilerUtilsCreateMergedList(def, cctxt->tmpList);
2646 if (xsltParseNsPrefixList(cctxt, cctxt->tmpList, node,
2650 if (cctxt->tmpList->number == 0)
2655 for (i = 0; i < cctxt->tmpList
[all...]
H A DxsltInternals.h1239 xsltPointerListPtr tmpList; /* Used for various purposes */ member in struct:_xsltCompilerCtxt
/haiku-fatelf/src/apps/deskbar/
H A DSwitcher.cpp446 BList tmpList; local
447 TBarApp::Subscribe(BMessenger(this), &tmpList); local
450 BarTeamInfo* barTeamInfo = (BarTeamInfo*)tmpList.ItemAt(i);

Completed in 102 milliseconds