Searched refs:pRoot (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/sqlite/src/src/
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 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 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...]
H A Dtrigger.c920 Parse *pRoot = sqlite3ParseToplevel(pParse); local
929 for(pPrg=pRoot->pTriggerPrg;
/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/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/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
H A Duresdata.c42 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
45 (const char *)(pResData)->pRoot+(keyOffset) : \
50 (const char *)(pResData)->pRoot+(keyOffset) : \
164 pResData->pRoot=(const int32_t *)inBytes;
165 pResData->rootRes=(Resource)*pResData->pRoot;
187 const int32_t *indexes=pResData->pRoot+1;
219 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
323 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
342 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
361 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot
[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
H A Duresdata.c40 /* get a const char* pointer to the key with the keyOffset byte offset from pRoot */
43 (const char *)(pResData)->pRoot+(keyOffset) : \
48 (const char *)(pResData)->pRoot+(keyOffset) : \
162 pResData->pRoot=(const int32_t *)inBytes;
163 pResData->rootRes=(Resource)*pResData->pRoot;
185 const int32_t *indexes=pResData->pRoot+1;
217 pResData->p16BitUnits=(const uint16_t *)(pResData->pRoot+indexes[URES_INDEX_KEYS_TOP]);
321 const int32_t *p32= res==0 ? &gEmptyString.length : pResData->pRoot+res;
340 const int32_t *p32= offset==0 ? &gEmptyString.length : pResData->pRoot+offset;
359 const int32_t *p32= offset==0 ? (const int32_t*)&gEmpty32 : pResData->pRoot
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_ext.cpp223 CPDF_Dictionary *pRoot = ((CPDF_Document*)document)->GetRoot();
224 if (!pRoot)
226 CPDF_Object* pName = pRoot->GetElement("PageMode");
H A Dfsdk_mgr.cpp417 CPDF_Dictionary* pRoot = m_pDoc->GetRoot();
418 if (!pRoot) return FALSE;
419 CPDF_Object* pOpenAction = pRoot->GetDict("OpenAction");//
420 if(!pOpenAction) pOpenAction = pRoot->GetArray("OpenAction");//
/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/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/fpdfdoc/
H A Dfpdf_doc.h49 CPDF_NameTree(CPDF_Dictionary* pRoot) argument
51 m_pRoot = pRoot;
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_Note.cpp1149 if (const CPWL_Wnd* pRoot = this->GetRootWnd())
1151 ASSERT(pRoot->GetClassName() == "CPWL_NoteItem");
1152 CPWL_NoteItem* pNoteItem = (CPWL_NoteItem*)pRoot;
/external/chromium_org/third_party/icu/source/tools/toolutil/
H A Dpkgitems.cpp423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
/external/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp423 if(resData.pRoot[1+URES_INDEX_POOL_CHECKSUM]==poolIndexes[URES_INDEX_POOL_CHECKSUM]) {
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h842 CPDF_NumberTree(CPDF_Dictionary* pRoot) argument
844 m_pRoot = pRoot;

Completed in 981 milliseconds

12