Searched refs:pWith (Results 1 – 1 of 1) sorted by relevance
1482 DirEntry *pWith = (DirEntry *)&rEntry; in operator ==() local1483 while( pThis && pWith && (pThis->eFlag == pWith->eFlag) ) in operator ==()1485 if ( CMP_LOWER(pThis->aName) != CMP_LOWER(pWith->aName) ) in operator ==()1488 pWith = pWith->pParent; in operator ==()1491 return ( !pThis && !pWith ); in operator ==()
Completed in 13 milliseconds