Searched refs:string_reserve (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/tools/build/src/engine/ |
D | strings.h | 31 void string_reserve( string *, size_t );
|
D | jam_strings.h | 31 void string_reserve( string *, size_t );
|
D | w32_getreg.cpp | 93 string_reserve(expanded, len); in builtin_system_registry()
|
D | jam_strings.cpp | 93 void string_reserve( string * self, size_t capacity ) in string_reserve() function
|
D | pathnt.cpp | 71 string_reserve( buffer, pathLength ); in path_get_temp_path_()
|
D | strings.cpp | 92 void string_reserve( string * self, size_t capacity ) in string_reserve() function
|
D | debugger.cpp | 773 string_reserve( out, 256 + 1 ); in get_module_filename() 777 string_reserve( out, out->size * 2 + 1); in get_module_filename() 2705 string_reserve( line, 64 ); in read_command()
|
D | execnt.cpp | 1219 string_reserve( command_file, tmpdir->size + 64 ); in open_command_file()
|
D | function.cpp | 1204 string_reserve( buf, size ); in expand()
|