Searched refs:sLoc (Results 1 – 2 of 2) sorted by relevance
3645 SourceLocation sLoc; in ParseObjCSelectorExpression() local3659 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
66137 WalHashLoc sLoc; /* Hash table location */66155 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);66161 iLimit = pWal->hdr.mxFrame - sLoc.iZero;66164 if( sLoc.aHash[i]>iLimit ){66165 sLoc.aHash[i] = 0;66172 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);66174 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);66184 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){66185 if( sLoc.aHash[iKey]==j+1 ) break;66187 assert( sLoc.aHash[iKey]==j+1 );[all …]