Searched refs:pFirstChild (Results 1 – 5 of 5) sorted by relevance
125 GIFLZWCTreeNode* pFirstChild; // erster Sohn member169 pTable[i].pBrother = pTable[i].pFirstChild = NULL; in StartCompression()198 for( p=pPrefix->pFirstChild; p!=NULL; p=p->pBrother ) in Compress()215 pTable[i].pFirstChild=NULL; in Compress()226 p->pBrother=pPrefix->pFirstChild; in Compress()227 pPrefix->pFirstChild=p; in Compress()229 p->pFirstChild=NULL; in Compress()
60 TIFFLZWCTreeNode* pFirstChild; // erster Sohn member531 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()554 for( p = pPrefix->pFirstChild; p != NULL; p = p->pBrother ) in Compress()571 pTable[ i ].pFirstChild = NULL; in Compress()582 p->pBrother = pPrefix->pFirstChild; in Compress()583 pPrefix->pFirstChild = p; in Compress()585 p->pFirstChild = NULL; in Compress()
99 PSLZWCTreeNode* pFirstChild; // erster Sohn member2645 pTable[ i ].pBrother = pTable[ i ].pFirstChild = NULL; in StartCompression()2667 for( p = pPrefix->pFirstChild; p != NULL; p = p->pBrother ) in Compress()2684 pTable[ i ].pFirstChild = NULL; in Compress()2695 p->pBrother = pPrefix->pFirstChild; in Compress()2696 pPrefix->pFirstChild = p; in Compress()2698 p->pFirstChild = NULL; in Compress()
627 Window* pFirstChild = pPage->ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in ImplChangeTabPage() local628 if ( pFirstChild ) in ImplChangeTabPage()629 pFirstChild->ImplControlFocus( GETFOCUS_INIT ); in ImplChangeTabPage()
5384 Window* pFirstChild = ImplGetDlgWindow( n, DLGWINDOW_FIRST ); in Notify() local5385 if ( pFirstChild ) in Notify()5386 pFirstChild->ImplControlFocus(); in Notify()
Completed in 60 milliseconds