Searched refs:pSub (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | fpdf_page_func.cpp | 683 CPDF_Object* pSub = pArray->GetDirectObjectAt(i); in v_Init() local 684 if (pSub == pObj) in v_Init() 686 std::unique_ptr<CPDF_Function> pFunc(CPDF_Function::Load(pSub)); in v_Init()
|
/external/pdfium/core/fxcrt/ |
D | fx_basic_wstring.cpp | 675 FX_STRSIZE CFX_WideString::Find(const CFX_WideStringC& pSub, in Find() argument 686 pSub.c_str(), pSub.GetLength()); in Find()
|
D | fx_basic_bstring.cpp | 723 FX_STRSIZE CFX_ByteString::Find(const CFX_ByteStringC& pSub, in Find() argument 734 pSub.c_str(), pSub.GetLength()); in Find()
|
D | fx_string.h | 345 FX_STRSIZE Find(const CFX_WideStringC& pSub, FX_STRSIZE start = 0) const;
|
/external/pdfium/fpdfsdk/javascript/ |
D | PublicMethods.cpp | 213 char* pSub = new char[pTemp - p + 1]; in AF_MakeArrayFromList() local 214 strncpy(pSub, p, pTemp - p); in AF_MakeArrayFromList() 215 *(pSub + (pTemp - p)) = '\0'; in AF_MakeArrayFromList() 219 CJS_Value(pRuntime, StrTrim(CFX_ByteString(pSub)).c_str())); in AF_MakeArrayFromList() 220 delete[] pSub; in AF_MakeArrayFromList()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 72941 Mem *pSub = 0; /* Memory cell hold array of subprogs */ 72979 pSub = &p->aMem[9]; 72980 if( pSub->flags&MEM_Blob ){ 72983 nSub = pSub->n/sizeof(Vdbe*); 72984 apSub = (SubProgram **)pSub->z; 73041 if( j==nSub && SQLITE_OK==sqlite3VdbeMemGrow(pSub, nByte, nSub!=0) ){ 73042 apSub = (SubProgram **)pSub->z; 73044 pSub->flags |= MEM_Blob; 73045 pSub->n = nSub*sizeof(SubProgram*); 74327 SubProgram *pSub, *pNext; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 72941 Mem *pSub = 0; /* Memory cell hold array of subprogs */ 72979 pSub = &p->aMem[9]; 72980 if( pSub->flags&MEM_Blob ){ 72983 nSub = pSub->n/sizeof(Vdbe*); 72984 apSub = (SubProgram **)pSub->z; 73041 if( j==nSub && SQLITE_OK==sqlite3VdbeMemGrow(pSub, nByte, nSub!=0) ){ 73042 apSub = (SubProgram **)pSub->z; 73044 pSub->flags |= MEM_Blob; 73045 pSub->n = nSub*sizeof(SubProgram*); 74327 SubProgram *pSub, *pNext; [all …]
|