Searched refs:xmlMallocAtomic (Results 1 - 25 of 33) sorted by relevance

12

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h87 #undef xmlMallocAtomic macro
157 xmlMallocFunc xmlMallocAtomic; member in struct:_xmlGlobalState
195 * - xmlMallocAtomic
212 #define xmlMallocAtomic \ macro
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
H A Dxmlmemory.h93 LIBXML_DLL_IMPORT xmlMallocFunc xmlMallocAtomic;
181 * xmlMallocAtomic:
189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
/external/libxml2/include/libxml/
H A Dglobals.h87 #undef xmlMallocAtomic macro
157 xmlMallocFunc xmlMallocAtomic; member in struct:_xmlGlobalState
195 * - xmlMallocAtomic
212 #define xmlMallocAtomic \ macro
215 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
244 XMLPUBVAR xmlMallocFunc xmlMallocAtomic; variable
H A Dxmlmemory.h93 LIBXML_DLL_IMPORT xmlMallocFunc xmlMallocAtomic;
181 * xmlMallocAtomic:
189 #define xmlMallocAtomic(size) xmlMallocAtomicLoc((size), __FILE__, __LINE__) macro
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c78 #undef xmlMallocAtomic macro
85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable
125 * xmlMallocAtomic:
134 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) size_checked_malloc; variable
550 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
556 gs->xmlMallocAtomic = (xmlMallocFunc) malloc;
757 #undef xmlMallocAtomic macro
761 return (&xmlMallocAtomic);
763 return (&xmlGetGlobalState()->xmlMallocAtomic);
H A Dxmlmemory.c1014 xmlMallocAtomic = mallocFunc;
1083 xmlMallocAtomic = mallocAtomicFunc;
1113 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic;
H A Dxmlstring.c45 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
90 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
864 ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar));
H A Duri.c1011 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1693 ret = (char *) xmlMallocAtomic(len + 1);
1757 ret = (xmlChar *) xmlMallocAtomic(len);
2134 res->path = (char *) xmlMallocAtomic(len);
2543 uri->path = xmlMallocAtomic(len + 2);
H A Dnanohttp.c533 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char));
1421 bp = (char*)xmlMallocAtomic(blen);
H A Dparser.c2250 buffer = xmlMallocAtomic(length);
2529 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
2826 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
2905 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3387 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3464 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3535 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
3693 buf = (xmlChar *) xmlMallocAtomic(buf_size * sizeof(xmlChar));
3942 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
4023 buf = (xmlChar *) xmlMallocAtomic(siz
[all...]
H A DHTMLparser.c2505 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
3096 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
3189 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
6172 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1);
H A Dtree.c226 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4546 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
4551 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
6861 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
6892 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7248 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
7257 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
H A Dcatalog.c993 content = xmlMallocAtomic(size + 10);
2195 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
H A Dc14n.c2159 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
/external/libxml2/
H A Dglobals.c78 #undef xmlMallocAtomic macro
85 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc; variable
106 * xmlMallocAtomic:
115 xmlMallocFunc xmlMallocAtomic = (xmlMallocFunc) malloc; variable
531 gs->xmlMallocAtomic = (xmlMallocFunc) xmlMemMalloc;
537 gs->xmlMallocAtomic = (xmlMallocFunc) malloc;
738 #undef xmlMallocAtomic macro
742 return (&xmlMallocAtomic);
744 return (&xmlGetGlobalState()->xmlMallocAtomic);
H A Dxmlmemory.c1017 xmlMallocAtomic = mallocFunc;
1086 xmlMallocAtomic = mallocAtomicFunc;
1116 if (mallocAtomicFunc != NULL) *mallocAtomicFunc = xmlMallocAtomic;
H A Dxmlstring.c45 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
90 ret = (xmlChar *) xmlMallocAtomic((len + 1) * sizeof(xmlChar));
864 ret = (xmlChar *) xmlMallocAtomic((i + 1) * sizeof(xmlChar));
H A Duri.c1011 ret = (xmlChar *) xmlMallocAtomic((max + 1) * sizeof(xmlChar));
1693 ret = (char *) xmlMallocAtomic(len + 1);
1757 ret = (xmlChar *) xmlMallocAtomic(len);
2134 res->path = (char *) xmlMallocAtomic(len);
2543 uri->path = xmlMallocAtomic(len + 2);
H A Dnanohttp.c531 ctxt->in = (char *) xmlMallocAtomic(65000 * sizeof(char));
1420 bp = (char*)xmlMallocAtomic(blen);
H A Dparser.c2375 buffer = xmlMallocAtomic(length);
2650 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
2947 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3026 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3498 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3573 buffer = (xmlChar *) xmlMallocAtomic(max * sizeof(xmlChar));
3640 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
3790 buf = (xmlChar *) xmlMallocAtomic(buf_size * sizeof(xmlChar));
4034 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
4111 buf = (xmlChar *) xmlMallocAtomic(siz
[all...]
H A DHTMLparser.c2505 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
3098 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
3191 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
6177 content = xmlMallocAtomic (xmlStrlen(content_line) + strlen(encoding) + 1);
H A Dtree.c226 ret = (xmlChar *) xmlMallocAtomic(lenn + lenp + 2);
4559 buffer = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
4564 buf = (xmlChar *) xmlMallocAtomic(buf_len * sizeof(xmlChar));
6874 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
6905 ret->content = (xmlChar *) xmlMallocAtomic(ret->size * sizeof(xmlChar));
7261 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
7270 rebuf = (xmlChar *) xmlMallocAtomic(newSize);
H A Dcatalog.c993 content = xmlMallocAtomic(size + 10);
2192 buf = (xmlChar *) xmlMallocAtomic(size * sizeof(xmlChar));
H A Dc14n.c2159 buffer = (xmlChar *) xmlMallocAtomic(buffer_size * sizeof(xmlChar));
/external/chromium_org/third_party/libxslt/libexslt/
H A Dcrypto.c625 padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1);
659 hex = xmlMallocAtomic (hex_len);
723 padkey = xmlMallocAtomic (RC4_KEY_LENGTH + 1);
744 bin = xmlMallocAtomic (bin_len);
755 ret = xmlMallocAtomic (ret_len);

Completed in 605 milliseconds

12