Home | History | Annotate | Download | only in src

Lines Matching refs:pResults

1815     SmlResultsPtr_t pResults;
1824 if ((pResults = (SmlResultsPtr_t)smlLibMalloc(sizeof(SmlResults_t))) == NULL)
1826 smlLibMemset(pResults, 0, sizeof(SmlResults_t));
1829 pResults->elementType = SML_PE_RESULTS;
1832 smlLibFree(pResults);
1837 smlLibFree(pResults);
1846 rc = buildPCData(pDecoder, (VoidPtr_t)&pResults->cmdID);
1850 rc = buildPCData(pDecoder, (VoidPtr_t)&pResults->msgRef);
1853 rc = buildPCData(pDecoder, (VoidPtr_t)&pResults->cmdRef);
1857 rc = buildPCData(pDecoder, (VoidPtr_t)&pResults->meta);
1860 rc = buildPCData(pDecoder, (VoidPtr_t)&pResults->targetRef);
1863 rc = buildPCData(pDecoder, (VoidPtr_t)&pResults->sourceRef);
1868 rc = appendItemList(pDecoder, &pResults->itemList);
1876 smlFreeResults(pResults);
1880 smlFreeResults(pResults);
1887 smlFreeResults(pResults);
1891 *ppResults = pResults;