Home | History | Annotate | Download | only in src

Lines Matching refs:pPEs

311         PEBuilderPtr_t pPEs = getPETable();
312 if (pPEs == NULL)
314 smlLibFree(pPEs);
318 while (((pPEs+i)->tagid) != TN_UNDEF)
320 if (((pPEs+i)->tagid) == pScanner->curtok->tagid)
322 *pe = ((pPEs+i)->type);
323 if ((rc = (pPEs+i)->build(pDecPriv, ppContent)) != SML_ERR_OK)
325 smlLibFree(pPEs);
331 switch ((int) ((pPEs+i)->tagid)) {
342 if (((pPEs+i)->tagid) == TN_UNDEF)
346 smlLibFree(pPEs);
349 smlLibFree(pPEs);