Home | History | Annotate | Download | only in src

Lines Matching refs:pExec

859     SmlExecPtr_t pExec;
868 if ((pExec = (SmlExecPtr_t)smlLibMalloc(sizeof(SmlExec_t))) == NULL)
870 smlLibMemset(pExec, 0, sizeof(SmlExec_t));
873 pExec->elementType = SML_PE_EXEC;
876 smlLibFree(pExec);
881 smlLibFree(pExec);
890 rc = buildPCData(pDecoder, (VoidPtr_t)&pExec->cmdID);
895 rc = buildPCData(pDecoder, (VoidPtr_t)&pExec->correlator);
899 rc = buildPCData(pDecoder, (VoidPtr_t)&pExec->meta);
904 rc = buildCred(pDecoder, (VoidPtr_t)&pExec->cred);
908 rc = buildItem(pDecoder, (VoidPtr_t)&pExec->item);
914 pExec->flags |= SmlNoResp_f;
921 smlFreeExec(pExec);
925 smlFreeExec(pExec);
931 smlFreeExec(pExec);
935 *ppElem = pExec;