Searched refs:_allocate_buffer (Results 1 - 7 of 7) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Dstrfile.h38 _IO_alloc_type _allocate_buffer; member in struct:_IO_str_fields
61 #define _IO_STR_DYNAMIC(FP) ((FP)->_s._allocate_buffer != (_IO_alloc_type)0)
H A Dstrops.c51 ((FP)->_s._allocate_buffer == default_alloc ? 0 : (FP)->_s._allocate_buffer)
109 /* A null _allocate_buffer function flags the strfile as being static. */
110 sf->_s._allocate_buffer = (_IO_alloc_type) 0;
150 = (char *) (*((_IO_strfile *) fp)->_s._allocate_buffer) (new_size);
H A Dvasprintf.c59 sf._s._allocate_buffer = (_IO_alloc_type) malloc;
H A Dwstrops.c52 ((FP)->_s._allocate_buffer == default_alloc ? 0 : (FP)->_s._allocate_buffer)
108 /* A null _allocate_buffer function flags the strfile as being static. */
109 (((_IO_strfile *) fp)->_s._allocate_buffer) = (_IO_alloc_type)0;
148 = (wchar_t *) (*((_IO_strfile *) fp)->_s._allocate_buffer) (new_size
H A Dmemstream.c119 new_f->fp._sf._s._allocate_buffer = (_IO_alloc_type) malloc;
/haiku/headers/cpp/
H A Dstrfile.h44 _IO_alloc_type _allocate_buffer; member in struct:_IO_str_fields
67 #define _IO_STR_DYNAMIC(FP) ((FP)->_s._allocate_buffer != (_IO_alloc_type)0)
/haiku/src/libs/stdc++/legacy/
H A Dstrstream.cc79 _s._allocate_buffer = alloc ? alloc : default_alloc;
83 char * buf = (char*)(*_s._allocate_buffer)(initial_size);

Completed in 48 milliseconds