Searched refs:doallocate (Results 1 – 15 of 15) sorted by relevance
/haiku/headers/cpp/ |
H A D | builtinbuf.h | 46 virtual int doallocate();
|
H A D | streambuf.h | 369 virtual int doallocate(); 382 else return doallocate(); } in allocate() 445 virtual int doallocate();
|
/haiku/src/libs/stdc++/legacy/ |
H A D | streambuf.cc | 131 int streambuf::doallocate() { return _IO_default_doallocate(this); } in doallocate() function in streambuf 151 { return ((streambuf*)fp)->doallocate(); } in _IO_sb_doallocate() 199 JUMP_INIT(doallocate, _IO_sb_doallocate),
|
H A D | builtinbuf.cc | 42 int builtinbuf::doallocate() { return _IO_DOALLOCATE (this); } in doallocate() function in builtinbuf
|
H A D | filebuf.cc | 159 int filebuf::doallocate() { return _IO_file_doallocate(this); } in doallocate() function in filebuf
|
/haiku/src/system/libroot/posix/glibc/libio/ |
H A D | iopopen.c | 258 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)), 281 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
|
H A D | memstream.c | 53 JUMP_INIT (doallocate, INTUSE(_IO_default_doallocate)), 77 JUMP_INIT (doallocate, INTUSE(_IO_wdefault_doallocate)),
|
H A D | iofopncook.c | 110 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)), 229 JUMP_INIT(doallocate, INTUSE(_IO_file_doallocate)),
|
H A D | vsnprintf.c | 94 JUMP_INIT(doallocate, INTUSE(_IO_default_doallocate)),
|
H A D | vswprintf.c | 92 JUMP_INIT(doallocate, INTUSE(_IO_wdefault_doallocate)),
|
H A D | wfileops.c | 876 JUMP_INIT(doallocate, _IO_wfile_doallocate), 903 JUMP_INIT(doallocate, _IO_wfile_doallocate), 927 JUMP_INIT(doallocate, _IO_wfile_doallocate),
|
H A D | wstrops.c | 325 JUMP_INIT(doallocate, INTUSE(_IO_wdefault_doallocate)),
|
H A D | strops.c | 324 JUMP_INIT(doallocate, INTUSE(_IO_default_doallocate)),
|
H A D | fileops.c | 1585 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 D | vfprintf.c | 2093 JUMP_INIT (doallocate, INTUSE(_IO_wdefault_doallocate)), 2115 JUMP_INIT (doallocate, INTUSE(_IO_default_doallocate)),
|