Searched refs:doallocate (Results 1 - 15 of 15) sorted by relevance

/haiku/headers/cpp/
H A Dbuiltinbuf.h46 virtual int doallocate();
H A Dstreambuf.h369 virtual int doallocate();
382 else return doallocate(); }
445 virtual int doallocate();
/haiku/src/libs/stdc++/legacy/
H A Dbuiltinbuf.cc42 int builtinbuf::doallocate() { return _IO_DOALLOCATE (this); } function in class:builtinbuf
H A Dstreambuf.cc131 int streambuf::doallocate() { return _IO_default_doallocate(this); } function in class:streambuf
151 { return ((streambuf*)fp)->doallocate(); }
199 JUMP_INIT(doallocate, _IO_sb_doallocate),
H A Dfilebuf.cc159 int filebuf::doallocate() { return _IO_file_doallocate(this); } function in class:filebuf
/haiku/src/system/libroot/posix/glibc/libio/
H A Dvsnprintf.c94 JUMP_INIT(doallocate, INTUSE(_IO_default_doallocate)),
H A Dvswprintf.c92 JUMP_INIT(doallocate, INTUSE(_IO_wdefault_doallocate)),
H A Diofopncook.c110 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
229 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
H A Diopopen.c258 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
281 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
H A Dmemstream.c53 JUMP_INIT (doallocate, INTUSE(_IO_default_doallocate)),
77 JUMP_INIT (doallocate, INTUSE(_IO_wdefault_doallocate)),
H A Dstrops.c324 JUMP_INIT(doallocate, INTUSE(_IO_default_doallocate)),
H A Dwstrops.c325 JUMP_INIT(doallocate, INTUSE(_IO_wdefault_doallocate)),
H A Dwfileops.c876 JUMP_INIT(doallocate, _IO_wfile_doallocate),
903 JUMP_INIT(doallocate, _IO_wfile_doallocate),
927 JUMP_INIT(doallocate, _IO_wfile_doallocate),
H A Dfileops.c1585 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
1611 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
1635 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dvfprintf.c2096 JUMP_INIT (doallocate, INTUSE(_IO_wdefault_doallocate)),
2118 JUMP_INIT (doallocate, INTUSE(_IO_default_doallocate)),

Completed in 69 milliseconds