Searched refs:sSrc (Results 1 – 3 of 3) sorted by relevance
660 CFX_WideString sSrc(pText->m_Text); in WriteOutput() local661 NormalizeString(sSrc); in WriteOutput()662 str += sSrc; in WriteOutput()
84982 SrcList sSrc; /* Fake SrcList for pParse->pNewTable */84987 memset(&sSrc, 0, sizeof(sSrc));84988 sSrc.nSrc = 1;84989 sSrc.a[0].zName = pTab->zName;84990 sSrc.a[0].pTab = pTab;84991 sSrc.a[0].iCursor = -1;84993 sNC.pSrcList = &sSrc;
84964 SrcList sSrc; /* Fake SrcList for pParse->pNewTable */84969 memset(&sSrc, 0, sizeof(sSrc));84970 sSrc.nSrc = 1;84971 sSrc.a[0].zName = pTab->zName;84972 sSrc.a[0].pTab = pTab;84973 sSrc.a[0].iCursor = -1;84975 sNC.pSrcList = &sSrc;