Home
last modified time | relevance | path

Searched refs:pSubst (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp137 const CFX_SubstFont* pSubst = pFont->GetSubstFont(); in FindResFontSameCharset() local
138 if (!pSubst) in FindResFontSameCharset()
140 if (pSubst->m_Charset == nCharset) { in FindResFontSameCharset()
/external/pdfium/core/fpdfdoc/
Dcpdf_interform.cpp154 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont() local
155 if (!pSubst) in GetNativeFont()
158 if (pSubst->m_Charset == static_cast<int>(charSet)) { in GetNativeFont()
/external/sqlite/dist/orig/
Dsqlite3.c121853 SubstContext *pSubst, /* Description of the substitution */
121858 && pExpr->iRightJoinTable==pSubst->iTable
121860 pExpr->iRightJoinTable = pSubst->iNewTable;
121862 if( pExpr->op==TK_COLUMN && pExpr->iTable==pSubst->iTable ){
121867 Expr *pCopy = pSubst->pEList->a[pExpr->iColumn].pExpr;
121869 assert( pSubst->pEList!=0 && pExpr->iColumn<pSubst->pEList->nExpr );
121872 sqlite3VectorErrorMsg(pSubst->pParse, pCopy);
121874 sqlite3 *db = pSubst->pParse->db;
121875 if( pSubst->isLeftJoin && pCopy->op!=TK_COLUMN ){
121879 ifNullRow.iTable = pSubst->iNewTable;
[all …]
/external/sqlite/dist/
Dsqlite3.c121869 SubstContext *pSubst, /* Description of the substitution */
121874 && pExpr->iRightJoinTable==pSubst->iTable
121876 pExpr->iRightJoinTable = pSubst->iNewTable;
121878 if( pExpr->op==TK_COLUMN && pExpr->iTable==pSubst->iTable ){
121883 Expr *pCopy = pSubst->pEList->a[pExpr->iColumn].pExpr;
121885 assert( pSubst->pEList!=0 && pExpr->iColumn<pSubst->pEList->nExpr );
121888 sqlite3VectorErrorMsg(pSubst->pParse, pCopy);
121890 sqlite3 *db = pSubst->pParse->db;
121891 if( pSubst->isLeftJoin && pCopy->op!=TK_COLUMN ){
121895 ifNullRow.iTable = pSubst->iNewTable;
[all …]