Home
last modified time | relevance | path

Searched refs:tabSize (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/win32/ole32/
H A Dcompositemoniker.c46 ULONG tabSize; /* size of tabMoniker */ member
70 ULONG tabSize; /* size of tabMoniker */ member
233 if (++This->tabLastIndex==This->tabSize){ in CompositeMonikerImpl_Load()
235 This->tabSize+=BLOCK_TAB_SIZE; in CompositeMonikerImpl_Load()
1562 for(i=0;i<This->tabSize;i++) in EnumMonikerImpl_Release()
1660 if (currentPos > tabSize) in EnumMonikerImpl_CreateEnumMoniker()
1672 newEnumMoniker->tabSize=tabSize; in EnumMonikerImpl_CreateEnumMoniker()
1683 for (i=0;i<tabSize;i++){ in EnumMonikerImpl_CreateEnumMoniker()
1689 for (i = tabSize; i > 0; i--){ in EnumMonikerImpl_CreateEnumMoniker()
1780 This->tabSize=BLOCK_TAB_SIZE; in CompositeMonikerImpl_Construct()
[all …]
/reactos/sdk/lib/3rdparty/libxml2/
H A Dxmlregexp.c6505 int tabSize; member
7852 if (ctxt->tabSize == 0) in xmlExpExpDeriveInt()
7853 ctxt->tabSize = 40; in xmlExpExpDeriveInt()
7855 tab = (const xmlChar **) xmlMalloc(ctxt->tabSize * in xmlExpExpDeriveInt()
7864 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0); in xmlExpExpDeriveInt()
7867 temp = (const xmlChar **) xmlRealloc((xmlChar **) tab, ctxt->tabSize * 2 * in xmlExpExpDeriveInt()
7874 ctxt->tabSize *= 2; in xmlExpExpDeriveInt()
7875 len = xmlExpGetStartInt(ctxt, sub, tab, ctxt->tabSize, 0); in xmlExpExpDeriveInt()