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

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_bookmark.cpp11 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines"); local
12 if (pRoot == NULL) {
15 return pRoot->GetDict("First");
H A Ddoc_metadata.cpp59 CPDF_Dictionary *pRoot = pDoc->GetRoot(); local
60 CPDF_Stream *pStream = pRoot->GetStream(FX_BSTRC("Metadata"));
H A Ddoc_action.cpp83 CPDF_Dictionary* pRoot = pDoc->GetRoot(); local
84 CPDF_Dictionary* pURI = pRoot->GetDict("URI");
H A Ddoc_annot.cpp21 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); local
22 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm");
H A Ddoc_utils.cpp260 CPDF_Dictionary* pRoot = pDocument->GetRoot(); local
261 pRoot->SetAtReference("AcroForm", pDocument, dwObjNum);
H A Ddoc_form.cpp274 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); local
275 m_pFormDict = pRoot->GetDict("AcroForm");
/external/chromium_org/third_party/icu/source/common/
H A Duresdata.h67 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
315 const int32_t *pRoot; member in struct:__anon12066
/external/chromium_org/third_party/sqlite/src/src/
H A Dmem3.c145 ** on. *pRoot is the list that i is a member of.
147 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ argument
152 *pRoot = next;
185 ** at *pRoot.
187 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ argument
189 mem3.aPool[i].u.list.next = *pRoot;
191 if( *pRoot ){
192 mem3.aPool[*pRoot].u.list.prev = i;
194 *pRoot = i;
300 ** *pRoot i
315 memsys3Merge(u32 *pRoot) argument
[all...]
H A Dtest_vfstrace.c492 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
496 rc = pRoot->xOpen(pRoot, zName, p->pReal, flags, pOutFlags);
540 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
544 rc = pRoot->xDelete(pRoot, zPath, dirSync);
560 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
564 rc = pRoot->xAccess(pRoot, zPath, flags, pResOut);
582 sqlite3_vfs *pRoot local
597 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
609 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
620 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
630 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
641 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
652 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
661 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
666 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
675 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
688 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
696 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
701 sqlite3_vfs *pRoot = pInfo->pRootVfs; local
722 sqlite3_vfs *pRoot; local
[all...]
H A Dtrigger.c920 Parse *pRoot = sqlite3ParseToplevel(pParse); local
929 for(pPrg=pRoot->pTriggerPrg;
H A Dexpr.c438 ** Attach subtrees pLeft and pRight to the Expr node pRoot.
440 ** If pRoot==NULL that means that a memory allocation error has occurred.
445 Expr *pRoot,
449 if( pRoot==0 ){
455 pRoot->pRight = pRight;
457 pRoot->flags |= EP_ExpCollate;
458 pRoot->pColl = pRight->pColl;
462 pRoot->pLeft = pLeft;
464 pRoot->flags |= EP_ExpCollate;
465 pRoot
443 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
[all...]
H A Dbtree.c4194 MemPage *pRoot; local
4241 pRoot = pCur->apPage[0];
4242 assert( pRoot->pgno==pCur->pgnoRoot );
4243 assert( pRoot->isInit && (pCur->pKeyInfo==0)==pRoot->intKey );
4250 if( pRoot->nCell==0 && !pRoot->leaf ){
4252 if( pRoot->pgno!=1 ) return SQLITE_CORRUPT_BKPT;
4253 subpage = get4byte(&pRoot->aData[pRoot
6451 balance_deeper(MemPage *pRoot, MemPage **ppChild) argument
6907 MemPage *pRoot; local
[all...]
/external/icu/icu4c/source/common/
H A Duresdata.h67 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res))
315 const int32_t *pRoot; member in struct:__anon21855
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp160 CPDF_Dictionary* pRoot = GetRoot(); local
161 if (pRoot == NULL) {
164 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
241 CPDF_Dictionary* pRoot = GetRoot(); local
242 if (pRoot == NULL) {
245 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
286 CPDF_Dictionary* pRoot = GetRoot(); local
287 if (pRoot == NULL) {
290 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
322 CPDF_Dictionary* pRoot local
[all...]
H A Dfpdf_parser_parser.cpp784 CPDF_Object* pRoot = pDict->GetElement(FX_BSTRC("Root")); local
785 if (pRoot && pRoot->GetDict() && pRoot->GetDict()->GetElement(FX_BSTRC("Pages"))) {
852 CPDF_Object* pRoot = pTrailer->GetElement(FX_BSTRC("Root")); local
853 if (pRoot == NULL || (pRoot->GetType() == PDFOBJ_REFERENCE &&
854 (FX_DWORD)m_CrossRef.GetSize() > ((CPDF_Reference*)pRoot)->GetRefObjNum() &&
855 m_CrossRef.GetAt(((CPDF_Reference*)pRoot)->GetRefObjNum()) != 0)) {
3159 CPDF_Dictionary *pRoot local
4309 CPDF_Dictionary *pRoot = m_pDocument->GetRoot(); local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp1123 CPDF_Dictionary* pRoot = pDoc->GetRoot(); local
1124 if (!pRoot) {
1127 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages"));
1176 CPDF_Dictionary* pRoot = GetRoot(); local
1177 if (pRoot == NULL) {
1180 CPDF_Dictionary* pPages = pRoot->GetDict("Pages");
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h842 CPDF_NumberTree(CPDF_Dictionary* pRoot) argument
844 m_pRoot = pRoot;
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h49 CPDF_NameTree(CPDF_Dictionary* pRoot) argument
51 m_pRoot = pRoot;
/external/chromium_org/third_party/sqlite/src/ext/rtree/
H A Drtree.c1241 RtreeNode *pRoot = 0; local
1294 rc = nodeAcquire(pRtree, 1, 0, &pRoot);
1298 int nCell = NCELL(pRoot);
1299 pCsr->pNode = pRoot;
1301 assert( pCsr->pNode==pRoot );
1308 assert( pCsr->pNode==pRoot );
1309 nodeRelease(pRtree, pRoot);
2652 RtreeNode *pRoot; local
2655 rc = nodeAcquire(pRtree, 1, 0, &pRoot);
2693 if( rc==SQLITE_OK && pRtree->iDepth>0 && NCELL(pRoot)
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c15253 ** on. *pRoot is the list that i is a member of.
15255 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ argument
15260 *pRoot = next;
15293 ** at *pRoot.
15295 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ argument
15297 mem3.aPool[i].u.list.next = *pRoot;
15299 if( *pRoot ){
15300 mem3.aPool[*pRoot].u.list.prev = i;
15302 *pRoot = i;
15408 ** *pRoot i
15423 memsys3Merge(u32 *pRoot) argument
51313 MemPage *pRoot; local
53570 balance_deeper(MemPage *pRoot, MemPage **ppChild) argument
54026 MemPage *pRoot; local
71180 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
95506 Parse *pRoot = sqlite3ParseToplevel(pParse); local
125509 RtreeNode *pRoot = 0; local
126920 RtreeNode *pRoot; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c17247 ** on. *pRoot is the list that i is a member of.
17249 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ argument
17254 *pRoot = next;
17287 ** at *pRoot.
17289 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ argument
17291 mem3.aPool[i].u.list.next = *pRoot;
17293 if( *pRoot ){
17294 mem3.aPool[*pRoot].u.list.prev = i;
17296 *pRoot = i;
17402 ** *pRoot i
17417 memsys3Merge(u32 *pRoot) argument
55900 MemPage *pRoot; local
58303 balance_deeper(MemPage *pRoot, MemPage **ppChild) argument
58771 MemPage *pRoot; local
78706 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
107991 Parse *pRoot = sqlite3ParseToplevel(pParse); local
131400 Fts3Expr *pRoot; /* Root of NEAR/AND cluster */ member in struct:Fts3TokenAndCost
131412 fts3EvalTokenCosts( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3Expr *pExpr, Fts3TokenAndCost **ppTC, Fts3Expr ***ppOr, int *pRc ) argument
131527 fts3EvalSelectDeferred( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3TokenAndCost *aTC, int nTC ) argument
132298 Fts3Expr *pRoot; /* Root of NEAR expression */ local
133974 Fts3Expr *pRoot = *pp; /* Initial root node */ local
140712 NodeWriter *pRoot; /* NodeWriter for root node */ local
146174 RtreeNode *pRoot = 0; local
147330 RtreeNode *pRoot; /* Root node of rtree structure */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c17247 ** on. *pRoot is the list that i is a member of.
17249 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ argument
17254 *pRoot = next;
17287 ** at *pRoot.
17289 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ argument
17291 mem3.aPool[i].u.list.next = *pRoot;
17293 if( *pRoot ){
17294 mem3.aPool[*pRoot].u.list.prev = i;
17296 *pRoot = i;
17402 ** *pRoot i
17417 memsys3Merge(u32 *pRoot) argument
55920 MemPage *pRoot; local
58323 balance_deeper(MemPage *pRoot, MemPage **ppChild) argument
58791 MemPage *pRoot; local
78726 sqlite3ExprAttachSubtrees( sqlite3 *db, Expr *pRoot, Expr *pLeft, Expr *pRight ) argument
108011 Parse *pRoot = sqlite3ParseToplevel(pParse); local
131432 Fts3Expr *pRoot; /* Root of NEAR/AND cluster */ member in struct:Fts3TokenAndCost
131444 fts3EvalTokenCosts( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3Expr *pExpr, Fts3TokenAndCost **ppTC, Fts3Expr ***ppOr, int *pRc ) argument
131559 fts3EvalSelectDeferred( Fts3Cursor *pCsr, Fts3Expr *pRoot, Fts3TokenAndCost *aTC, int nTC ) argument
132330 Fts3Expr *pRoot; /* Root of NEAR expression */ local
134006 Fts3Expr *pRoot = *pp; /* Initial root node */ local
140744 NodeWriter *pRoot; /* NodeWriter for root node */ local
146206 RtreeNode *pRoot = 0; local
147362 RtreeNode *pRoot; /* Root node of rtree structure */ local
[all...]

Completed in 608 milliseconds