Lines Matching refs:xmlBufMemoryError
92 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()
778 xmlBufMemoryError(buf, "growing buffer"); in xmlBufResize()
794 xmlBufMemoryError(buf, "growing buffer"); in xmlBufResize()
819 xmlBufMemoryError(buf, "growing buffer"); in xmlBufResize()
844 xmlBufMemoryError(buf, "growing buffer"); in xmlBufResize()
898 xmlBufMemoryError(buf, "buffer error: text too long\n"); in xmlBufAdd()
903 xmlBufMemoryError(buf, "growing buffer"); in xmlBufAdd()
978 xmlBufMemoryError(buf, "buffer error: text too long\n"); in xmlBufAddHead()
983 xmlBufMemoryError(buf, "growing buffer"); in xmlBufAddHead()
1044 xmlBufMemoryError(buf, "growing buffer"); in xmlBufCCat()
1175 xmlBufMemoryError(NULL, "creating buffer"); in xmlBufFromBuffer()