Home | History | Annotate | Download | only in src

Lines Matching refs:VoidPtr_t

67 Ret_t buildMetInfAnchorCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
96 rc = buildPCData(pDecoder, (VoidPtr_t)&pAnchor->last);
99 rc = buildPCData(pDecoder, (VoidPtr_t)&pAnchor->next);
120 Ret_t buildMetInfMemCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
149 rc = buildPCData(pDecoder, (VoidPtr_t)&pMem->shared);
152 rc = buildPCData(pDecoder, (VoidPtr_t)&pMem->free);
155 rc = buildPCData(pDecoder, (VoidPtr_t)&pMem->freeid);
176 Ret_t buildMetInfMetInfCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
208 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->format);
211 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->type);
232 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->mark);
235 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->size);
238 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->version);
241 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->nextnonce);
244 rc = buildMetInfAnchorCmd(pDecoder, (VoidPtr_t)&pMeta->anchor);
247 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->maxmsgsize);
251 rc = buildPCData(pDecoder, (VoidPtr_t)&pMeta->maxobjsize);
254 rc = buildMetInfMemCmd(pDecoder, (VoidPtr_t)&pMeta->mem);
257 rc = buildPCDataList(pDecoder, (VoidPtr_t)&pMeta->emi);
294 Ret_t metinfEncBlock(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag) {