Home
last modified time | relevance | path

Searched refs:add_string (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dm_commandline.c46 static void add_string ( XArray* /* of HChar* */xa, HChar* str ) in add_string() function
110 add_string( VG_(args_for_valgrind), tmp ); in add_args_from_string()
193 add_string( tmp_xarray, argv[i] ); in VG_()
206 add_string( VG_(args_for_client), argv[i] ); in VG_()
240 add_string( VG_(args_for_valgrind), in VG_()
/external/boringssl/src/crypto/conf/
Dconf.c375 int add_string(const CONF *conf, CONF_VALUE *section, CONF_VALUE *value) { in add_string() function
671 if (add_string(conf, tv, v) == 0) { in def_load_bio()
/external/libvpx/libvpx/third_party/libwebm/
Dmkvmuxer.hpp611 bool add_string(const char* title, const char* language, const char* country);
Dmkvmuxer.cpp1205 bool Chapter::add_string(const char* title, const char* language, in add_string() function in mkvmuxer::Chapter