Searched refs:pRec (Results 1 – 5 of 5) sorted by relevance
3803 TT_CallRec* pRec; in Ins_ENDF() local3818 pRec = &exc->callStack[exc->callTop]; in Ins_ENDF()3820 pRec->Cur_Count--; in Ins_ENDF()3824 if ( pRec->Cur_Count > 0 ) in Ins_ENDF()3827 exc->IP = pRec->Def->start; in Ins_ENDF()3831 Ins_Goto_CodeRange( exc, pRec->Caller_Range, pRec->Caller_IP ); in Ins_ENDF()
3757 TT_CallRec* pRec; in Ins_ENDF() local3772 pRec = &exc->callStack[exc->callTop]; in Ins_ENDF()3774 pRec->Cur_Count--; in Ins_ENDF()3778 if ( pRec->Cur_Count > 0 ) in Ins_ENDF()3781 exc->IP = pRec->Def->start; in Ins_ENDF()3785 Ins_Goto_CodeRange( exc, pRec->Caller_Range, pRec->Caller_IP ); in Ins_ENDF()
70720 UnpackedRecord *pRec = p->ppRec[0];70722 if( pRec==0 ){70729 pRec = (UnpackedRecord*)sqlite3DbMallocZero(db, nByte);70730 if( pRec ){70731 pRec->pKeyInfo = sqlite3KeyInfoOfIndex(p->pParse, pIdx);70732 if( pRec->pKeyInfo ){70733 assert( pRec->pKeyInfo->nField+pRec->pKeyInfo->nXField==nCol );70734 assert( pRec->pKeyInfo->enc==ENC(db) );70735 pRec->aMem = (Mem *)((u8*)pRec + ROUND8(sizeof(UnpackedRecord)));70737 pRec->aMem[i].flags = MEM_Null;[all …]
7695 if (PreprocessingRecord *pRec = pp.getPreprocessingRecord()) { in clang_getCXTUResourceUsage() local7698 pRec->getTotalMemory()); in clang_getCXTUResourceUsage()