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

/haiku-buildtools/legacy/gcc/libio/
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)
H A Dstrstream.cc79 _s._allocate_buffer = alloc ? alloc : default_alloc;
83 char * buf = (char*)(*_s._allocate_buffer)(initial_size);
H A Dstrops.c48 ((FP)->_s._allocate_buffer == default_alloc ? 0 : (FP)->_s._allocate_buffer)
104 /* A null _allocate_buffer function flags the strfile as being static. */
105 (((_IO_strfile *) fp)->_s._allocate_buffer) = (_IO_alloc_type)0;
144 = (char *) (*((_IO_strfile *) fp)->_s._allocate_buffer) (new_size);
/haiku-buildtools/legacy/gcc/libio/stdio/
H A Dvasprintf.c56 sf._s._allocate_buffer = (_IO_alloc_type) malloc;

Completed in 101 milliseconds