/external/pdfium/core/src/fpdfdoc/ |
D | doc_basic.cpp | 83 int& nIndex, CPDF_Array** ppFind, int nLevel = 0) in SearchNameNode() argument 85 if (nLevel > nMaxRecursion) { in SearchNameNode() 132 CPDF_Object* pFound = SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1); in SearchNameNode() 140 CFX_ByteString& csName, CPDF_Array** ppFind, int nLevel = 0) in SearchNameNode() argument 142 if (nLevel > nMaxRecursion) { in SearchNameNode() 168 CPDF_Object* pFound = SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1); in SearchNameNode() 175 static int CountNames(CPDF_Dictionary* pNode, int nLevel = 0) in CountNames() argument 177 if (nLevel > nMaxRecursion) { in CountNames() 194 nCount += CountNames(pKid, nLevel + 1); in CountNames()
|
D | doc_utils.h | 29 FX_BOOL NeedPDFEncodeForFieldTree(CPDF_Dictionary* pFieldDict, int nLevel = 0); 31 void UpdateEncodeFieldName(CPDF_Dictionary* pFieldDict, int nLevel = 0);
|
D | doc_tagged.cpp | 122 …entImpl* CPDF_StructTreeImpl::AddPageNode(CPDF_Dictionary* pDict, CFX_MapPtrToPtr& map, int nLevel) in AddPageNode() argument 124 if (nLevel > nMaxRecursion) { in AddPageNode() 140 CPDF_StructElementImpl* pParentElement = AddPageNode(pParent, map, nLevel + 1); in AddPageNode() 315 static CPDF_Dictionary* FindAttrDict(CPDF_Object* pAttrs, FX_BSTR owner, FX_FLOAT nLevel = 0.0F) in FindAttrDict() argument 317 if (nLevel > nMaxRecursion) { in FindAttrDict() 332 pDict = FindAttrDict(pElement, owner, nLevel + 1); in FindAttrDict()
|
D | doc_ocg.cpp | 190 FX_BOOL CPDF_OCContext::GetOCGVE(CPDF_Array *pExpression, FX_BOOL bFromConfig, int nLevel) in GetOCGVE() argument 192 if (nLevel > 32) { in GetOCGVE() 209 return !GetOCGVE((CPDF_Array*)pOCGObj, bFromConfig, nLevel + 1); in GetOCGVE() 225 bItem = GetOCGVE((CPDF_Array*)pOCGObj, bFromConfig, nLevel + 1); in GetOCGVE()
|
D | doc_form.cpp | 46 int CountFields(int nLevel = 0) in CountFields() 48 if (nLevel > nMaxRecursion) { in CountFields() 56 count += ((_Node *)children.GetAt(i))->CountFields(nLevel + 1); in CountFields() 92 void RemoveNode(_Node *pNode, int nLevel = 0); 117 void CFieldTree::RemoveNode(_Node *pNode, int nLevel) in RemoveNode() argument 122 if (nLevel > nMaxRecursion) { in RemoveNode() 129 RemoveNode(pChild, nLevel + 1); in RemoveNode() 1227 void CPDF_InterForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) in LoadField() argument 1229 if (nLevel > nMaxRecursion) { in LoadField() 1250 LoadField(pChildDict, nLevel + 1); in LoadField() [all …]
|
D | tagged_int.h | 28 …CPDF_StructElementImpl* AddPageNode(CPDF_Dictionary* pElement, CFX_MapPtrToPtr& map, int nLevel = …
|
D | doc_utils.cpp | 713 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel) in FPDF_GetFieldAttr() argument 715 if (nLevel > FPDFDOC_UTILS_MAXRECURSION) { in FPDF_GetFieldAttr() 729 return FPDF_GetFieldAttr(pParent, name, nLevel + 1); in FPDF_GetFieldAttr()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 176 FX_BOOL GetOCGVE(CPDF_Array *pExpression, FX_BOOL bFromConfig, int nLevel = 0); 981 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel = 0); 989 …DF_Dictionary* pField, const CFX_WideString& parent_name, FX_BOOL bNotify = FALSE, int nLevel = 0); 1247 CPDF_Object* FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel = 0);
|
/external/sqlite/dist/ |
D | sqlite3.c | 116153 u8 nLevel; /* Number of nested loop */ 120013 if( pWInfo->nLevel>1 ){ 120016 nNotReady = pWInfo->nLevel - iLevel - 1; 120222 if( pWInfo->nLevel>1 ) sqlite3StackFree(db, pOrTab); 120498 for(i=0; i<pWInfo->nLevel; i++){ 121753 int nTabList = pWInfo->nLevel; 122156 nLoop = pWInfo->nLevel; 122412 assert( pWInfo->nLevel==nLoop ); 122707 pWInfo->nLevel = nTabList; 122867 for(ii=0; ii<pWInfo->nLevel; ii++){ [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 116135 u8 nLevel; /* Number of nested loop */ 119995 if( pWInfo->nLevel>1 ){ 119998 nNotReady = pWInfo->nLevel - iLevel - 1; 120204 if( pWInfo->nLevel>1 ) sqlite3StackFree(db, pOrTab); 120480 for(i=0; i<pWInfo->nLevel; i++){ 121735 int nTabList = pWInfo->nLevel; 122138 nLoop = pWInfo->nLevel; 122394 assert( pWInfo->nLevel==nLoop ); 122689 pWInfo->nLevel = nTabList; 122849 for(ii=0; ii<pWInfo->nLevel; ii++){ [all …]
|