HomeSort by relevance Sort by last modified time
    Searched full:xmlbuf (Results 1 - 5 of 5) sorted by null

  /external/expat/tests/benchmark/
benchmark.c 28 char *XMLBuf, *XMLBufEnd, *XMLBufPtr;
69 XMLBuf = malloc (fileAttr.st_size);
70 fileSize = fread (XMLBuf, sizeof (char), fileAttr.st_size, fd);
79 XMLBufEnd = XMLBuf + fileSize;
81 XMLBufPtr = XMLBuf;
96 free (XMLBuf);
109 free (XMLBuf);
  /external/libxml2/
buf.h 3 * Description: this module describes most of the new xmlBuf buffer
buf.c 8 * xmlBuf...() counterparts to the old xmlBuf...() functions
35 * xmlBuf:
56 * Macro for compatibility with xmlBuffer to be used after an xmlBuf
66 * Macro for compatibility with xmlBuffer to be used in all the xmlBuf
124 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
158 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
236 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
601 * using the xmlBuf APIs that is used to expand the used space
1132 ret = (xmlBufPtr) xmlMalloc(sizeof(xmlBuf));
    [all...]
  /packages/apps/OMA-DM/engine/jni/
DMTreeManager.cc 485 unsigned char* xmlBuf = NULL;
499 xmlBuf = new unsigned char[xmlLen];
500 if (xmlBuf == NULL)
508 short ret = wbxml2xmlInternal((unsigned char*)wbxmlBuf, wbxmlLen, xmlBuf, &xmlLen);
515 delete [] xmlBuf;
520 env->SetByteArrayRegion(jb, 0, xmlLen, (jbyte*)xmlBuf);
522 delete [] xmlBuf;
  /external/libxml2/include/libxml/
tree.h 86 * is being deprecated, use API with xmlBuf instead
99 * xmlBuf:
104 typedef struct _xmlBuf xmlBuf;
113 typedef xmlBuf *xmlBufPtr;
116 * A few public routines for xmlBuf. As those are expected to be used
688 * Handling Buffers, the old ones see @xmlBuf for the new ones.
    [all...]

Completed in 1965 milliseconds