HomeSort by relevance Sort by last modified time
    Searched refs:pGenCmd (Results 1 - 2 of 2) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xltdec.c 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
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltdec.c 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
    [all...]

Completed in 27 milliseconds