Searched refs:sLoc (Results 1 – 2 of 2) sorted by relevance
3645 SourceLocation sLoc; in ParseObjCSelectorExpression() local3659 IdentifierInfo *SelIdent = ParseObjCSelectorPiece(sLoc); in ParseObjCSelectorExpression()
67111 WalHashLoc sLoc; /* Hash table location */ local67129 i = walHashGet(pWal, walFramePage(pWal->hdr.mxFrame), &sLoc);67135 iLimit = pWal->hdr.mxFrame - sLoc.iZero;67138 if( sLoc.aHash[i]>iLimit ){67139 sLoc.aHash[i] = 0;67146 nByte = (int)((char *)sLoc.aHash - (char *)&sLoc.aPgno[iLimit]);67148 memset((void *)&sLoc.aPgno[iLimit], 0, nByte);67158 for(iKey=walHash(sLoc.aPgno[j]);sLoc.aHash[iKey];iKey=walNextHash(iKey)){67159 if( sLoc.aHash[iKey]==j+1 ) break;67161 assert( sLoc.aHash[iKey]==j+1 );[all …]