Home | History | Annotate | Download | only in src

Lines Matching refs:pGenCmd

945     SmlGenericCmdPtr_t pGenCmd;
955 if ((pGenCmd = (SmlGenericCmdPtr_t)smlLibMalloc(sizeof(SmlGenericCmd_t))) == NULL)
957 smlLibMemset(pGenCmd, 0, sizeof(SmlGenericCmd_t));
960 pGenCmd->elementType = SML_PE_GENERIC;
963 smlLibFree(pGenCmd);
968 smlLibFree(pGenCmd);
977 rc = buildPCData(pDecoder, (VoidPtr_t)&pGenCmd->cmdID);
981 rc = buildPCData(pDecoder, (VoidPtr_t)&pGenCmd->meta);
986 rc = buildCred(pDecoder, (VoidPtr_t)&pGenCmd->cred);
991 pGenCmd->flags |= SmlNoResp_f;
994 pGenCmd->flags |= SmlArchive_f;
997 pGenCmd->flags |= SmlSftDel_f;
1002 rc = appendItemList(pDecoder, &pGenCmd->itemList);
1010 smlFreeGeneric(pGenCmd);
1014 smlFreeGeneric(pGenCmd);
1021 smlFreeGeneric(pGenCmd);
1025 *ppElem = pGenCmd;