Searched refs:pParser (Results 1 - 18 of 18) sorted by relevance

/external/pdfium/core/src/reflow/
H A Dreflowengine.cpp24 CPDF_ProgressiveReflowPageParser* pParser = FX_NEW CPDF_ProgressiveReflowPageParser; local
25 if (NULL == pParser) {
28 pParser->Init();
29 return pParser;
/external/chromium_org/third_party/sqlite/src/src/
H A Dlempar.c275 yyParser *pParser; local
276 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
277 if( pParser ){
278 pParser->yyidx = -1;
280 pParser->yyidxMax = 0;
283 pParser->yystack = NULL;
284 pParser->yystksz = 0;
285 yyGrowStack(pParser);
288 return pParser;
326 static int yy_pop_parser_stack(yyParser *pParser){ argument
362 yyParser *pParser = (yyParser*)p; local
378 yyParser *pParser = (yyParser*)p; local
391 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlempar.c269 yyParser *pParser; local
270 pParser = (yyParser*)(*mallocProc)( (size_t)sizeof(yyParser) );
271 if( pParser ){
272 pParser->yyidx = -1;
274 pParser->yyidxMax = 0;
277 pParser->yystack = NULL;
278 pParser->yystksz = 0;
279 yyGrowStack(pParser);
282 return pParser;
320 static int yy_pop_parser_stack(yyParser *pParser){ argument
354 yyParser *pParser = (yyParser*)p; local
368 yyParser *pParser = (yyParser*)p; local
381 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/external/pdfium/fpdfsdk/src/
H A Dfpdf_dataavail.cpp125 CPDF_Parser* pParser = FX_NEW CPDF_Parser;
126 pParser->SetPassword(password);
128 FX_DWORD err_code = pParser->StartAsynParse(((CFPDF_DataAvail*)avail)->m_pDataAvail->GetFileRead());
130 delete pParser;
134 ((CFPDF_DataAvail*)avail)->m_pDataAvail->SetDocument(pParser->GetDocument());
135 CheckUnSupportError(pParser->GetDocument(), FPDF_ERR_SUCCESS);
136 return pParser->GetDocument();
H A Dfpdfview.cpp272 CPDF_Parser* pParser = FX_NEW CPDF_Parser; local
273 pParser->SetPassword(password);
275 FX_DWORD err_code = pParser->StartParse((FX_LPCSTR)file_path);
277 delete pParser;
283 delete pParser;
287 return pParser->GetDocument();
311 CPDF_Parser* pParser = FX_NEW CPDF_Parser; local
312 pParser->SetPassword(password);
315 FX_DWORD err_code = pParser->StartParse(pMemFile);
317 delete pParser;
335 CPDF_Parser* pParser = FX_NEW CPDF_Parser; local
362 CPDF_Parser* pParser = (CPDF_Parser*)pDoc->GetParser(); local
374 CPDF_Parser* pParser = (CPDF_Parser*)pDoc->GetParser(); local
654 CPDF_Parser* pParser = (CPDF_Parser*)pDoc->GetParser(); local
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_parser/
H A Dfpdf_parser_document.cpp11 CPDF_Document::CPDF_Document(IPDF_DocParser* pParser) : CPDF_IndirectObjects(pParser) argument
13 ASSERT(pParser != NULL);
H A Dfpdf_parser_parser.cpp2786 CPDF_Parser *pParser = (CPDF_Parser *)(m_pDocument->GetParser()); local
2787 if (pParser == NULL) {
2790 if (objnum >= (FX_DWORD)pParser->m_CrossRef.GetSize()) {
2793 if (pParser->m_V5Type[objnum] == 2) {
2794 objnum = (FX_DWORD)pParser->m_CrossRef[objnum];
2796 if (pParser->m_V5Type[objnum] == 1 || pParser->m_V5Type[objnum] == 255) {
2797 offset = pParser->m_CrossRef[objnum];
2801 FX_LPVOID pResult = FXSYS_bsearch(&offset, pParser->m_SortedOffset.GetData(), pParser
3081 CPDF_Parser *pParser = (CPDF_Parser *)(m_pDocument->GetParser()); local
3267 GetPageKids(CPDF_Parser *pParser, CPDF_Object *pPages) argument
[all...]
H A Dfpdf_parser_objects.cpp1238 CPDF_IndirectObjects::CPDF_IndirectObjects(IPDF_DocParser* pParser) argument
1240 m_pParser = pParser;
1242 if (pParser) {
H A Dfpdf_parser_encrypt.cpp77 FX_BOOL CPDF_StandardSecurityHandler::OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict) argument
79 m_pParser = pParser;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_graph_state.cpp478 void CPDF_AllStates::ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser) argument
523 m_TextState.SetFont(pParser->FindFont(pFont->GetString(0)));
546 pParser->m_pObjectList->m_bBackgroundAlphaNeeded = TRUE;
553 FXSYS_memcpy32(pGeneralState->m_SMaskMatrix, &pParser->m_pCurStates->m_CTM, sizeof(CPDF_Matrix));
H A Dpageint.h358 void ProcessExtGS(CPDF_Dictionary* pGS, CPDF_StreamContentParser* pParser);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_parser.h59 CPDF_Document(IPDF_DocParser* pParser);
615 virtual FX_BOOL OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict) = 0;
642 virtual FX_BOOL OnInit(CPDF_Parser* pParser, CPDF_Dictionary* pEncryptDict);
1010 FX_BOOL GetPageKids(CPDF_Parser *pParser, CPDF_Object *pPages);
H A Dfpdf_objects.h752 CPDF_IndirectObjects(IPDF_DocParser* pParser);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg368 #define PARSER ctx->pParser
705 pANTLR3_PARSER pParser;
1292 ctx->pParser = antlr3ParserNewStream(ANTLR3_SIZE_HINT, instream->tstream, state);
1382 {g| ctx-><g:delegateName()>-><if(TREE_PARSER)>pTreeParser<else>pParser<endif>->rec->state = NULL;
1399 ctx->pParser->free(ctx->pParser);<\n>
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_create.cpp179 CPDF_Parser *pParser = (CPDF_Parser*)pDocument->GetParser(); local
180 if (pParser) {
181 CPDF_Dictionary* p = pParser->GetTrailer();
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c103987 yyParser *pParser; local
104103 yy_pop_parser_stack(yyParser *pParser) argument
104139 yyParser *pParser = (yyParser*)p; local
104155 yyParser *pParser = (yyParser*)p; local
104168 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c118790 yyParser *pParser; local
118912 yy_pop_parser_stack(yyParser *pParser) argument
118948 yyParser *pParser = (yyParser*)p; local
118964 yyParser *pParser = (yyParser*)p; local
118977 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]
/external/sqlite/dist/
H A Dsqlite3.c118810 yyParser *pParser; local
118932 yy_pop_parser_stack(yyParser *pParser) argument
118968 yyParser *pParser = (yyParser*)p; local
118984 yyParser *pParser = (yyParser*)p; local
118997 yy_find_shift_action( yyParser *pParser, YYCODETYPE iLookAhead ) argument
[all...]

Completed in 690 milliseconds