Searched defs:pRoot (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_numbertree.h15 explicit CPDF_NumberTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {} argument
H A Dcpdf_metadata.cpp15 CPDF_Dictionary* pRoot = pDoc->GetRoot(); local
16 if (!pRoot)
19 CPDF_Stream* pStream = pRoot->GetStreamFor("Metadata");
H A Dcpdf_nametree.h19 explicit CPDF_NameTree(CPDF_Dictionary* pRoot) : m_pRoot(pRoot) {} argument
H A Dcpdf_action.cpp93 CPDF_Dictionary* pRoot = pDoc->GetRoot(); local
94 CPDF_Dictionary* pURI = pRoot->GetDictFor("URI");
H A Dcpdf_nametree.cpp142 CPDF_Dictionary* pRoot = pDoc->GetRoot(); local
143 if (!pRoot)
146 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names");
H A Dcpdf_interform.cpp655 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); local
656 if (!pRoot)
659 m_pFormDict = pRoot->GetDictFor("AcroForm");
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_xml_parser.cpp9 CXFA_XMLParser::CXFA_XMLParser(CFDE_XMLNode* pRoot, argument
14 m_pRoot(pRoot),
17 m_pParent(pRoot),
H A Dcxfa_document.cpp341 CXFA_Node* CXFA_Document::GetNodeByID(CXFA_Node* pRoot, argument
343 if (!pRoot || wsID.IsEmpty())
346 CXFA_NodeIterator sIterator(pRoot);
/external/icu/icu4c/source/common/
H A Duresdata.h70 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
386 const int32_t *pRoot; member in struct:ResourceData
/external/icu/icu4c/source/tools/genrb/
H A Dgenrb.cpp384 const int32_t *pRoot = (const int32_t *)( local
386 poolBundle.fIndexes = pRoot + 1;
394 poolBundle.fKeys = (const char *)(pRoot + keysBottom);
417 const UChar *p = (const UChar *)(pRoot + keysTop);
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffdoc.cpp301 CPDF_Dictionary* pRoot = pPDFDoc->GetRoot();
302 if (!pRoot)
305 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm");
373 CPDF_Dictionary* pRoot = m_pPDFDoc->GetRoot(); local
374 if (!pRoot)
377 CPDF_Dictionary* pNames = pRoot->GetDictFor("Names");
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_data_avail.cpp434 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); local
436 ToReference(pRoot ? pRoot->GetObjectFor("Pages") : nullptr);
1638 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); local
1639 if (!pRoot)
1642 CPDF_Object* pAcroForm = pRoot->GetObjectFor("AcroForm");
1675 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); local
1676 if (!pRoot)
1678 CPDF_Object* pAcroForm = pRoot->GetObjectFor("AcroForm");
H A Dcpdf_document.cpp471 CPDF_Dictionary* pRoot = GetRoot(); local
472 return pRoot ? pRoot->GetDictFor("Pages") : nullptr;
726 CPDF_Dictionary* pRoot = GetRoot(); local
727 CPDF_Dictionary* pPages = pRoot ? pRoot->GetDictFor("Pages") : nullptr;
H A Dcpdf_parser.cpp733 CPDF_Object* pRoot = pDict->GetObjectFor("Root"); local
734 if (pRoot && pRoot->GetDict() &&
735 pRoot->GetDict()->GetObjectFor("Pages")) {
793 CPDF_Object* pRoot = pTrailer->GetObjectFor("Root"); local
794 CPDF_Reference* pRef = ToReference(pRoot);
795 if (!pRoot ||
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_docenvironment.cpp455 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot();
456 if (!pRoot)
459 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm");
757 CPDF_Dictionary* pRoot = m_pContext->GetPDFDoc()->GetRoot(); local
758 if (!pRoot) {
763 CPDF_Dictionary* pAcroForm = pRoot->GetDictFor("AcroForm");
/external/sqlite/dist/orig/
H A Dsqlite3.c21591 ** on. *pRoot is the list that i is a member of.
21593 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ argument
21598 *pRoot = next;
21631 ** at *pRoot.
21633 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ argument
21635 mem3.aPool[i].u.list.next = *pRoot;
21637 if( *pRoot ){
21638 mem3.aPool[*pRoot].u.list.prev = i;
21640 *pRoot = i;
21746 ** *pRoot i
21761 memsys3Merge(u32 *pRoot) argument
63868 MemPage *pRoot; local
66811 balance_deeper(MemPage *pRoot, MemPage **ppChild) argument
67399 MemPage *pRoot; local
88205 vdbeSorterAddToTree( SortSubtask *pTask, int nDepth, int iSeq, MergeEngine *pRoot, MergeEngine *pLeaf ) argument
88284 MergeEngine *pRoot = 0; /* Root node of tree for this task */ local
91529 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
123093 Parse *pRoot = sqlite3ParseToplevel(pParse); local
149952 Fts3Expr *pRoot; /* Root of NEAR/AND cluster */ member in struct:Fts3TokenAndCost
149964 fts3EvalTokenCosts( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3Expr *pExpr, Fts3TokenAndCost **ppTC, Fts3Expr ***ppOr, int *pRc ) argument
150079 fts3EvalSelectDeferred( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3TokenAndCost *aTC, int nTC ) argument
150871 Fts3Expr *pRoot; /* Root of NEAR expression */ local
152539 Fts3Expr *pRoot = *pp; /* Initial root node */ local
159357 NodeWriter *pRoot; /* NodeWriter for root node */ local
165187 RtreeNode *pRoot = 0; local
166363 RtreeNode *pRoot; /* Root node of rtree structure */ local
179796 JsonNode *pRoot = &pParse->aNode[iRoot]; local
185951 Fts5ExprNode *pRoot; member in struct:Fts5Expr
187256 Fts5ExprNode *pRoot = p->pRoot; local
187288 Fts5ExprNode *pRoot = p->pRoot; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c21591 ** on. *pRoot is the list that i is a member of.
21593 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ argument
21598 *pRoot = next;
21631 ** at *pRoot.
21633 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ argument
21635 mem3.aPool[i].u.list.next = *pRoot;
21637 if( *pRoot ){
21638 mem3.aPool[*pRoot].u.list.prev = i;
21640 *pRoot = i;
21746 ** *pRoot i
21761 memsys3Merge(u32 *pRoot) argument
63868 MemPage *pRoot; local
66811 balance_deeper(MemPage *pRoot, MemPage **ppChild) argument
67399 MemPage *pRoot; local
88205 vdbeSorterAddToTree( SortSubtask *pTask, int nDepth, int iSeq, MergeEngine *pRoot, MergeEngine *pLeaf ) argument
88284 MergeEngine *pRoot = 0; /* Root node of tree for this task */ local
91529 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
123093 Parse *pRoot = sqlite3ParseToplevel(pParse); local
149964 Fts3Expr *pRoot; /* Root of NEAR/AND cluster */ member in struct:Fts3TokenAndCost
149976 fts3EvalTokenCosts( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3Expr *pExpr, Fts3TokenAndCost **ppTC, Fts3Expr ***ppOr, int *pRc ) argument
150091 fts3EvalSelectDeferred( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3TokenAndCost *aTC, int nTC ) argument
150883 Fts3Expr *pRoot; /* Root of NEAR expression */ local
152551 Fts3Expr *pRoot = *pp; /* Initial root node */ local
159369 NodeWriter *pRoot; /* NodeWriter for root node */ local
165199 RtreeNode *pRoot = 0; local
166375 RtreeNode *pRoot; /* Root node of rtree structure */ local
179808 JsonNode *pRoot = &pParse->aNode[iRoot]; local
185963 Fts5ExprNode *pRoot; member in struct:Fts5Expr
187268 Fts5ExprNode *pRoot = p->pRoot; local
187300 Fts5ExprNode *pRoot = p->pRoot; local
[all...]

Completed in 1050 milliseconds