Home
last modified time | relevance | path

Searched refs:xmlBufMemoryError (Results 1 – 1 of 1) sorted by relevance

/external/libxml2/
Dbuf.c92 xmlBufMemoryError(xmlBufPtr buf, const char *extra) in xmlBufMemoryError() function
127 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufCreate()
139 xmlBufMemoryError(ret, "creating buffer"); in xmlBufCreate()
161 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufCreateSize()
174 xmlBufMemoryError(ret, "creating buffer"); in xmlBufCreateSize()
239 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufCreateStatic()
469 xmlBufMemoryError(buf, "buffer error: text too long\n"); in xmlBufGrowInternal()
480 xmlBufMemoryError(buf, "growing buffer"); in xmlBufGrowInternal()
488 xmlBufMemoryError(buf, "growing buffer"); in xmlBufGrowInternal()
761 xmlBufMemoryError(buf, "buffer error: text too long\n"); in xmlBufResize()
[all …]