Searched refs:XPL_NULL (Results 1 - 7 of 7) sorted by relevance

/packages/apps/OMA-DM/engine/xpl/hdr/
H A Dxpl_Memory.h39 #define xplFreeMem(buf) { xplFreeMemEx(buf,__FILE__,__LINE__); (buf) = XPL_NULL; }
43 if ((_x)!=NULL) { xplFreeMem(_x); (_x)=XPL_NULL; }
H A Dxpl_Types.h39 #ifndef XPL_NULL
40 /** Define XPL_NULL */
41 #define XPL_NULL (0) macro
H A Dxpl_StringUtil.h35 #define xplStrlen(str) ((str!=XPL_NULL)? strlen(str):0)
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A Dxpl_Regex.cc18 status = regexec(&re, str, (size_t) 0, XPL_NULL, 0);
H A Dxpl_File.cc41 m_pDir = XPL_NULL;
336 DIR *dir = XPL_NULL;
/packages/apps/OMA-DM/engine/dmlib/api/native/
H A Ddmstring.h45 DMString() {m_pStr = (char*)XPL_NULL;}
305 inline BOOLEAN empty() const {return m_pStr == XPL_NULL; }
/packages/apps/OMA-DM/engine/xpl/src/
H A Dxpl_File.cc40 m_pDir = XPL_NULL;
335 DIR *dir = XPL_NULL;

Completed in 2231 milliseconds