Searched refs:xmlBufMemoryError (Results 1 – 1 of 1) sorted by relevance
/external/libxml2/ |
D | buf.c | 91 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError() function 126 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufCreate() 138 xmlBufMemoryError(ret, "creating buffer"); in xmlBufCreate() 160 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufCreateSize() 173 xmlBufMemoryError(ret, "creating buffer"); in xmlBufCreateSize() 238 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufCreateStatic() 466 xmlBufMemoryError(buf, "growing buffer"); in xmlBufGrowInternal() 474 xmlBufMemoryError(buf, "growing buffer"); in xmlBufGrowInternal() 755 xmlBufMemoryError(buf, "growing buffer"); in xmlBufResize() 771 xmlBufMemoryError(buf, "growing buffer"); in xmlBufResize() [all …]
|