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

/vbox/src/VBox/Storage/testcase/
H A DVDScriptStack.h31 size_t cbStackEntry; member in struct:VDSCRIPTSTACK
47 * @param cbStackEntry The size of one stack entry.
49 DECLINLINE(void) vdScriptStackInit(PVDSCRIPTSTACK pStack, size_t cbStackEntry) argument
51 pStack->cbStackEntry = cbStackEntry;
67 pStack->cbStackEntry = 0;
90 pvStackNew = RTMemRealloc(pStack->pvStack, cOnStackMaxNew * pStack->cbStackEntry);
100 pvElem = (char *)pStack->pvStack + pStack->cOnStack * pStack->cbStackEntry;
117 return (char *)pStack->pvStack + (pStack->cOnStack - 1) * pStack->cbStackEntry;

Completed in 500 milliseconds