Home
last modified time | relevance | path

Searched refs:pRoot (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
Dtest_vfstrace.c492 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceOpen() local
496 rc = pRoot->xOpen(pRoot, zName, p->pReal, flags, pOutFlags); in vfstraceOpen()
540 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDelete() local
544 rc = pRoot->xDelete(pRoot, zPath, dirSync); in vfstraceDelete()
560 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceAccess() local
564 rc = pRoot->xAccess(pRoot, zPath, flags, pResOut); in vfstraceAccess()
582 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceFullPathname() local
586 rc = pRoot->xFullPathname(pRoot, zPath, nOut, zOut); in vfstraceFullPathname()
597 sqlite3_vfs *pRoot = pInfo->pRootVfs; in vfstraceDlOpen() local
599 return pRoot->xDlOpen(pRoot, zPath); in vfstraceDlOpen()
[all …]
Dmem3.c147 static void memsys3UnlinkFromList(u32 i, u32 *pRoot){ in memsys3UnlinkFromList() argument
152 *pRoot = next; in memsys3UnlinkFromList()
187 static void memsys3LinkIntoList(u32 i, u32 *pRoot){ in memsys3LinkIntoList() argument
189 mem3.aPool[i].u.list.next = *pRoot; in memsys3LinkIntoList()
191 if( *pRoot ){ in memsys3LinkIntoList()
192 mem3.aPool[*pRoot].u.list.prev = i; in memsys3LinkIntoList()
194 *pRoot = i; in memsys3LinkIntoList()
315 static void memsys3Merge(u32 *pRoot){ in memsys3Merge() argument
319 for(i=*pRoot; i>0; i=iNext){ in memsys3Merge()
324 memsys3UnlinkFromList(i, pRoot); in memsys3Merge()
Dbtree.c4194 MemPage *pRoot; in moveToRoot() local
4241 pRoot = pCur->apPage[0]; in moveToRoot()
4242 assert( pRoot->pgno==pCur->pgnoRoot ); in moveToRoot()
4243 assert( pRoot->isInit && (pCur->pKeyInfo==0)==pRoot->intKey ); in moveToRoot()
4250 if( pRoot->nCell==0 && !pRoot->leaf ){ in moveToRoot()
4252 if( pRoot->pgno!=1 ) return SQLITE_CORRUPT_BKPT; in moveToRoot()
4253 subpage = get4byte(&pRoot->aData[pRoot->hdrOffset+8]); in moveToRoot()
4257 pCur->eState = ((pRoot->nCell>0)?CURSOR_VALID:CURSOR_INVALID); in moveToRoot()
6451 static int balance_deeper(MemPage *pRoot, MemPage **ppChild){ in balance_deeper() argument
6455 BtShared *pBt = pRoot->pBt; /* The BTree */ in balance_deeper()
[all …]
Dexpr.c445 Expr *pRoot, in sqlite3ExprAttachSubtrees() argument
449 if( pRoot==0 ){ in sqlite3ExprAttachSubtrees()
455 pRoot->pRight = pRight; in sqlite3ExprAttachSubtrees()
457 pRoot->flags |= EP_ExpCollate; in sqlite3ExprAttachSubtrees()
458 pRoot->pColl = pRight->pColl; in sqlite3ExprAttachSubtrees()
462 pRoot->pLeft = pLeft; in sqlite3ExprAttachSubtrees()
464 pRoot->flags |= EP_ExpCollate; in sqlite3ExprAttachSubtrees()
465 pRoot->pColl = pLeft->pColl; in sqlite3ExprAttachSubtrees()
468 exprSetHeight(pRoot); in sqlite3ExprAttachSubtrees()
Dtrigger.c920 Parse *pRoot = sqlite3ParseToplevel(pParse); in getRowTrigger() local
929 for(pPrg=pRoot->pTriggerPrg; in getRowTrigger()
/external/pdfium/core/src/fpdfapi/fpdf_parser/
Dfpdf_parser_document.cpp160 CPDF_Dictionary* pRoot = GetRoot(); in GetPage() local
161 if (pRoot == NULL) { in GetPage()
164 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); in GetPage()
241 CPDF_Dictionary* pRoot = GetRoot(); in GetPageIndex() local
242 if (pRoot == NULL) { in GetPageIndex()
245 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); in GetPageIndex()
286 CPDF_Dictionary* pRoot = GetRoot(); in _GetPageCount() local
287 if (pRoot == NULL) { in _GetPageCount()
290 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); in _GetPageCount()
322 CPDF_Dictionary* pRoot = GetRoot(); in EnumPages() local
[all …]
Dfpdf_parser_parser.cpp784 … CPDF_Object* pRoot = pDict->GetElement(FX_BSTRC("Root")); in RebuildCrossRef() local
785 … if (pRoot && pRoot->GetDict() && pRoot->GetDict()->GetElement(FX_BSTRC("Pages"))) { in RebuildCrossRef()
852 … CPDF_Object* pRoot = pTrailer->GetElement(FX_BSTRC("Root")); in RebuildCrossRef() local
853 … if (pRoot == NULL || (pRoot->GetType() == PDFOBJ_REFERENCE && in RebuildCrossRef()
854 … (FX_DWORD)m_CrossRef.GetSize() > ((CPDF_Reference*)pRoot)->GetRefObjNum() && in RebuildCrossRef()
855 … m_CrossRef.GetAt(((CPDF_Reference*)pRoot)->GetRefObjNum()) != 0)) { in RebuildCrossRef()
3159 CPDF_Dictionary *pRoot = m_pDocument->GetRoot(); in PreparePageItem() local
3160 CPDF_Reference* pRef = (CPDF_Reference*)pRoot->GetElement(FX_BSTRC("Pages")); in PreparePageItem()
4309 CPDF_Dictionary *pRoot = m_pDocument->GetRoot(); in IsFormAvail() local
4310 if (!pRoot) { in IsFormAvail()
[all …]
/external/icu/icu4c/source/common/
Duresdata.c43 (const char *)(pResData)->pRoot+(keyOffset) : \
48 (const char *)(pResData)->pRoot+(keyOffset) : \
162 pResData->pRoot=(const int32_t *)inBytes; in res_init()
163 pResData->rootRes=(Resource)*pResData->pRoot; in res_init()
185 const int32_t *indexes=pResData->pRoot+1; in res_init()
217 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]); in res_init()
321 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getString()
340 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias()
359 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot+offset; in res_getBinary()
379 p= offset==0 ? (const int32_t *)&gEmpty32 : pResData->pRoot+offset; in res_getIntVector()
[all …]
Duresdata.h67 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
315 const int32_t *pRoot; member
/external/chromium_org/third_party/icu/source/common/
Duresdata.c43 (const char *)(pResData)->pRoot+(keyOffset) : \
48 (const char *)(pResData)->pRoot+(keyOffset) : \
157 pResData->pRoot=(const int32_t *)inBytes; in res_init()
158 pResData->rootRes=(Resource)*pResData->pRoot; in res_init()
180 const int32_t *indexes=pResData->pRoot+1; in res_init()
212 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]); in res_init()
316 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res; in res_getString()
335 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset; in res_getAlias()
354 const int32_t *p32= offset==0 ? &gEmpty32 : pResData->pRoot+offset; in res_getBinary()
374 p= offset==0 ? &gEmpty32 : pResData->pRoot+offset; in res_getIntVector()
[all …]
Duresdata.h66 #define RES_GET_POINTER(pRoot, res) ((pRoot)+RES_GET_OFFSET(res)) argument
309 const int32_t *pRoot; member
/external/pdfium/core/src/fpdfdoc/
Ddoc_bookmark.cpp11 CPDF_Dictionary* pRoot = m_pDocument->GetRoot()->GetDict("Outlines"); in GetFirstChild() local
12 if (pRoot == NULL) { in GetFirstChild()
15 return pRoot->GetDict("First"); in GetFirstChild()
Ddoc_metadata.cpp59 CPDF_Dictionary *pRoot = pDoc->GetRoot(); in LoadDoc() local
60 CPDF_Stream *pStream = pRoot->GetStream(FX_BSTRC("Metadata")); in LoadDoc()
Ddoc_action.cpp83 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in GetURI() local
84 CPDF_Dictionary* pURI = pRoot->GetDict("URI"); in GetURI()
Ddoc_annot.cpp21 CPDF_Dictionary* pRoot = m_pDocument->GetRoot(); in CPDF_AnnotList() local
22 CPDF_Dictionary* pAcroForm = pRoot->GetDict("AcroForm"); in CPDF_AnnotList()
Ddoc_utils.cpp260 CPDF_Dictionary* pRoot = pDocument->GetRoot(); in InitInterFormDict() local
261 pRoot->SetAtReference("AcroForm", pDocument, dwObjNum); in InitInterFormDict()
/external/pdfium/fpdfsdk/src/
Dfpdf_ext.cpp223 CPDF_Dictionary *pRoot = ((CPDF_Document*)document)->GetRoot(); in FPDFDoc_GetPageMode() local
224 if (!pRoot) in FPDFDoc_GetPageMode()
226 CPDF_Object* pName = pRoot->GetElement("PageMode"); in FPDFDoc_GetPageMode()
Dfsdk_mgr.cpp417 CPDF_Dictionary* pRoot = m_pDoc->GetRoot(); in ProcOpenAction() local
418 if (!pRoot) return FALSE; in ProcOpenAction()
419 CPDF_Object* pOpenAction = pRoot->GetDict("OpenAction");// in ProcOpenAction()
420 if(!pOpenAction) pOpenAction = pRoot->GetArray("OpenAction");// in ProcOpenAction()
/external/chromium_org/third_party/sqlite/src/ext/rtree/
Drtree.c1241 RtreeNode *pRoot = 0; in rtreeFilter() local
1294 rc = nodeAcquire(pRtree, 1, 0, &pRoot); in rtreeFilter()
1298 int nCell = NCELL(pRoot); in rtreeFilter()
1299 pCsr->pNode = pRoot; in rtreeFilter()
1301 assert( pCsr->pNode==pRoot ); in rtreeFilter()
1308 assert( pCsr->pNode==pRoot ); in rtreeFilter()
1309 nodeRelease(pRtree, pRoot); in rtreeFilter()
2652 RtreeNode *pRoot; in rtreeUpdate() local
2655 rc = nodeAcquire(pRtree, 1, 0, &pRoot); in rtreeUpdate()
2693 if( rc==SQLITE_OK && pRtree->iDepth>0 && NCELL(pRoot)==1 ){ in rtreeUpdate()
[all …]
/external/pdfium/core/src/fpdfapi/fpdf_edit/
Dfpdf_edit_doc.cpp1123 CPDF_Dictionary* pRoot = pDoc->GetRoot(); in InsertNewPage() local
1124 if (!pRoot) { in InsertNewPage()
1127 CPDF_Dictionary* pPages = pRoot->GetDict(FX_BSTRC("Pages")); in InsertNewPage()
1176 CPDF_Dictionary* pRoot = GetRoot(); in DeletePage() local
1177 if (pRoot == NULL) { in DeletePage()
1180 CPDF_Dictionary* pPages = pRoot->GetDict("Pages"); in DeletePage()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp1149 if (const CPWL_Wnd* pRoot = this->GetRootWnd()) in GetNote() local
1151 ASSERT(pRoot->GetClassName() == "CPWL_NoteItem"); in GetNote()
1152 CPWL_NoteItem* pNoteItem = (CPWL_NoteItem*)pRoot; in GetNote()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h49 CPDF_NameTree(CPDF_Dictionary* pRoot) in CPDF_NameTree() argument
51 m_pRoot = pRoot; in CPDF_NameTree()
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dpkgitems.cpp423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) { in ures_enumDependencies()
/external/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) { in ures_enumDependencies()
/external/pdfium/core/include/fpdfapi/
Dfpdf_parser.h842 CPDF_NumberTree(CPDF_Dictionary* pRoot) in CPDF_NumberTree() argument
844 m_pRoot = pRoot; in CPDF_NumberTree()

12