HomeSort by relevance Sort by last modified time
    Searched refs:VoidPtr_t (Results 1 - 25 of 47) sorted by null

1 2

  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/src/
xlttagtbl.h 86 Ret_t buildAlert(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
88 Ret_t buildAtomOrSeq(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
90 Ret_t buildChal(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
91 Ret_t buildCred(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
92 Ret_t buildDelete(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
93 Ret_t buildExec(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
94 Ret_t buildGenericCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
95 Ret_t buildItem(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
96 Ret_t buildMap(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
97 Ret_t buildMapItem(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
    [all...]
xltdmtnd.h 36 Ret_t buildDmTndNodesCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
37 Ret_t buildDmTndCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
38 Ret_t buildMgmtTreeCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
39 Ret_t dmtndEncBlock(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
xltmetinf.h 63 Ret_t buildMetInfAnchorCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
64 Ret_t buildMetInfMetInfCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
65 Ret_t buildMetInfMemCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
66 Ret_t metinfEncBlock(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
xltdevinf.h 59 Ret_t buildDevInfDevInfCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
60 Ret_t buildDevInfDataStoreCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
61 Ret_t buildDevInfXmitCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
62 Ret_t buildDevInfXmitList(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
63 Ret_t buildDevInfDSMemCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
64 Ret_t buildDevInfCTCapCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
65 Ret_t buildDevInfSyncCapCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
66 Ret_t buildDevInfExtCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
67 Ret_t buildDevInfDataStoreList(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
68 Ret_t buildDevInfExtList(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
    [all...]
xltmetinf.c 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)
    [all...]
xltdec.c 144 Ret_t (*build)(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
257 if ((rc = buildSyncHdr(pDecoder, (VoidPtr_t)ppSyncHdr)) != SML_ERR_OK) {
281 VoidPtr_t *ppContent)
490 pDat1->content = (VoidPtr_t)smlLibStrcat(pDat1->content, pDat2->content);
506 buildSyncHdr(XltDecoderPtr_t pDecoder, VoidPtr_t *ppSyncHdr)
547 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->version);
551 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->proto);
555 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->sessionID);
559 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->msgID);
563 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->respURI)
    [all...]
xltdevinf.c 61 Ret_t buildDevInfDevInfContent(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
62 Ret_t buildDevInfCtcap(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
65 Ret_t buildDevInfDevInfCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
87 rc = buildDevInfDevInfContent(pDecoder, (VoidPtr_t)&pElem);
101 Ret_t buildDevInfDevInfContent(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
131 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->verdtd);
134 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->man);
137 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->mod);
140 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->oem);
143 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->fwv)
    [all...]
xltdmtnd.c 51 Ret_t buildDmTndNodeCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
54 Ret_t buildDmTndFormatCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
80 VoidPtr_t pContent = smlLibMalloc(6);
133 rc = buildPCData(pDecoder, (VoidPtr_t)&pDmTndFormat->value);
160 Ret_t buildDmTndTypeCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
188 rc = buildPCData(pDecoder, (VoidPtr_t)&pDmTndType->mime);
191 rc = buildPCData(pDecoder, (VoidPtr_t)&pDmTndType->ddfname);
217 Ret_t buildDmTndDFElementCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
243 VoidPtr_t pContent = smlLibMalloc(10);
328 Ret_t buildDmTndRTPropsCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/hdr/
dm_ua_handlecommand.h 43 VoidPtr_t userData,
47 VoidPtr_t userData,
51 VoidPtr_t userData,
55 VoidPtr_t userData,
59 VoidPtr_t userData,
63 VoidPtr_t userData,
67 VoidPtr_t userData,
71 VoidPtr_t userData,
75 VoidPtr_t userData,
79 VoidPtr_t userData
    [all...]
dmSession.h 67 SYNCML_DM_RET_STATUS_T RegisterDmEngineWithSyncmlToolkit(VoidPtr_t pUserData);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/
libmem.h 78 void *smlLibRealloc (VoidPtr_t objectP, MemSize_t constSize);
80 #define smlLibMemset(pObject,value,count) ((void)MemSet((VoidPtr_t)pObject,(MemSize_t)count,(int)value))
81 #define smlLibMemcpy(pTarget,pSource,count) (MemMove(pTarget,(VoidPtr_t)pSource,count) ? pTarget : pTarget)
82 #define smlLibMemmove(pTarget,pSource,count) (MemMove(pTarget,(VoidPtr_t)pSource,(MemSize_t)count) ? pTarget : pTarget)
83 #define smlLibMemcmp(pTarget,pSource,count) (MemCmp((VoidPtr_t)pTarget,(VoidPtr_t)pSource,(MemSize_t)count))
84 #define smlLibMalloc(size) ((VoidPtr_t)MemPtrNew((MemSize_t)size))
85 #define smlLibMemsize(pObject) ((MemSize_t)MemPtrSize((VoidPtr_t)pObject))
sml.h 167 typedef Ret_t (*smlStartMessageFunc) (InstanceID_t id, VoidPtr_t userData, SmlSyncHdrPtr_t pContent);
168 typedef Ret_t (*smlEndMessageFunc) (InstanceID_t id, VoidPtr_t userData, Boolean_t final);
169 typedef Ret_t (*smlStartSyncFunc) (InstanceID_t id, VoidPtr_t userData, SmlSyncPtr_t pContent);
170 typedef Ret_t (*smlEndSyncFunc) (InstanceID_t id, VoidPtr_t userData);
173 typedef Ret_t (*smlStartAtomicFunc) (InstanceID_t id, VoidPtr_t userData, SmlAtomicPtr_t pContent);
174 typedef Ret_t (*smlEndAtomicFunc) (InstanceID_t id, VoidPtr_t userData);
177 typedef Ret_t (*smlStartSequenceFunc) (InstanceID_t id, VoidPtr_t userData, SmlSequencePtr_t pContent);
178 typedef Ret_t (*smlEndSequenceFunc) (InstanceID_t id, VoidPtr_t userData);
182 typedef Ret_t (*smlAddCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlAddPtr_t pContent);
183 typedef Ret_t (*smlAlertCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlAlertPtr_t pContent)
    [all...]
mgr.h 109 VoidPtr_t userData; // Pointer to a structure, which is passed to the invoked callback functions
111 VoidPtr_t workspaceState; // Pointer to a structure defining the current workspace status
113 VoidPtr_t encoderState; // Pointer to a structure defining the current encoder status
114 VoidPtr_t decoderState; // Pointer to a structure defining the current decoder status
xltenc.h 153 const VoidPtr_t pContent,
156 * FUNCTION: smlXltEncTerminate_t pBufEnd, const VoidPtr_t pContent, MemPtr_t *ppBufPos,
192 Ret_t xltEncBlock(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
193 Ret_t xltBuildExtention(SmlPcdataExtension_t extId, XltRO_t reqOptFlag, VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr);
194 Ret_t xltEncPcdata(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
195 Ret_t subdtdEncWBXML(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
smldef.h 96 typedef void *VoidPtr_t; // Void Pointer
xltdec.h 189 VoidPtr_t *pContent);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/lib/hdr/
libmem.h 78 void *smlLibRealloc (VoidPtr_t objectP, MemSize_t constSize);
80 #define smlLibMemset(pObject,value,count) ((void)MemSet((VoidPtr_t)pObject,(MemSize_t)count,(int)value))
81 #define smlLibMemcpy(pTarget,pSource,count) (MemMove(pTarget,(VoidPtr_t)pSource,count) ? pTarget : pTarget)
82 #define smlLibMemmove(pTarget,pSource,count) (MemMove(pTarget,(VoidPtr_t)pSource,(MemSize_t)count) ? pTarget : pTarget)
83 #define smlLibMemcmp(pTarget,pSource,count) (MemCmp((VoidPtr_t)pTarget,(VoidPtr_t)pSource,(MemSize_t)count))
84 #define smlLibMalloc(size) ((VoidPtr_t)MemPtrNew((MemSize_t)size))
85 #define smlLibMemsize(pObject) ((MemSize_t)MemPtrSize((VoidPtr_t)pObject))
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/mgr/hdr/
mgr.h 109 VoidPtr_t userData; // Pointer to a structure, which is passed to the invoked callback functions
111 VoidPtr_t workspaceState; // Pointer to a structure defining the current workspace status
113 VoidPtr_t encoderState; // Pointer to a structure defining the current encoder status
114 VoidPtr_t decoderState; // Pointer to a structure defining the current decoder status
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/xlt/hdr/
xltenc.h 153 const VoidPtr_t pContent,
156 * FUNCTION: smlXltEncTerminate_t pBufEnd, const VoidPtr_t pContent, MemPtr_t *ppBufPos,
192 Ret_t xltEncBlock(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
193 Ret_t xltBuildExtention(SmlPcdataExtension_t extId, XltRO_t reqOptFlag, VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr);
194 Ret_t xltEncPcdata(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
195 Ret_t subdtdEncWBXML(XltTagID_t tagId, XltRO_t reqOptFlag, const VoidPtr_t pContent, SmlEncoding_t enc, BufferMgmtPtr_t pBufMgr, SmlPcdataExtension_t attFlag);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/src/
xltmetinf.c 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)
    [all...]
xltdec.c 144 Ret_t (*build)(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
257 if ((rc = buildSyncHdr(pDecoder, (VoidPtr_t)ppSyncHdr)) != SML_ERR_OK) {
281 VoidPtr_t *ppContent)
490 pDat1->content = (VoidPtr_t)smlLibStrcat(pDat1->content, pDat2->content);
506 buildSyncHdr(XltDecoderPtr_t pDecoder, VoidPtr_t *ppSyncHdr)
547 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->version);
551 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->proto);
555 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->sessionID);
559 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->msgID);
563 rc = buildPCData(pDecoder, (VoidPtr_t)&pSyncHdr->respURI)
    [all...]
xltdevinf.c 61 Ret_t buildDevInfDevInfContent(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
62 Ret_t buildDevInfCtcap(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
65 Ret_t buildDevInfDevInfCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
89 rc = buildDevInfDevInfContent(pDecoder, (VoidPtr_t)&pElem);
105 Ret_t buildDevInfDevInfContent(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem) {
135 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->verdtd);
138 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->man);
141 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->mod);
144 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->oem);
147 rc = buildPCData(pDecoder, (VoidPtr_t)&pElem->fwv)
    [all...]
xltdmtnd.c 52 Ret_t buildDmTndNodeCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem);
55 Ret_t buildDmTndFormatCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
83 VoidPtr_t pContent = smlLibMalloc(6);
147 rc = buildPCData(pDecoder, (VoidPtr_t)&pDmTndFormat->value);
174 Ret_t buildDmTndTypeCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
208 if ((pPCData->content = (VoidPtr_t)smlLibMalloc(pScanner->curtok->pcdata->length)) != NULL) {
227 rc = buildPCData(pDecoder, (VoidPtr_t)&pDmTndType->mime);
234 rc = buildPCData(pDecoder, (VoidPtr_t)&pDmTndType->ddfname);
264 Ret_t buildDmTndDFElementCmd(XltDecoderPtr_t pDecoder, VoidPtr_t *ppElem)
292 VoidPtr_t pContent = smlLibMalloc(12)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/
sml.h 167 typedef Ret_t (*smlStartMessageFunc) (InstanceID_t id, VoidPtr_t userData, SmlSyncHdrPtr_t pContent);
168 typedef Ret_t (*smlEndMessageFunc) (InstanceID_t id, VoidPtr_t userData, Boolean_t final);
169 typedef Ret_t (*smlStartSyncFunc) (InstanceID_t id, VoidPtr_t userData, SmlSyncPtr_t pContent);
170 typedef Ret_t (*smlEndSyncFunc) (InstanceID_t id, VoidPtr_t userData);
173 typedef Ret_t (*smlStartAtomicFunc) (InstanceID_t id, VoidPtr_t userData, SmlAtomicPtr_t pContent);
174 typedef Ret_t (*smlEndAtomicFunc) (InstanceID_t id, VoidPtr_t userData);
177 typedef Ret_t (*smlStartSequenceFunc) (InstanceID_t id, VoidPtr_t userData, SmlSequencePtr_t pContent);
178 typedef Ret_t (*smlEndSequenceFunc) (InstanceID_t id, VoidPtr_t userData);
182 typedef Ret_t (*smlAddCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlAddPtr_t pContent);
183 typedef Ret_t (*smlAlertCmdFunc) (InstanceID_t id, VoidPtr_t userData, SmlAlertPtr_t pContent)
    [all...]
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_ssession/src/
dmBootstrapSession.cc 46 VoidPtr_t userData,
52 VoidPtr_t userData,
157 VoidPtr_t userData,
313 VoidPtr_t userData,

Completed in 1425 milliseconds

1 2