ap                 44 base/strings/stringprintf.cc                            va_list ap) {
ap                 51 base/strings/stringprintf.cc   GG_VA_COPY(ap_copy, ap);
ap                 97 base/strings/stringprintf.cc     GG_VA_COPY(ap_copy, ap);
ap                112 base/strings/stringprintf.cc   va_list ap;
ap                113 base/strings/stringprintf.cc   va_start(ap, format);
ap                115 base/strings/stringprintf.cc   StringAppendV(&result, format, ap);
ap                116 base/strings/stringprintf.cc   va_end(ap);
ap                122 base/strings/stringprintf.cc   va_list ap;
ap                123 base/strings/stringprintf.cc   va_start(ap, format);
ap                125 base/strings/stringprintf.cc   StringAppendV(&result, format, ap);
ap                126 base/strings/stringprintf.cc   va_end(ap);
ap                131 base/strings/stringprintf.cc std::string StringPrintV(const char* format, va_list ap) {
ap                133 base/strings/stringprintf.cc   StringAppendV(&result, format, ap);
ap                138 base/strings/stringprintf.cc   va_list ap;
ap                139 base/strings/stringprintf.cc   va_start(ap, format);
ap                141 base/strings/stringprintf.cc   StringAppendV(dst, format, ap);
ap                142 base/strings/stringprintf.cc   va_end(ap);
ap                149 base/strings/stringprintf.cc   va_list ap;
ap                150 base/strings/stringprintf.cc   va_start(ap, format);
ap                152 base/strings/stringprintf.cc   StringAppendV(dst, format, ap);
ap                153 base/strings/stringprintf.cc   va_end(ap);
ap                159 base/strings/stringprintf.cc   va_list ap;
ap                160 base/strings/stringprintf.cc   va_start(ap, format);
ap                161 base/strings/stringprintf.cc   StringAppendV(dst, format, ap);
ap                162 base/strings/stringprintf.cc   va_end(ap);
ap                167 base/strings/stringprintf.cc   va_list ap;
ap                168 base/strings/stringprintf.cc   va_start(ap, format);
ap                169 base/strings/stringprintf.cc   StringAppendV(dst, format, ap);
ap                170 base/strings/stringprintf.cc   va_end(ap);
ap                174 base/strings/stringprintf.cc void StringAppendV(std::string* dst, const char* format, va_list ap) {
ap                175 base/strings/stringprintf.cc   StringAppendVT(dst, format, ap);
ap                179 base/strings/stringprintf.cc void StringAppendV(std::wstring* dst, const wchar_t* format, va_list ap) {
ap                180 base/strings/stringprintf.cc   StringAppendVT(dst, format, ap);
ap                 27 base/strings/stringprintf.h BASE_EXPORT std::string StringPrintV(const char* format, va_list ap)
ap                 52 base/strings/stringprintf.h BASE_EXPORT void StringAppendV(std::string* dst, const char* format, va_list ap)
ap                 56 base/strings/stringprintf.h                                const wchar_t* format, va_list ap)
ap                 20 base/strings/stringprintf_unittest.cc   va_list ap;
ap                 21 base/strings/stringprintf_unittest.cc   va_start(ap, format);
ap                 22 base/strings/stringprintf_unittest.cc   StringAppendV(out, format, ap);
ap                 23 base/strings/stringprintf_unittest.cc   va_end(ap);
ap                692 chrome/browser/extensions/updater/extension_updater_unittest.cc     std::string::size_type ap = update_url.find("ap%3D", x);
ap                693 chrome/browser/extensions/updater/extension_updater_unittest.cc     EXPECT_EQ(std::string::npos, ap);
ap                 20 chrome/browser/google/google_search_counter_unittest.cc       void(GoogleSearchMetrics::AccessPoint ap));
ap                 46 chrome/browser/google/google_search_counter_unittest.cc   void ExpectMetricsLogged(GoogleSearchMetrics::AccessPoint ap);
ap                100 chrome/browser/google/google_search_counter_unittest.cc     GoogleSearchMetrics::AccessPoint ap) {
ap                101 chrome/browser/google/google_search_counter_unittest.cc   EXPECT_CALL(*mock_search_metrics_, RecordGoogleSearch(ap)).Times(1);
ap                 17 chrome/browser/google/google_search_metrics.cc void GoogleSearchMetrics::RecordGoogleSearch(AccessPoint ap) const {
ap                 18 chrome/browser/google/google_search_metrics.cc   DCHECK_NE(AP_BOUNDARY, ap);
ap                 19 chrome/browser/google/google_search_metrics.cc   UMA_HISTOGRAM_ENUMERATION("GoogleSearch.AccessPoint", ap, AP_BOUNDARY);
ap                 33 chrome/browser/google/google_search_metrics.h   virtual void RecordGoogleSearch(AccessPoint ap) const;
ap                116 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   va_list ap;
ap                117 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   va_start(ap, destroy_data);
ap                119 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   while ((name = va_arg(ap, gchar*))) {
ap                122 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc           MockKeyringItem::ItemAttribute(va_arg(ap, gchar*));
ap                127 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc           MockKeyringItem::ItemAttribute(va_arg(ap, uint32_t));
ap                132 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   va_end(ap);
ap                159 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   va_list ap;
ap                160 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   va_start(ap, destroy_data);
ap                162 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   while ((name = va_arg(ap, gchar*))) {
ap                165 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc           MockKeyringItem::ItemAttribute(va_arg(ap, gchar*))));
ap                170 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc           MockKeyringItem::ItemAttribute(va_arg(ap, uint32_t))));
ap                175 chrome/browser/password_manager/native_backend_gnome_x_unittest.cc   va_end(ap);
ap                287 chrome/browser/ui/gtk/gtk_util.cc   va_list ap;
ap                288 chrome/browser/ui/gtk/gtk_util.cc   va_start(ap, text);
ap                295 chrome/browser/ui/gtk/gtk_util.cc     GtkWidget* control = va_arg(ap, GtkWidget*);
ap                307 chrome/browser/ui/gtk/gtk_util.cc     text = va_arg(ap, const char*);
ap                309 chrome/browser/ui/gtk/gtk_util.cc   va_end(ap);
ap                 88 chrome/installer/util/google_update_settings_unittest.cc           std::wstring ap = prefixes[i];
ap                 89 chrome/installer/util/google_update_settings_unittest.cc           ap += expectations[j].ap_value;
ap                 90 chrome/installer/util/google_update_settings_unittest.cc           ap += suffixes[k];
ap                 93 chrome/installer/util/google_update_settings_unittest.cc           SetApField(install, ap.c_str());
ap                100 chrome/installer/util/google_update_settings_unittest.cc               << "\" for ap=\"" << ap << "\"";
ap                 50 chrome/tools/convert_dict/aff_reader.cc   va_list ap;
ap                 52 chrome/tools/convert_dict/aff_reader.cc   va_start(ap, fmt);
ap                 53 chrome/tools/convert_dict/aff_reader.cc   vprintf(fmt, ap);
ap                 54 chrome/tools/convert_dict/aff_reader.cc   va_end(ap);
ap                163 content/browser/geolocation/network_location_provider_unittest.cc       AccessPointData ap;
ap                164 content/browser/geolocation/network_location_provider_unittest.cc       ap.mac_address =
ap                166 content/browser/geolocation/network_location_provider_unittest.cc       ap.radio_signal_strength = ap_count - i;
ap                167 content/browser/geolocation/network_location_provider_unittest.cc       ap.channel = IndexToChannel(i);
ap                168 content/browser/geolocation/network_location_provider_unittest.cc       ap.signal_to_noise = i + 42;
ap                169 content/browser/geolocation/network_location_provider_unittest.cc       ap.ssid = base::ASCIIToUTF16("Some nice+network|name\\");
ap                170 content/browser/geolocation/network_location_provider_unittest.cc       data.access_point_data.insert(ap);
ap                179 content/browser/geolocation/network_location_provider_unittest.cc       base::DictionaryValue* ap = new base::DictionaryValue();
ap                180 content/browser/geolocation/network_location_provider_unittest.cc       ap->SetString("macAddress", base::StringPrintf("%02d-34-56-78-54-32", i));
ap                181 content/browser/geolocation/network_location_provider_unittest.cc       ap->SetInteger("signalStrength", start_index + ap_count - i);
ap                182 content/browser/geolocation/network_location_provider_unittest.cc       ap->SetInteger("age", 0);
ap                183 content/browser/geolocation/network_location_provider_unittest.cc       ap->SetInteger("channel", IndexToChannel(i));
ap                184 content/browser/geolocation/network_location_provider_unittest.cc       ap->SetInteger("signalToNoiseRatio", i + 42);
ap                185 content/browser/geolocation/network_location_provider_unittest.cc       wifi_access_point_list->Append(ap);
ap                 54 content/common/set_process_title_linux.cc   va_list ap;
ap                 92 content/common/set_process_title_linux.cc   va_start(ap, fmt);
ap                 94 content/common/set_process_title_linux.cc     vsnprintf(g_main_argv[0], avail_size, &fmt[1], ap);
ap                 98 content/common/set_process_title_linux.cc       vsnprintf(g_main_argv[0] + size, avail_size - size, fmt, ap);
ap                100 content/common/set_process_title_linux.cc   va_end(ap);
ap                 85 content/renderer/media/media_stream_audio_processor_unittest.cc       webrtc::AudioProcessing* ap = audio_processor->audio_processing_.get();
ap                 87 content/renderer/media/media_stream_audio_processor_unittest.cc       const bool is_aec_enabled = ap && ap->echo_control_mobile()->is_enabled();
ap                 89 content/renderer/media/media_stream_audio_processor_unittest.cc       DCHECK(!ap || !ap->echo_cancellation()->is_enabled());
ap                 91 content/renderer/media/media_stream_audio_processor_unittest.cc       const bool is_aec_enabled = ap && ap->echo_cancellation()->is_enabled();
ap                 50 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::BlacklistedByDefault(NULL));
ap                 54 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::BlacklistedByDefault(&blacklist));
ap                 56 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::BlacklistedByDefault(&blacklist));
ap                 60 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::BlacklistedByDefault(&blacklist));
ap                 66 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, NULL, NULL, NULL, extension_.get(), NULL));
ap                 68 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, NULL, NULL, NULL, extension_.get(),
ap                 75 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                 79 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                 86 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, NULL, NULL, NULL, extension_.get(), NULL));
ap                 88 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                 91 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                102 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, &whitelist, NULL, NULL, extension_.get(),
ap                107 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, &whitelist, NULL, NULL, extension_.get(),
ap                110 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, &whitelist, NULL, NULL, extension_.get(),
ap                122 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                125 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                131 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                135 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(&blacklist, NULL, NULL, NULL, extension_.get(),
ap                142 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(&blacklist, &whitelist, NULL, NULL,
ap                145 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(&blacklist, &whitelist, NULL, NULL,
ap                151 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, NULL, NULL, NULL, extension_.get(), NULL));
ap                154 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(NULL, NULL, NULL, &allowed_types,
ap                158 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayLoad(NULL, NULL, NULL, &allowed_types,
ap                162 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(NULL, NULL, NULL, &allowed_types,
ap                166 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayLoad(NULL, NULL, NULL, &allowed_types,
ap                172 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayModifySettings(extension_.get(), NULL));
ap                174 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::UserMayModifySettings(extension_.get(), &error));
ap                179 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayModifySettings(extension_.get(), NULL));
ap                180 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::UserMayModifySettings(extension_.get(), &error));
ap                186 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::MustRemainEnabled(extension_.get(), NULL));
ap                188 extensions/browser/admin_policy_unittest.cc   EXPECT_TRUE(ap::MustRemainEnabled(extension_.get(), &error));
ap                193 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::MustRemainEnabled(extension_.get(), NULL));
ap                194 extensions/browser/admin_policy_unittest.cc   EXPECT_FALSE(ap::MustRemainEnabled(extension_.get(), &error));
ap                125 native_client_sdk/src/libraries/nacl_io/kernel_handle.cc   va_list ap;
ap                126 native_client_sdk/src/libraries/nacl_io/kernel_handle.cc   va_start(ap, result);
ap                127 native_client_sdk/src/libraries/nacl_io/kernel_handle.cc   Error rtn = VFcntl(request, result, ap);
ap                128 native_client_sdk/src/libraries/nacl_io/kernel_handle.cc   va_end(ap);
ap                 93 native_client_sdk/src/libraries/nacl_io/node.cc   va_list ap;
ap                 94 native_client_sdk/src/libraries/nacl_io/node.cc   va_start(ap, request);
ap                 95 native_client_sdk/src/libraries/nacl_io/node.cc   Error rtn = VIoctl(request, ap);
ap                 96 native_client_sdk/src/libraries/nacl_io/node.cc   va_end(ap);
ap                 11 native_client_sdk/src/libraries/nacl_io/syscalls/fcntl.c   va_list ap;
ap                 12 native_client_sdk/src/libraries/nacl_io/syscalls/fcntl.c   va_start(ap, cmd);
ap                 13 native_client_sdk/src/libraries/nacl_io/syscalls/fcntl.c   int rtn = ki_fcntl(fd, cmd, ap);
ap                 14 native_client_sdk/src/libraries/nacl_io/syscalls/fcntl.c   va_end(ap);
ap                 17 native_client_sdk/src/libraries/nacl_io/syscalls/ioctl.c   va_list ap;
ap                 18 native_client_sdk/src/libraries/nacl_io/syscalls/ioctl.c   va_start(ap, request);
ap                 19 native_client_sdk/src/libraries/nacl_io/syscalls/ioctl.c   int rtn = ki_ioctl(fd, request, ap);
ap                 20 native_client_sdk/src/libraries/nacl_io/syscalls/ioctl.c   va_end(ap);
ap                311 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_list ap;
ap                312 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_start(ap, fmt);
ap                313 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   VALog(PSV_TRACE, fmt, ap);
ap                314 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_end(ap);
ap                318 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_list ap;
ap                319 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_start(ap, fmt);
ap                320 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   VALog(PSV_LOG, fmt, ap);
ap                321 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_end(ap);
ap                325 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_list ap;
ap                326 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_start(ap, fmt);
ap                327 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   VALog(PSV_WARN, fmt, ap);
ap                328 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_end(ap);
ap                332 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_list ap;
ap                333 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_start(ap, fmt);
ap                334 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   VALog(PSV_ERROR, fmt, ap);
ap                335 native_client_sdk/src/libraries/ppapi_simple/ps_instance.cc   va_end(ap);
ap                 48 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   va_list ap;
ap                 49 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   va_start(ap, request);
ap                 50 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   int rtn = ki_fcntl(fd, request, ap);
ap                 51 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc   va_end(ap);
ap                169 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   va_list ap;
ap                170 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   va_start(ap, request);
ap                171 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   int rtn = ki_ioctl(fd, request, ap);
ap                172 native_client_sdk/src/tests/nacl_io_test/jspipe_test.cc   va_end(ap);
ap                 74 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   va_list ap;
ap                 75 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   va_start(ap, request);
ap                 76 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   int rtn = ki_fcntl(fd, request, ap);
ap                 77 native_client_sdk/src/tests/nacl_io_test/kernel_proxy_test.cc   va_end(ap);
ap                128 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   va_list ap;
ap                129 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   va_start(ap, request);
ap                130 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   int rtn = ki_ioctl(fd, request, ap);
ap                131 native_client_sdk/src/tests/nacl_io_test/tty_test.cc   va_end(ap);
ap                112 net/disk_cache/blockfile/trace.cc   va_list ap;
ap                113 net/disk_cache/blockfile/trace.cc   va_start(ap, format);
ap                117 net/disk_cache/blockfile/trace.cc   vsprintf_s(line, format, ap);
ap                119 net/disk_cache/blockfile/trace.cc   vsnprintf(line, kEntrySize, format, ap);
ap                127 net/disk_cache/blockfile/trace.cc   va_end(ap);
ap                 72 net/quic/crypto/crypto_handshake_message.cc   va_list ap;
ap                 74 net/quic/crypto/crypto_handshake_message.cc   va_start(ap, tag);
ap                 76 net/quic/crypto/crypto_handshake_message.cc     QuicTag list_item = va_arg(ap, QuicTag);
ap                 88 net/quic/crypto/crypto_handshake_message.cc   va_end(ap);
ap                203 net/quic/crypto/crypto_server_test.cc     va_list ap;
ap                204 net/quic/crypto/crypto_server_test.cc     va_start(ap, message_tag);
ap                207 net/quic/crypto/crypto_server_test.cc         CryptoTestUtils::BuildMessage(message_tag, ap);
ap                208 net/quic/crypto/crypto_server_test.cc     va_end(ap);
ap                 66 net/quic/crypto/quic_crypto_server_config_test.cc     va_list ap;
ap                 67 net/quic/crypto/quic_crypto_server_config_test.cc     va_start(ap, server_config_id1);
ap                 77 net/quic/crypto/quic_crypto_server_config_test.cc         server_config_id = va_arg(ap, const char*);
ap                 86 net/quic/crypto/quic_crypto_server_config_test.cc       const bool is_primary = static_cast<bool>(va_arg(ap, int));
ap                 90 net/quic/crypto/quic_crypto_server_config_test.cc     va_end(ap);
ap                272 net/quic/crypto/quic_crypto_server_config_test.cc     va_list ap;
ap                273 net/quic/crypto/quic_crypto_server_config_test.cc     va_start(ap, server_config_id1);
ap                285 net/quic/crypto/quic_crypto_server_config_test.cc         server_config_id = va_arg(ap, const char*);
ap                293 net/quic/crypto/quic_crypto_server_config_test.cc       int primary_time = va_arg(ap, int);
ap                294 net/quic/crypto/quic_crypto_server_config_test.cc       int priority = va_arg(ap, int);
ap                454 net/quic/test_tools/crypto_test_utils.cc   va_list ap;
ap                455 net/quic/test_tools/crypto_test_utils.cc   va_start(ap, message_tag);
ap                457 net/quic/test_tools/crypto_test_utils.cc   CryptoHandshakeMessage message = BuildMessage(message_tag, ap);
ap                458 net/quic/test_tools/crypto_test_utils.cc   va_end(ap);
ap                464 net/quic/test_tools/crypto_test_utils.cc                                                      va_list ap) {
ap                469 net/quic/test_tools/crypto_test_utils.cc     const char* tagstr = va_arg(ap, const char*);
ap                478 net/quic/test_tools/crypto_test_utils.cc         const int min_bytes = va_arg(ap, int);
ap                488 net/quic/test_tools/crypto_test_utils.cc     const char* valuestr = va_arg(ap, const char*);
ap                134 net/quic/test_tools/crypto_test_utils.h                                              va_list ap);
ap                 41 net/third_party/nss/ssl/ssltrace.c     char *ap;
ap                 51 net/third_party/nss/ssl/ssltrace.c     ap = buf + 50;
ap                 57 net/third_party/nss/ssl/ssltrace.c 	*ap++ = printable[ch];
ap                 58 net/third_party/nss/ssl/ssltrace.c 	if (ap - buf >= 66) {
ap                 59 net/third_party/nss/ssl/ssltrace.c 	    *ap = 0;
ap                 63 net/third_party/nss/ssl/ssltrace.c 	    ap = buf + 50;
ap                 67 net/third_party/nss/ssl/ssltrace.c 	*ap = 0;
ap                 39 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc   va_list ap;
ap                 46 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc     va_start(ap, fmt);
ap                 47 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc     written = vsnprintf(insert_pt, space, fmt, ap);
ap                 48 ppapi/native_client/src/untrusted/nacl_ppapi_util/string_buffer.cc     va_end(ap);
ap                155 rlz/lib/financial_ping.cc     for (int ap = NO_ACCESS_POINT + 1; ap < LAST_ACCESS_POINT; ap++) {
ap                157 rlz/lib/financial_ping.cc       AccessPoint point = static_cast<AccessPoint>(ap);
ap                137 rlz/lib/financial_ping_test.cc   for (int ap = rlz_lib::NO_ACCESS_POINT + 1;
ap                138 rlz/lib/financial_ping_test.cc        ap < rlz_lib::LAST_ACCESS_POINT; ap++) {
ap                140 rlz/lib/financial_ping_test.cc     rlz_lib::AccessPoint point = static_cast<rlz_lib::AccessPoint>(ap);
ap                 49 sandbox/linux/seccomp-bpf/demo.cc   va_list ap;
ap                 50 sandbox/linux/seccomp-bpf/demo.cc   va_start(ap, len);
ap                 51 sandbox/linux/seccomp-bpf/demo.cc   while (va_arg(ap, int) >= 0) {
ap                 54 sandbox/linux/seccomp-bpf/demo.cc   va_end(ap);
ap                 77 sandbox/linux/seccomp-bpf/demo.cc   va_start(ap, len);
ap                 78 sandbox/linux/seccomp-bpf/demo.cc   for (int i = 0, fd; (fd = va_arg(ap, int)) >= 0; ++i) {
ap                 87 sandbox/linux/seccomp-bpf/demo.cc   va_list ap;
ap                 88 sandbox/linux/seccomp-bpf/demo.cc   va_start(ap, len);
ap                 89 sandbox/linux/seccomp-bpf/demo.cc   for (int *fd; (fd = va_arg(ap, int *)) != NULL; ++count) {
ap                 92 sandbox/linux/seccomp-bpf/demo.cc   va_end(ap);
ap                137 sandbox/linux/seccomp-bpf/demo.cc   va_start(ap, len);
ap                138 sandbox/linux/seccomp-bpf/demo.cc   for (int *fd, i = 0; (fd = va_arg(ap, int *)) != NULL; ++i) {
ap                141 sandbox/linux/seccomp-bpf/demo.cc   va_end(ap);
ap                 51 sandbox/linux/suid/sandbox.c   va_list ap;
ap                 52 sandbox/linux/suid/sandbox.c   va_start(ap, msg);
ap                 54 sandbox/linux/suid/sandbox.c   vfprintf(stderr, msg, ap);
ap                 57 sandbox/linux/suid/sandbox.c   va_end(ap);
ap                 15 skia/ext/google_logging.cc   va_list ap;
ap                 16 skia/ext/google_logging.cc   va_start(ap, format);
ap                 19 skia/ext/google_logging.cc   base::StringAppendV(&msg, format, ap);
ap                 20 skia/ext/google_logging.cc   va_end(ap);
ap                 53 sync/notifier/sync_system_resources.cc     va_list ap;
ap                 54 sync/notifier/sync_system_resources.cc     va_start(ap, format);
ap                 56 sync/notifier/sync_system_resources.cc     base::StringAppendV(&result, format, ap);
ap                 58 sync/notifier/sync_system_resources.cc     va_end(ap);
ap                588 third_party/harfbuzz-ng/src/hb-private.hh 		  va_list ap)
ap                636 third_party/harfbuzz-ng/src/hb-private.hh     vfprintf (stderr, message, ap);
ap                648 third_party/harfbuzz-ng/src/hb-private.hh 		     va_list ap HB_UNUSED) {}
ap                669 third_party/harfbuzz-ng/src/hb-private.hh   va_list ap;
ap                670 third_party/harfbuzz-ng/src/hb-private.hh   va_start (ap, message);
ap                671 third_party/harfbuzz-ng/src/hb-private.hh   _hb_debug_msg_va<max_level> (what, obj, func, indented, level, level_dir, message, ap);
ap                672 third_party/harfbuzz-ng/src/hb-private.hh   va_end (ap);
ap                742 third_party/harfbuzz-ng/src/hb-private.hh     va_list ap;
ap                743 third_party/harfbuzz-ng/src/hb-private.hh     va_start (ap, message);
ap                744 third_party/harfbuzz-ng/src/hb-private.hh     _hb_debug_msg_va<max_level> (what, obj, func, true, plevel ? *plevel : 0, +1, message, ap);
ap                745 third_party/harfbuzz-ng/src/hb-private.hh     va_end (ap);
ap                 23 third_party/leveldatabase/chromium_logger.h   virtual void Logv(const char* format, va_list ap) {
ap                 60 third_party/leveldatabase/chromium_logger.h         GG_VA_COPY(backup_ap, ap);
ap                 44 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc   bool operator()(const AddressProblem& ap, const std::string& ep) const {
ap                 46 third_party/libaddressinput/chromium/cpp/test/countryinfo_example_addresses_test.cc     oss << ap;
ap                137 third_party/libevent/buffer.c evbuffer_add_vprintf(struct evbuffer *buf, const char *fmt, va_list ap)
ap                156 third_party/libevent/buffer.c 		va_copy(aq, ap);
ap                181 third_party/libevent/buffer.c 	va_list ap;
ap                183 third_party/libevent/buffer.c 	va_start(ap, fmt);
ap                184 third_party/libevent/buffer.c 	res = evbuffer_add_vprintf(buf, fmt, ap);
ap                185 third_party/libevent/buffer.c 	va_end(ap);
ap               1069 third_party/libevent/event.h int evbuffer_add_vprintf(struct evbuffer *, const char *fmt, va_list ap);
ap                227 third_party/libevent/evutil.c 	va_list ap;
ap                228 third_party/libevent/evutil.c 	va_start(ap, format);
ap                229 third_party/libevent/evutil.c 	r = evutil_vsnprintf(buf, buflen, format, ap);
ap                230 third_party/libevent/evutil.c 	va_end(ap);
ap                235 third_party/libevent/evutil.c evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap)
ap                238 third_party/libevent/evutil.c 	int r = _vsnprintf(buf, buflen, format, ap);
ap                243 third_party/libevent/evutil.c 		return _vscprintf(format, ap);
ap                245 third_party/libevent/evutil.c 	int r = vsnprintf(buf, buflen, format, ap);
ap                180 third_party/libevent/evutil.h int evutil_vsnprintf(char *buf, size_t buflen, const char *format, va_list ap);
ap                 66 third_party/libevent/log.c                          va_list ap);
ap                 72 third_party/libevent/log.c 	va_list ap;
ap                 74 third_party/libevent/log.c 	va_start(ap, fmt);
ap                 75 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_ERR, errno, fmt, ap);
ap                 76 third_party/libevent/log.c 	va_end(ap);
ap                 83 third_party/libevent/log.c 	va_list ap;
ap                 85 third_party/libevent/log.c 	va_start(ap, fmt);
ap                 86 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_WARN, errno, fmt, ap);
ap                 87 third_party/libevent/log.c 	va_end(ap);
ap                 93 third_party/libevent/log.c 	va_list ap;
ap                 95 third_party/libevent/log.c 	va_start(ap, fmt);
ap                 96 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_ERR, -1, fmt, ap);
ap                 97 third_party/libevent/log.c 	va_end(ap);
ap                104 third_party/libevent/log.c 	va_list ap;
ap                106 third_party/libevent/log.c 	va_start(ap, fmt);
ap                107 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_WARN, -1, fmt, ap);
ap                108 third_party/libevent/log.c 	va_end(ap);
ap                114 third_party/libevent/log.c 	va_list ap;
ap                116 third_party/libevent/log.c 	va_start(ap, fmt);
ap                117 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_MSG, -1, fmt, ap);
ap                118 third_party/libevent/log.c 	va_end(ap);
ap                124 third_party/libevent/log.c 	va_list ap;
ap                126 third_party/libevent/log.c 	va_start(ap, fmt);
ap                127 third_party/libevent/log.c 	_warn_helper(_EVENT_LOG_DEBUG, -1, fmt, ap);
ap                128 third_party/libevent/log.c 	va_end(ap);
ap                132 third_party/libevent/log.c _warn_helper(int severity, int log_errno, const char *fmt, va_list ap)
ap                138 third_party/libevent/log.c 		evutil_vsnprintf(buf, sizeof(buf), fmt, ap);
ap                 27 third_party/libxml/src/error.c     va_list   ap;						\
ap                 35 third_party/libxml/src/error.c 	va_start(ap, msg);					\
ap                 36 third_party/libxml/src/error.c   	chars = vsnprintf(str, size, msg, ap);			\
ap                 37 third_party/libxml/src/error.c 	va_end(ap);						\
ap                106 third_party/libxml/src/include/libxml/xmlstring.h                                          va_list ap);
ap                120 third_party/libxml/src/testSAX.c     va_list ap;
ap                130 third_party/libxml/src/testSAX.c     va_start(ap, fmt);
ap                131 third_party/libxml/src/testSAX.c     vfprintf(stderr, fmt, ap);
ap                132 third_party/libxml/src/testSAX.c     va_end(ap);
ap                156 third_party/libxml/src/testSAX.c     va_list ap;
ap                164 third_party/libxml/src/testSAX.c     va_start(ap, fmt);
ap                165 third_party/libxml/src/testSAX.c     vfprintf(stderr, fmt, ap);
ap                166 third_party/libxml/src/testSAX.c     va_end(ap);
ap                188 third_party/libxml/src/testSAX.c     va_start(ap, format);
ap                189 third_party/libxml/src/testSAX.c     vfprintf(stderr, format, ap);
ap                190 third_party/libxml/src/testSAX.c     va_end(ap);
ap               2810 third_party/libxml/src/valid.c 	xmlAttrPtr ap;
ap               2863 third_party/libxml/src/valid.c     xmlAttrPtr attr1 = ((xmlRemoveMemoPtr)user)->ap;
ap               3088 third_party/libxml/src/valid.c     target.ap = attr;
ap                451 third_party/libxml/src/xmllint.c     va_list ap;
ap                461 third_party/libxml/src/xmllint.c     va_start(ap, fmt);
ap                462 third_party/libxml/src/xmllint.c     vfprintf(stderr, fmt, ap);
ap                463 third_party/libxml/src/xmllint.c     va_end(ap);
ap                487 third_party/libxml/src/xmllint.c     va_list ap;
ap                495 third_party/libxml/src/xmllint.c     va_start(ap, fmt);
ap                496 third_party/libxml/src/xmllint.c     vfprintf(stderr, fmt, ap);
ap                497 third_party/libxml/src/xmllint.c     va_end(ap);
ap                519 third_party/libxml/src/xmllint.c     va_start(ap, format);
ap                520 third_party/libxml/src/xmllint.c     vfprintf(stderr, format, ap);
ap                521 third_party/libxml/src/xmllint.c     va_end(ap);
ap               4000 third_party/libxml/src/xmlreader.c static char *xmlTextReaderBuildMessage(const char *msg, va_list ap);
ap               4015 third_party/libxml/src/xmlreader.c     va_list ap;
ap               4017 third_party/libxml/src/xmlreader.c     va_start(ap, msg);
ap               4018 third_party/libxml/src/xmlreader.c     str = xmlTextReaderBuildMessage(msg, ap);
ap               4028 third_party/libxml/src/xmlreader.c     va_end(ap);
ap               4038 third_party/libxml/src/xmlreader.c     va_list ap;
ap               4040 third_party/libxml/src/xmlreader.c     va_start(ap, msg);
ap               4041 third_party/libxml/src/xmlreader.c     str = xmlTextReaderBuildMessage(msg, ap);
ap               4051 third_party/libxml/src/xmlreader.c     va_end(ap);
ap               4535 third_party/libxml/src/xmlreader.c xmlTextReaderBuildMessage(const char *msg, va_list ap) {
ap               4543 third_party/libxml/src/xmlreader.c         VA_COPY(aq, ap);
ap               4674 third_party/libxml/src/xmlreader.c     va_list ap;
ap               4676 third_party/libxml/src/xmlreader.c     va_start(ap, msg);
ap               4679 third_party/libxml/src/xmlreader.c                               xmlTextReaderBuildMessage(msg, ap));
ap               4680 third_party/libxml/src/xmlreader.c     va_end(ap);
ap               4687 third_party/libxml/src/xmlreader.c     va_list ap;
ap               4689 third_party/libxml/src/xmlreader.c     va_start(ap, msg);
ap               4692 third_party/libxml/src/xmlreader.c                               xmlTextReaderBuildMessage(msg, ap));
ap               4693 third_party/libxml/src/xmlreader.c     va_end(ap);
ap               4699 third_party/libxml/src/xmlreader.c     va_list ap;
ap               4708 third_party/libxml/src/xmlreader.c         va_start(ap, msg);
ap               4711 third_party/libxml/src/xmlreader.c                                   xmlTextReaderBuildMessage(msg, ap));
ap               4712 third_party/libxml/src/xmlreader.c         va_end(ap);
ap               4719 third_party/libxml/src/xmlreader.c     va_list ap;
ap               4728 third_party/libxml/src/xmlreader.c         va_start(ap, msg);
ap               4731 third_party/libxml/src/xmlreader.c                                   xmlTextReaderBuildMessage(msg, ap));
ap               4732 third_party/libxml/src/xmlreader.c         va_end(ap);
ap                569 third_party/libxml/src/xmlstring.c xmlStrVPrintf(xmlChar *buf, int len, const xmlChar *msg, va_list ap) {
ap                576 third_party/libxml/src/xmlstring.c     ret = vsnprintf((char *) buf, len, (const char *) msg, ap);
ap                869 third_party/libxml/src/xmlwriter.c     va_list ap;
ap                871 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap                873 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatComment(writer, format, ap);
ap                875 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               1297 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               1299 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               1301 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatRaw(writer, format, ap);
ap               1303 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               1423 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               1428 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               1430 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatString(writer, format, ap);
ap               1432 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               1970 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               1972 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               1974 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatAttribute(writer, name, format, ap);
ap               1976 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               2067 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               2069 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               2072 third_party/libxml/src/xmlwriter.c                                               namespaceURI, format, ap);
ap               2074 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               2173 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               2175 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               2177 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatElement(writer, name, format, ap);
ap               2179 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               2270 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               2272 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               2275 third_party/libxml/src/xmlwriter.c                                             namespaceURI, format, ap);
ap               2277 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               2524 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               2526 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               2528 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatPI(writer, target, format, ap);
ap               2530 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               2739 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               2741 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               2743 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatCDATA(writer, format, ap);
ap               2745 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               3050 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               3052 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               3055 third_party/libxml/src/xmlwriter.c                                       ap);
ap               3057 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               3293 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               3295 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               3297 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatDTDElement(writer, name, format, ap);
ap               3299 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               3530 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               3532 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               3534 third_party/libxml/src/xmlwriter.c     rc = xmlTextWriterWriteVFormatDTDAttlist(writer, name, format, ap);
ap               3536 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap               3788 third_party/libxml/src/xmlwriter.c     va_list ap;
ap               3790 third_party/libxml/src/xmlwriter.c     va_start(ap, format);
ap               3793 third_party/libxml/src/xmlwriter.c                                                     format, ap);
ap               3795 third_party/libxml/src/xmlwriter.c     va_end(ap);
ap                477 third_party/libxslt/libxslt/xsltutils.c     va_list   ap;						\
ap                486 third_party/libxslt/libxslt/xsltutils.c 	va_start(ap, msg);					\
ap                487 third_party/libxslt/libxslt/xsltutils.c   	chars = vsnprintf(str, size, msg, ap);			\
ap                488 third_party/libxslt/libxslt/xsltutils.c 	va_end(ap);						\
ap                111 third_party/mach_override/libudis86/syn.c   va_list ap;
ap                112 third_party/mach_override/libudis86/syn.c   va_start(ap, fmt);
ap                114 third_party/mach_override/libudis86/syn.c   ret = vsnprintf((char*) u->asm_buf + u->asm_buf_fill, avail, fmt, ap);
ap                120 third_party/mach_override/libudis86/syn.c   va_end(ap);
ap                114 third_party/npapi/npspy/common/format.cpp                            va_list ap) {
ap                121 third_party/npapi/npspy/common/format.cpp   GG_VA_COPY(ap_copy, ap);
ap                167 third_party/npapi/npspy/common/format.cpp     GG_VA_COPY(ap_copy, ap);
ap                180 third_party/npapi/npspy/common/format.cpp   va_list ap;
ap                181 third_party/npapi/npspy/common/format.cpp   va_start(ap, format);
ap                183 third_party/npapi/npspy/common/format.cpp   StringAppendVT(&result, format, ap);
ap                184 third_party/npapi/npspy/common/format.cpp   va_end(ap);
ap                203 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ArenaCountAllocation(ap, nb)                 /* nothing */
ap                204 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ArenaCountInplaceGrowth(ap, size, incr)      /* nothing */
ap                205 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ArenaCountGrowth(ap, size, incr)             /* nothing */
ap                206 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ArenaCountRelease(ap, mark)                  /* nothing */
ap                207 third_party/npapi/npspy/extern/nspr/plarena.h #define PL_ArenaCountRetract(ap, mark)                  /* nothing */
ap                108 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(PRUint32) PR_vsnprintf(char *out, PRUint32 outlen, const char *fmt, va_list ap);
ap                109 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(char*) PR_vsmprintf(const char *fmt, va_list ap);
ap                110 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(char*) PR_vsprintf_append(char *last, const char *fmt, va_list ap);
ap                111 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(PRUint32) PR_vsxprintf(PRStuffFunc f, void *arg, const char *fmt, va_list ap);
ap                112 third_party/npapi/npspy/extern/nspr/prprf.h NSPR_API(PRUint32) PR_vfprintf(struct PRFileDesc* fd, const char *fmt, va_list ap);
ap                 56 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc void StringAppendV(string* dst, const char* format, va_list ap) {
ap                 65 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_copy(backup_ap, ap);
ap                 79 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc       va_copy(backup_ap, ap);
ap                 96 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_copy(backup_ap, ap);
ap                109 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_list ap;
ap                110 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_start(ap, format);
ap                112 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   StringAppendV(&result, format, ap);
ap                113 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_end(ap);
ap                118 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_list ap;
ap                119 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_start(ap, format);
ap                121 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   StringAppendV(dst, format, ap);
ap                122 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_end(ap);
ap                127 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_list ap;
ap                128 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_start(ap, format);
ap                129 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   StringAppendV(dst, format, ap);
ap                130 third_party/protobuf/src/google/protobuf/stubs/stringprintf.cc   va_end(ap);
ap                 63 third_party/protobuf/src/google/protobuf/stubs/stringprintf.h LIBPROTOBUF_EXPORT extern void StringAppendV(string* dst, const char* format, va_list ap);
ap                 13 third_party/re2/util/stringprintf.cc static void StringAppendV(string* dst, const char* format, va_list ap) {
ap                 21 third_party/re2/util/stringprintf.cc   va_copy(backup_ap, ap);
ap                 44 third_party/re2/util/stringprintf.cc     va_copy(backup_ap, ap);
ap                 59 third_party/re2/util/stringprintf.cc   va_list ap;
ap                 60 third_party/re2/util/stringprintf.cc   va_start(ap, format);
ap                 62 third_party/re2/util/stringprintf.cc   StringAppendV(&result, format, ap);
ap                 63 third_party/re2/util/stringprintf.cc   va_end(ap);
ap                 68 third_party/re2/util/stringprintf.cc   va_list ap;
ap                 69 third_party/re2/util/stringprintf.cc   va_start(ap, format);
ap                 71 third_party/re2/util/stringprintf.cc   StringAppendV(dst, format, ap);
ap                 72 third_party/re2/util/stringprintf.cc   va_end(ap);
ap                 76 third_party/re2/util/stringprintf.cc   va_list ap;
ap                 77 third_party/re2/util/stringprintf.cc   va_start(ap, format);
ap                 78 third_party/re2/util/stringprintf.cc   StringAppendV(dst, format, ap);
ap                 79 third_party/re2/util/stringprintf.cc   va_end(ap);
ap               12950 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               12958 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zDate);
ap               12960 third_party/sqlite/amalgamation/sqlite3.c     N = va_arg(ap, int);
ap               12961 third_party/sqlite/amalgamation/sqlite3.c     min = va_arg(ap, int);
ap               12962 third_party/sqlite/amalgamation/sqlite3.c     max = va_arg(ap, int);
ap               12963 third_party/sqlite/amalgamation/sqlite3.c     nextC = va_arg(ap, int);
ap               12964 third_party/sqlite/amalgamation/sqlite3.c     pVal = va_arg(ap, int*);
ap               12981 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               18445 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               18448 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               18449 third_party/sqlite/amalgamation/sqlite3.c   z = sqlite3VMPrintf(db, zFormat, ap);
ap               18450 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               18715 third_party/sqlite/amalgamation/sqlite3.c   va_list ap                         /* arguments */
ap               18781 third_party/sqlite/amalgamation/sqlite3.c       width = va_arg(ap,int);
ap               18801 third_party/sqlite/amalgamation/sqlite3.c         precision = va_arg(ap,int);
ap               18879 third_party/sqlite/amalgamation/sqlite3.c             v = va_arg(ap,i64);
ap               18881 third_party/sqlite/amalgamation/sqlite3.c             v = va_arg(ap,long int);
ap               18883 third_party/sqlite/amalgamation/sqlite3.c             v = va_arg(ap,int);
ap               18900 third_party/sqlite/amalgamation/sqlite3.c             longvalue = va_arg(ap,u64);
ap               18902 third_party/sqlite/amalgamation/sqlite3.c             longvalue = va_arg(ap,unsigned long int);
ap               18904 third_party/sqlite/amalgamation/sqlite3.c             longvalue = va_arg(ap,unsigned int);
ap               18949 third_party/sqlite/amalgamation/sqlite3.c         realvalue = va_arg(ap,double);
ap               19101 third_party/sqlite/amalgamation/sqlite3.c         *(va_arg(ap,int*)) = pAccum->nChar;
ap               19110 third_party/sqlite/amalgamation/sqlite3.c         c = va_arg(ap,int);
ap               19122 third_party/sqlite/amalgamation/sqlite3.c         bufpt = va_arg(ap,char*);
ap               19141 third_party/sqlite/amalgamation/sqlite3.c         char *escarg = va_arg(ap,char*);
ap               19175 third_party/sqlite/amalgamation/sqlite3.c         Token *pToken = va_arg(ap, Token*);
ap               19183 third_party/sqlite/amalgamation/sqlite3.c         SrcList *pSrc = va_arg(ap, SrcList*);
ap               19184 third_party/sqlite/amalgamation/sqlite3.c         int k = va_arg(ap, int);
ap               19338 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){
ap               19346 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(&acc, 1, zFormat, ap);
ap               19359 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               19361 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               19362 third_party/sqlite/amalgamation/sqlite3.c   z = sqlite3VMPrintf(db, zFormat, ap);
ap               19363 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               19376 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               19378 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               19379 third_party/sqlite/amalgamation/sqlite3.c   z = sqlite3VMPrintf(db, zFormat, ap);
ap               19380 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               19389 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API char *sqlite3_vmprintf(const char *zFormat, va_list ap){
ap               19398 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap               19408 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               19413 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               19414 third_party/sqlite/amalgamation/sqlite3.c   z = sqlite3_vmprintf(zFormat, ap);
ap               19415 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               19432 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API char *sqlite3_vsnprintf(int n, char *zBuf, const char *zFormat, va_list ap){
ap               19437 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap               19442 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               19443 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap,zFormat);
ap               19444 third_party/sqlite/amalgamation/sqlite3.c   z = sqlite3_vsnprintf(n, zBuf, zFormat, ap);
ap               19445 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               19458 third_party/sqlite/amalgamation/sqlite3.c static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){
ap               19464 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap               19473 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;                             /* Vararg list */
ap               19475 third_party/sqlite/amalgamation/sqlite3.c     va_start(ap, zFormat);
ap               19476 third_party/sqlite/amalgamation/sqlite3.c     renderLogMsg(iErrCode, zFormat, ap);
ap               19477 third_party/sqlite/amalgamation/sqlite3.c     va_end(ap);
ap               19488 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               19493 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap,zFormat);
ap               19494 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap               19495 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               19507 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               19508 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap,zFormat);
ap               19509 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(p, 1, zFormat, ap);
ap               19510 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               20342 third_party/sqlite/amalgamation/sqlite3.c       va_list ap;
ap               20343 third_party/sqlite/amalgamation/sqlite3.c       va_start(ap, zFormat);
ap               20344 third_party/sqlite/amalgamation/sqlite3.c       z = sqlite3VMPrintf(db, zFormat, ap);
ap               20345 third_party/sqlite/amalgamation/sqlite3.c       va_end(ap);
ap               20372 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               20374 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               20375 third_party/sqlite/amalgamation/sqlite3.c   zMsg = sqlite3VMPrintf(db, zFormat, ap);
ap               20376 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               22713 third_party/sqlite/amalgamation/sqlite3.c   va_list  ap;
ap               22714 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, fmt);
ap               22715 third_party/sqlite/amalgamation/sqlite3.c   vfprintf(stderr, fmt, ap);
ap               54529 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               54533 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               54540 third_party/sqlite/amalgamation/sqlite3.c   sqlite3VXPrintf(&pCheck->errMsg, 1, zFormat, ap);
ap               54541 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               57903 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               57909 third_party/sqlite/amalgamation/sqlite3.c     va_start(ap, zFormat);
ap               57911 third_party/sqlite/amalgamation/sqlite3.c     *pz = sqlite3VMPrintf(p->db, zFormat, ap);
ap               57912 third_party/sqlite/amalgamation/sqlite3.c     va_end(ap);
ap               57916 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               57923 third_party/sqlite/amalgamation/sqlite3.c     va_start(ap, zFormat);
ap               57925 third_party/sqlite/amalgamation/sqlite3.c     *pz = sqlite3VMPrintf(p->db, zFormat, ap);
ap               57926 third_party/sqlite/amalgamation/sqlite3.c     va_end(ap);
ap               62595 third_party/sqlite/amalgamation/sqlite3.c     } ap;
ap               64878 third_party/sqlite/amalgamation/sqlite3.c   u.ap.pCrsr = p->apCsr[pOp->p1]->pCursor;
ap               64879 third_party/sqlite/amalgamation/sqlite3.c   if( u.ap.pCrsr ){
ap               64880 third_party/sqlite/amalgamation/sqlite3.c     rc = sqlite3BtreeCount(u.ap.pCrsr, &u.ap.nEntry);
ap               64882 third_party/sqlite/amalgamation/sqlite3.c     u.ap.nEntry = 0;
ap               64884 third_party/sqlite/amalgamation/sqlite3.c   pOut->u.i = u.ap.nEntry;
ap               77071 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               77080 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               77081 third_party/sqlite/amalgamation/sqlite3.c   zSql = sqlite3VMPrintf(db, zFormat, ap);
ap               77082 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               107525 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               107532 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, op);
ap               107560 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*);
ap               107565 third_party/sqlite/amalgamation/sqlite3.c       *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex;
ap               107573 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.m = *va_arg(ap, sqlite3_mem_methods*);
ap               107579 third_party/sqlite/amalgamation/sqlite3.c       *va_arg(ap, sqlite3_mem_methods*) = sqlite3GlobalConfig.m;
ap               107584 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.bMemstat = va_arg(ap, int);
ap               107589 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.pScratch = va_arg(ap, void*);
ap               107590 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.szScratch = va_arg(ap, int);
ap               107591 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.nScratch = va_arg(ap, int);
ap               107596 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.pPage = va_arg(ap, void*);
ap               107597 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.szPage = va_arg(ap, int);
ap               107598 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.nPage = va_arg(ap, int);
ap               107604 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.pcache = *va_arg(ap, sqlite3_pcache_methods*);
ap               107612 third_party/sqlite/amalgamation/sqlite3.c       *va_arg(ap, sqlite3_pcache_methods*) = sqlite3GlobalConfig.pcache;
ap               107619 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.pHeap = va_arg(ap, void*);
ap               107620 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.nHeap = va_arg(ap, int);
ap               107621 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.mnReq = va_arg(ap, int);
ap               107654 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.szLookaside = va_arg(ap, int);
ap               107655 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.nLookaside = va_arg(ap, int);
ap               107669 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.xLog = va_arg(ap, LOGFUNC_t);
ap               107670 third_party/sqlite/amalgamation/sqlite3.c       sqlite3GlobalConfig.pLogArg = va_arg(ap, void*);
ap               107679 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               107758 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               107760 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, op);
ap               107763 third_party/sqlite/amalgamation/sqlite3.c       void *pBuf = va_arg(ap, void*); /* IMP: R-26835-10964 */
ap               107764 third_party/sqlite/amalgamation/sqlite3.c       int sz = va_arg(ap, int);       /* IMP: R-47871-25994 */
ap               107765 third_party/sqlite/amalgamation/sqlite3.c       int cnt = va_arg(ap, int);      /* IMP: R-04460-53386 */
ap               107781 third_party/sqlite/amalgamation/sqlite3.c           int onoff = va_arg(ap, int);
ap               107782 third_party/sqlite/amalgamation/sqlite3.c           int *pRes = va_arg(ap, int*);
ap               107802 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               109700 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               109701 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, op);
ap               109741 third_party/sqlite/amalgamation/sqlite3.c       int sz = va_arg(ap, int);
ap               109742 third_party/sqlite/amalgamation/sqlite3.c       int *aProg = va_arg(ap, int*);
ap               109757 third_party/sqlite/amalgamation/sqlite3.c       xBenignBegin = va_arg(ap, void_function);
ap               109758 third_party/sqlite/amalgamation/sqlite3.c       xBenignEnd = va_arg(ap, void_function);
ap               109779 third_party/sqlite/amalgamation/sqlite3.c         unsigned int newVal = va_arg(ap, unsigned int);
ap               109799 third_party/sqlite/amalgamation/sqlite3.c       assert( (x = va_arg(ap,int))!=0 );
ap               109833 third_party/sqlite/amalgamation/sqlite3.c       int x = va_arg(ap,int);
ap               109844 third_party/sqlite/amalgamation/sqlite3.c       sqlite3 *db = va_arg(ap, sqlite3*);
ap               109845 third_party/sqlite/amalgamation/sqlite3.c       int x = va_arg(ap,int);
ap               109862 third_party/sqlite/amalgamation/sqlite3.c       sqlite3 *db = va_arg(ap, sqlite3*);
ap               109863 third_party/sqlite/amalgamation/sqlite3.c       int x = va_arg(ap,int);
ap               109879 third_party/sqlite/amalgamation/sqlite3.c       const char *zWord = va_arg(ap, const char*);
ap               109903 third_party/sqlite/amalgamation/sqlite3.c       sz = va_arg(ap, int);
ap               109904 third_party/sqlite/amalgamation/sqlite3.c       ppNew = va_arg(ap, void**);
ap               109905 third_party/sqlite/amalgamation/sqlite3.c       pFree = va_arg(ap, void*);
ap               109912 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               113525 third_party/sqlite/amalgamation/sqlite3.c   va_list ap;
ap               113528 third_party/sqlite/amalgamation/sqlite3.c   va_start(ap, zFormat);
ap               113529 third_party/sqlite/amalgamation/sqlite3.c   zSql = sqlite3_vmprintf(zFormat, ap);
ap               113530 third_party/sqlite/amalgamation/sqlite3.c   va_end(ap);
ap               113734 third_party/sqlite/amalgamation/sqlite3.c     va_list ap;
ap               113736 third_party/sqlite/amalgamation/sqlite3.c     va_start(ap, zFormat);
ap               113737 third_party/sqlite/amalgamation/sqlite3.c     z = sqlite3_vmprintf(zFormat, ap);
ap                 50 third_party/sqlite/src/ext/async/sqlite3async.c   va_list ap;
ap                 51 third_party/sqlite/src/ext/async/sqlite3async.c   va_start(ap, zFormat);
ap                 52 third_party/sqlite/src/ext/async/sqlite3async.c   z = sqlite3_vmprintf(zFormat, ap);
ap                 53 third_party/sqlite/src/ext/async/sqlite3async.c   va_end(ap);
ap               1635 third_party/sqlite/src/ext/async/sqlite3async.c   va_list ap;
ap               1636 third_party/sqlite/src/ext/async/sqlite3async.c   va_start(ap, op);
ap               1639 third_party/sqlite/src/ext/async/sqlite3async.c       int eWhen = va_arg(ap, int);
ap               1654 third_party/sqlite/src/ext/async/sqlite3async.c       int iDelay = va_arg(ap, int);
ap               1663 third_party/sqlite/src/ext/async/sqlite3async.c       int bLock = va_arg(ap, int);
ap               1675 third_party/sqlite/src/ext/async/sqlite3async.c       int *peWhen = va_arg(ap, int *);
ap               1680 third_party/sqlite/src/ext/async/sqlite3async.c       int *piDelay = va_arg(ap, int *);
ap               1685 third_party/sqlite/src/ext/async/sqlite3async.c       int *piDelay = va_arg(ap, int *);
ap                475 third_party/sqlite/src/ext/fts3/fts3.c   va_list ap;
ap                478 third_party/sqlite/src/ext/fts3/fts3.c   va_start(ap, zFormat);
ap                479 third_party/sqlite/src/ext/fts3/fts3.c   zSql = sqlite3_vmprintf(zFormat, ap);
ap                480 third_party/sqlite/src/ext/fts3/fts3.c   va_end(ap);
ap                684 third_party/sqlite/src/ext/fts3/fts3.c     va_list ap;
ap                686 third_party/sqlite/src/ext/fts3/fts3.c     va_start(ap, zFormat);
ap                687 third_party/sqlite/src/ext/fts3/fts3.c     z = sqlite3_vmprintf(zFormat, ap);
ap               7410 third_party/sqlite/src/src/btree.c   va_list ap;
ap               7414 third_party/sqlite/src/src/btree.c   va_start(ap, zFormat);
ap               7421 third_party/sqlite/src/src/btree.c   sqlite3VXPrintf(&pCheck->errMsg, 1, zFormat, ap);
ap               7422 third_party/sqlite/src/src/btree.c   va_end(ap);
ap                232 third_party/sqlite/src/src/build.c   va_list ap;
ap                241 third_party/sqlite/src/src/build.c   va_start(ap, zFormat);
ap                242 third_party/sqlite/src/src/build.c   zSql = sqlite3VMPrintf(db, zFormat, ap);
ap                243 third_party/sqlite/src/src/build.c   va_end(ap);
ap                101 third_party/sqlite/src/src/date.c   va_list ap;
ap                109 third_party/sqlite/src/src/date.c   va_start(ap, zDate);
ap                111 third_party/sqlite/src/src/date.c     N = va_arg(ap, int);
ap                112 third_party/sqlite/src/src/date.c     min = va_arg(ap, int);
ap                113 third_party/sqlite/src/src/date.c     max = va_arg(ap, int);
ap                114 third_party/sqlite/src/src/date.c     nextC = va_arg(ap, int);
ap                115 third_party/sqlite/src/src/date.c     pVal = va_arg(ap, int*);
ap                132 third_party/sqlite/src/src/date.c   va_end(ap);
ap                280 third_party/sqlite/src/src/main.c   va_list ap;
ap                287 third_party/sqlite/src/src/main.c   va_start(ap, op);
ap                315 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.mutex = *va_arg(ap, sqlite3_mutex_methods*);
ap                320 third_party/sqlite/src/src/main.c       *va_arg(ap, sqlite3_mutex_methods*) = sqlite3GlobalConfig.mutex;
ap                328 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.m = *va_arg(ap, sqlite3_mem_methods*);
ap                334 third_party/sqlite/src/src/main.c       *va_arg(ap, sqlite3_mem_methods*) = sqlite3GlobalConfig.m;
ap                339 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.bMemstat = va_arg(ap, int);
ap                344 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.pScratch = va_arg(ap, void*);
ap                345 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.szScratch = va_arg(ap, int);
ap                346 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.nScratch = va_arg(ap, int);
ap                351 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.pPage = va_arg(ap, void*);
ap                352 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.szPage = va_arg(ap, int);
ap                353 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.nPage = va_arg(ap, int);
ap                359 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.pcache = *va_arg(ap, sqlite3_pcache_methods*);
ap                367 third_party/sqlite/src/src/main.c       *va_arg(ap, sqlite3_pcache_methods*) = sqlite3GlobalConfig.pcache;
ap                374 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.pHeap = va_arg(ap, void*);
ap                375 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.nHeap = va_arg(ap, int);
ap                376 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.mnReq = va_arg(ap, int);
ap                409 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.szLookaside = va_arg(ap, int);
ap                410 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.nLookaside = va_arg(ap, int);
ap                424 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.xLog = va_arg(ap, LOGFUNC_t);
ap                425 third_party/sqlite/src/src/main.c       sqlite3GlobalConfig.pLogArg = va_arg(ap, void*);
ap                434 third_party/sqlite/src/src/main.c   va_end(ap);
ap                513 third_party/sqlite/src/src/main.c   va_list ap;
ap                515 third_party/sqlite/src/src/main.c   va_start(ap, op);
ap                518 third_party/sqlite/src/src/main.c       void *pBuf = va_arg(ap, void*); /* IMP: R-26835-10964 */
ap                519 third_party/sqlite/src/src/main.c       int sz = va_arg(ap, int);       /* IMP: R-47871-25994 */
ap                520 third_party/sqlite/src/src/main.c       int cnt = va_arg(ap, int);      /* IMP: R-04460-53386 */
ap                536 third_party/sqlite/src/src/main.c           int onoff = va_arg(ap, int);
ap                537 third_party/sqlite/src/src/main.c           int *pRes = va_arg(ap, int*);
ap                557 third_party/sqlite/src/src/main.c   va_end(ap);
ap               2455 third_party/sqlite/src/src/main.c   va_list ap;
ap               2456 third_party/sqlite/src/src/main.c   va_start(ap, op);
ap               2496 third_party/sqlite/src/src/main.c       int sz = va_arg(ap, int);
ap               2497 third_party/sqlite/src/src/main.c       int *aProg = va_arg(ap, int*);
ap               2512 third_party/sqlite/src/src/main.c       xBenignBegin = va_arg(ap, void_function);
ap               2513 third_party/sqlite/src/src/main.c       xBenignEnd = va_arg(ap, void_function);
ap               2534 third_party/sqlite/src/src/main.c         unsigned int newVal = va_arg(ap, unsigned int);
ap               2554 third_party/sqlite/src/src/main.c       assert( (x = va_arg(ap,int))!=0 );
ap               2588 third_party/sqlite/src/src/main.c       int x = va_arg(ap,int);
ap               2599 third_party/sqlite/src/src/main.c       sqlite3 *db = va_arg(ap, sqlite3*);
ap               2600 third_party/sqlite/src/src/main.c       int x = va_arg(ap,int);
ap               2617 third_party/sqlite/src/src/main.c       sqlite3 *db = va_arg(ap, sqlite3*);
ap               2618 third_party/sqlite/src/src/main.c       int x = va_arg(ap,int);
ap               2634 third_party/sqlite/src/src/main.c       const char *zWord = va_arg(ap, const char*);
ap               2658 third_party/sqlite/src/src/main.c       sz = va_arg(ap, int);
ap               2659 third_party/sqlite/src/src/main.c       ppNew = va_arg(ap, void**);
ap               2660 third_party/sqlite/src/src/main.c       pFree = va_arg(ap, void*);
ap               2667 third_party/sqlite/src/src/main.c   va_end(ap);
ap                740 third_party/sqlite/src/src/malloc.c   va_list ap;
ap                743 third_party/sqlite/src/src/malloc.c   va_start(ap, zFormat);
ap                744 third_party/sqlite/src/src/malloc.c   z = sqlite3VMPrintf(db, zFormat, ap);
ap                745 third_party/sqlite/src/src/malloc.c   va_end(ap);
ap                701 third_party/sqlite/src/src/os_os2.c   va_list  ap;
ap                702 third_party/sqlite/src/src/os_os2.c   va_start(ap, fmt);
ap                703 third_party/sqlite/src/src/os_os2.c   vfprintf(stderr, fmt, ap);
ap                232 third_party/sqlite/src/src/printf.c   va_list ap                         /* arguments */
ap                298 third_party/sqlite/src/src/printf.c       width = va_arg(ap,int);
ap                318 third_party/sqlite/src/src/printf.c         precision = va_arg(ap,int);
ap                396 third_party/sqlite/src/src/printf.c             v = va_arg(ap,i64);
ap                398 third_party/sqlite/src/src/printf.c             v = va_arg(ap,long int);
ap                400 third_party/sqlite/src/src/printf.c             v = va_arg(ap,int);
ap                417 third_party/sqlite/src/src/printf.c             longvalue = va_arg(ap,u64);
ap                419 third_party/sqlite/src/src/printf.c             longvalue = va_arg(ap,unsigned long int);
ap                421 third_party/sqlite/src/src/printf.c             longvalue = va_arg(ap,unsigned int);
ap                466 third_party/sqlite/src/src/printf.c         realvalue = va_arg(ap,double);
ap                618 third_party/sqlite/src/src/printf.c         *(va_arg(ap,int*)) = pAccum->nChar;
ap                627 third_party/sqlite/src/src/printf.c         c = va_arg(ap,int);
ap                639 third_party/sqlite/src/src/printf.c         bufpt = va_arg(ap,char*);
ap                658 third_party/sqlite/src/src/printf.c         char *escarg = va_arg(ap,char*);
ap                692 third_party/sqlite/src/src/printf.c         Token *pToken = va_arg(ap, Token*);
ap                700 third_party/sqlite/src/src/printf.c         SrcList *pSrc = va_arg(ap, SrcList*);
ap                701 third_party/sqlite/src/src/printf.c         int k = va_arg(ap, int);
ap                855 third_party/sqlite/src/src/printf.c char *sqlite3VMPrintf(sqlite3 *db, const char *zFormat, va_list ap){
ap                863 third_party/sqlite/src/src/printf.c   sqlite3VXPrintf(&acc, 1, zFormat, ap);
ap                876 third_party/sqlite/src/src/printf.c   va_list ap;
ap                878 third_party/sqlite/src/src/printf.c   va_start(ap, zFormat);
ap                879 third_party/sqlite/src/src/printf.c   z = sqlite3VMPrintf(db, zFormat, ap);
ap                880 third_party/sqlite/src/src/printf.c   va_end(ap);
ap                893 third_party/sqlite/src/src/printf.c   va_list ap;
ap                895 third_party/sqlite/src/src/printf.c   va_start(ap, zFormat);
ap                896 third_party/sqlite/src/src/printf.c   z = sqlite3VMPrintf(db, zFormat, ap);
ap                897 third_party/sqlite/src/src/printf.c   va_end(ap);
ap                906 third_party/sqlite/src/src/printf.c char *sqlite3_vmprintf(const char *zFormat, va_list ap){
ap                915 third_party/sqlite/src/src/printf.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap                925 third_party/sqlite/src/src/printf.c   va_list ap;
ap                930 third_party/sqlite/src/src/printf.c   va_start(ap, zFormat);
ap                931 third_party/sqlite/src/src/printf.c   z = sqlite3_vmprintf(zFormat, ap);
ap                932 third_party/sqlite/src/src/printf.c   va_end(ap);
ap                949 third_party/sqlite/src/src/printf.c char *sqlite3_vsnprintf(int n, char *zBuf, const char *zFormat, va_list ap){
ap                954 third_party/sqlite/src/src/printf.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap                959 third_party/sqlite/src/src/printf.c   va_list ap;
ap                960 third_party/sqlite/src/src/printf.c   va_start(ap,zFormat);
ap                961 third_party/sqlite/src/src/printf.c   z = sqlite3_vsnprintf(n, zBuf, zFormat, ap);
ap                962 third_party/sqlite/src/src/printf.c   va_end(ap);
ap                975 third_party/sqlite/src/src/printf.c static void renderLogMsg(int iErrCode, const char *zFormat, va_list ap){
ap                981 third_party/sqlite/src/src/printf.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap                990 third_party/sqlite/src/src/printf.c   va_list ap;                             /* Vararg list */
ap                992 third_party/sqlite/src/src/printf.c     va_start(ap, zFormat);
ap                993 third_party/sqlite/src/src/printf.c     renderLogMsg(iErrCode, zFormat, ap);
ap                994 third_party/sqlite/src/src/printf.c     va_end(ap);
ap               1005 third_party/sqlite/src/src/printf.c   va_list ap;
ap               1010 third_party/sqlite/src/src/printf.c   va_start(ap,zFormat);
ap               1011 third_party/sqlite/src/src/printf.c   sqlite3VXPrintf(&acc, 0, zFormat, ap);
ap               1012 third_party/sqlite/src/src/printf.c   va_end(ap);
ap               1024 third_party/sqlite/src/src/printf.c   va_list ap;
ap               1025 third_party/sqlite/src/src/printf.c   va_start(ap,zFormat);
ap               1026 third_party/sqlite/src/src/printf.c   sqlite3VXPrintf(p, 1, zFormat, ap);
ap               1027 third_party/sqlite/src/src/printf.c   va_end(ap);
ap                251 third_party/sqlite/src/src/shell.c   va_list ap;
ap                254 third_party/sqlite/src/src/shell.c   va_start(ap, zFormat);
ap                255 third_party/sqlite/src/src/shell.c   z = sqlite3_vmprintf(zFormat, ap);
ap                256 third_party/sqlite/src/src/shell.c   va_end(ap);
ap                249 third_party/sqlite/src/src/test1.c   va_list ap;
ap                250 third_party/sqlite/src/src/test1.c   va_start(ap, zFormat);
ap                251 third_party/sqlite/src/src/test1.c   vfprintf(iotrace_file, zFormat, ap);
ap                252 third_party/sqlite/src/src/test1.c   va_end(ap);
ap                283 third_party/sqlite/src/src/test_syscall.c   va_list ap;
ap                288 third_party/sqlite/src/src/test_syscall.c   va_start(ap, cmd);
ap                289 third_party/sqlite/src/src/test_syscall.c   pArg = va_arg(ap, void *);
ap                274 third_party/sqlite/src/src/test_vfs.c   Tcl_Obj ** ap;
ap                281 third_party/sqlite/src/src/test_vfs.c     if( TCL_OK!=Tcl_ListObjGetElements(p->interp, p->pScript, &nScript, &ap) ){
ap                291 third_party/sqlite/src/src/test_vfs.c       p->apScript[i] = ap[i];
ap                106 third_party/sqlite/src/src/test_vfstrace.c   va_list ap;
ap                108 third_party/sqlite/src/src/test_vfstrace.c   va_start(ap, zFormat);
ap                109 third_party/sqlite/src/src/test_vfstrace.c   zMsg = sqlite3_vmprintf(zFormat, ap);
ap                110 third_party/sqlite/src/src/test_vfstrace.c   va_end(ap);
ap                122 third_party/sqlite/src/src/util.c       va_list ap;
ap                123 third_party/sqlite/src/src/util.c       va_start(ap, zFormat);
ap                124 third_party/sqlite/src/src/util.c       z = sqlite3VMPrintf(db, zFormat, ap);
ap                125 third_party/sqlite/src/src/util.c       va_end(ap);
ap                152 third_party/sqlite/src/src/util.c   va_list ap;
ap                154 third_party/sqlite/src/src/util.c   va_start(ap, zFormat);
ap                155 third_party/sqlite/src/src/util.c   zMsg = sqlite3VMPrintf(db, zFormat, ap);
ap                156 third_party/sqlite/src/src/util.c   va_end(ap);
ap                778 third_party/sqlite/src/src/vdbeaux.c   va_list ap;
ap                784 third_party/sqlite/src/src/vdbeaux.c     va_start(ap, zFormat);
ap                786 third_party/sqlite/src/src/vdbeaux.c     *pz = sqlite3VMPrintf(p->db, zFormat, ap);
ap                787 third_party/sqlite/src/src/vdbeaux.c     va_end(ap);
ap                791 third_party/sqlite/src/src/vdbeaux.c   va_list ap;
ap                798 third_party/sqlite/src/src/vdbeaux.c     va_start(ap, zFormat);
ap                800 third_party/sqlite/src/src/vdbeaux.c     *pz = sqlite3VMPrintf(p->db, zFormat, ap);
ap                801 third_party/sqlite/src/src/vdbeaux.c     va_end(ap);
ap                106 third_party/sqlite/src/test/threadtest1.c   va_list ap;
ap                108 third_party/sqlite/src/test/threadtest1.c   va_start(ap, zFormat);
ap                109 third_party/sqlite/src/test/threadtest1.c   zSql = sqlite3_vmprintf(zFormat, ap);
ap                110 third_party/sqlite/src/test/threadtest1.c   va_end(ap);
ap                141 third_party/sqlite/src/test/threadtest1.c   va_list ap;
ap                142 third_party/sqlite/src/test/threadtest1.c   va_start(ap, zFormat);
ap                143 third_party/sqlite/src/test/threadtest1.c   zSql = sqlite3_vmprintf(zFormat, ap);
ap                144 third_party/sqlite/src/test/threadtest1.c   va_end(ap);
ap                174 third_party/sqlite/src/test/threadtest1.c   va_list ap;
ap                177 third_party/sqlite/src/test/threadtest1.c   va_start(ap, az);
ap                178 third_party/sqlite/src/test/threadtest1.c   for(i=0; (z = va_arg(ap, char*))!=0; i++){
ap                186 third_party/sqlite/src/test/threadtest1.c   va_end(ap);
ap                589 third_party/sqlite/src/test/threadtest3.c   va_list ap                      /* SQL followed by parameters */
ap                595 third_party/sqlite/src/test/threadtest3.c   pStatement = getSqlStatement(pErr, pDb, va_arg(ap, const char *));
ap                600 third_party/sqlite/src/test/threadtest3.c     void * pArg = va_arg(ap, void*);
ap                626 third_party/sqlite/src/test/threadtest3.c     va_list ap;                   /* ... arguments */
ap                628 third_party/sqlite/src/test/threadtest3.c     va_start(ap, pDb);
ap                629 third_party/sqlite/src/test/threadtest3.c     pStmt = getAndBindSqlStatement(pErr, pDb, ap);
ap                643 third_party/sqlite/src/test/threadtest3.c     va_end(ap);
ap                665 third_party/sqlite/src/test/threadtest3.c     va_list ap;                   /* ... arguments */
ap                667 third_party/sqlite/src/test/threadtest3.c     va_start(ap, iSlot);
ap                668 third_party/sqlite/src/test/threadtest3.c     pStmt = getAndBindSqlStatement(pErr, pDb, ap);
ap                684 third_party/sqlite/src/test/threadtest3.c     va_end(ap);
ap                258 third_party/sqlite/src/tool/lemon.c   struct action *ap;       /* Array of actions for this state */
ap                415 third_party/sqlite/src/tool/lemon.c   struct action *ap
ap                417 third_party/sqlite/src/tool/lemon.c   ap = (struct action *)msort((char *)ap,(char **)&ap->next,
ap                419 third_party/sqlite/src/tool/lemon.c   return ap;
ap                842 third_party/sqlite/src/tool/lemon.c     stp->ap = 0;                 /* No actions, yet. */
ap                910 third_party/sqlite/src/tool/lemon.c         Action_add(&stp->ap,SHIFT,sp->subsym[i],(char*)newstp);
ap                913 third_party/sqlite/src/tool/lemon.c       Action_add(&stp->ap,SHIFT,sp,(char *)newstp);
ap               1012 third_party/sqlite/src/tool/lemon.c             Action_add(&stp->ap,REDUCE,lemp->symbols[j],(char *)cfp->rp);
ap               1029 third_party/sqlite/src/tool/lemon.c   Action_add(&lemp->sorted[0]->ap,ACCEPT,sp,0);
ap               1033 third_party/sqlite/src/tool/lemon.c     struct action *ap, *nap;
ap               1037 third_party/sqlite/src/tool/lemon.c     stp->ap = Action_sort(stp->ap);
ap               1038 third_party/sqlite/src/tool/lemon.c     for(ap=stp->ap; ap && ap->next; ap=ap->next){
ap               1039 third_party/sqlite/src/tool/lemon.c       for(nap=ap->next; nap && nap->sp==ap->sp; nap=nap->next){
ap               1042 third_party/sqlite/src/tool/lemon.c          lemp->nconflict += resolve_conflict(ap,nap,lemp->errsym);
ap               1050 third_party/sqlite/src/tool/lemon.c     struct action *ap;
ap               1051 third_party/sqlite/src/tool/lemon.c     for(ap=lemp->sorted[i]->ap; ap; ap=ap->next){
ap               1052 third_party/sqlite/src/tool/lemon.c       if( ap->type==REDUCE ) ap->x.rp->canReduce = LEMON_TRUE;
ap               1349 third_party/sqlite/src/tool/lemon.c   va_list ap;
ap               1351 third_party/sqlite/src/tool/lemon.c   va_start(ap, format);
ap               1352 third_party/sqlite/src/tool/lemon.c   vfprintf(stderr,format,ap);
ap               1353 third_party/sqlite/src/tool/lemon.c   va_end(ap);
ap               2890 third_party/sqlite/src/tool/lemon.c int PrintAction(struct action *ap, FILE *fp, int indent){
ap               2892 third_party/sqlite/src/tool/lemon.c   switch( ap->type ){
ap               2894 third_party/sqlite/src/tool/lemon.c       fprintf(fp,"%*s shift  %d",indent,ap->sp->name,ap->x.stp->statenum);
ap               2897 third_party/sqlite/src/tool/lemon.c       fprintf(fp,"%*s reduce %d",indent,ap->sp->name,ap->x.rp->index);
ap               2900 third_party/sqlite/src/tool/lemon.c       fprintf(fp,"%*s accept",indent,ap->sp->name);
ap               2903 third_party/sqlite/src/tool/lemon.c       fprintf(fp,"%*s error",indent,ap->sp->name);
ap               2908 third_party/sqlite/src/tool/lemon.c         indent,ap->sp->name,ap->x.rp->index);
ap               2912 third_party/sqlite/src/tool/lemon.c         indent,ap->sp->name,ap->x.stp->statenum);
ap               2917 third_party/sqlite/src/tool/lemon.c                 indent,ap->sp->name,ap->x.stp->statenum);
ap               2925 third_party/sqlite/src/tool/lemon.c                 indent,ap->sp->name,ap->x.rp->index);
ap               2943 third_party/sqlite/src/tool/lemon.c   struct action *ap;
ap               2972 third_party/sqlite/src/tool/lemon.c     for(ap=stp->ap; ap; ap=ap->next){
ap               2973 third_party/sqlite/src/tool/lemon.c       if( PrintAction(ap,fp,30) ) fprintf(fp,"\n");
ap               3052 third_party/sqlite/src/tool/lemon.c PRIVATE int compute_action(struct lemon *lemp, struct action *ap)
ap               3055 third_party/sqlite/src/tool/lemon.c   switch( ap->type ){
ap               3056 third_party/sqlite/src/tool/lemon.c     case SHIFT:  act = ap->x.stp->statenum;            break;
ap               3057 third_party/sqlite/src/tool/lemon.c     case REDUCE: act = ap->x.rp->index + lemp->nstate; break;
ap               3609 third_party/sqlite/src/tool/lemon.c   struct action *ap;
ap               3744 third_party/sqlite/src/tool/lemon.c       for(ap=stp->ap; ap; ap=ap->next){
ap               3746 third_party/sqlite/src/tool/lemon.c         if( ap->sp->index>=lemp->nterminal ) continue;
ap               3747 third_party/sqlite/src/tool/lemon.c         action = compute_action(lemp, ap);
ap               3749 third_party/sqlite/src/tool/lemon.c         acttab_action(pActtab, ap->sp->index, action);
ap               3755 third_party/sqlite/src/tool/lemon.c       for(ap=stp->ap; ap; ap=ap->next){
ap               3757 third_party/sqlite/src/tool/lemon.c         if( ap->sp->index<lemp->nterminal ) continue;
ap               3758 third_party/sqlite/src/tool/lemon.c         if( ap->sp->index==lemp->nsymbol ) continue;
ap               3759 third_party/sqlite/src/tool/lemon.c         action = compute_action(lemp, ap);
ap               3761 third_party/sqlite/src/tool/lemon.c         acttab_action(pActtab, ap->sp->index, action);
ap               4087 third_party/sqlite/src/tool/lemon.c   struct action *ap, *ap2;
ap               4099 third_party/sqlite/src/tool/lemon.c     for(ap=stp->ap; ap; ap=ap->next){
ap               4100 third_party/sqlite/src/tool/lemon.c       if( ap->type==SHIFT && ap->sp==lemp->wildcard ){
ap               4103 third_party/sqlite/src/tool/lemon.c       if( ap->type!=REDUCE ) continue;
ap               4104 third_party/sqlite/src/tool/lemon.c       rp = ap->x.rp;
ap               4108 third_party/sqlite/src/tool/lemon.c       for(ap2=ap->next; ap2; ap2=ap2->next){
ap               4128 third_party/sqlite/src/tool/lemon.c     for(ap=stp->ap; ap; ap=ap->next){
ap               4129 third_party/sqlite/src/tool/lemon.c       if( ap->type==REDUCE && ap->x.rp==rbest ) break;
ap               4131 third_party/sqlite/src/tool/lemon.c     assert( ap );
ap               4132 third_party/sqlite/src/tool/lemon.c     ap->sp = Symbol_new("{default}");
ap               4133 third_party/sqlite/src/tool/lemon.c     for(ap=ap->next; ap; ap=ap->next){
ap               4134 third_party/sqlite/src/tool/lemon.c       if( ap->type==REDUCE && ap->x.rp==rbest ) ap->type = NOT_USED;
ap               4136 third_party/sqlite/src/tool/lemon.c     stp->ap = Action_sort(stp->ap);
ap               4172 third_party/sqlite/src/tool/lemon.c   struct action *ap;
ap               4180 third_party/sqlite/src/tool/lemon.c     for(ap=stp->ap; ap; ap=ap->next){
ap               4181 third_party/sqlite/src/tool/lemon.c       if( compute_action(lemp,ap)>=0 ){
ap               4182 third_party/sqlite/src/tool/lemon.c         if( ap->sp->index<lemp->nterminal ){
ap               4184 third_party/sqlite/src/tool/lemon.c         }else if( ap->sp->index<lemp->nsymbol ){
ap               4187 third_party/sqlite/src/tool/lemon.c           stp->iDflt = compute_action(lemp, ap);
ap                355 third_party/talloc/libreplace/replace.h int rep_vasprintf(char **ptr, const char *format, va_list ap) PRINTF_ATTRIBUTE(2,0);
ap                365 third_party/talloc/libreplace/replace.h int rep_vsnprintf(char *,size_t ,const char *, va_list ap) PRINTF_ATTRIBUTE(3,0);
ap               1205 third_party/talloc/libreplace/snprintf.c 	va_list ap;
ap               1207 third_party/talloc/libreplace/snprintf.c 	va_start(ap, fmt);
ap               1208 third_party/talloc/libreplace/snprintf.c 	ret = vsnprintf(str, count, fmt, ap);
ap               1209 third_party/talloc/libreplace/snprintf.c 	va_end(ap);
ap               1217 third_party/talloc/libreplace/snprintf.c 	va_list ap;
ap               1222 third_party/talloc/libreplace/snprintf.c 	va_start(ap, fmt);
ap               1223 third_party/talloc/libreplace/snprintf.c 	ret = vasprintf(&s, fmt, ap);
ap               1224 third_party/talloc/libreplace/snprintf.c 	va_end(ap);
ap               1238 third_party/talloc/libreplace/snprintf.c 	va_list ap;
ap               1243 third_party/talloc/libreplace/snprintf.c 	va_start(ap, fmt);
ap               1244 third_party/talloc/libreplace/snprintf.c 	ret = vasprintf(&s, fmt, ap);
ap               1245 third_party/talloc/libreplace/snprintf.c 	va_end(ap);
ap               1259 third_party/talloc/libreplace/snprintf.c  int vasprintf(char **ptr, const char *format, va_list ap)
ap               1264 third_party/talloc/libreplace/snprintf.c 	VA_COPY(ap2, ap);
ap               1272 third_party/talloc/libreplace/snprintf.c 	VA_COPY(ap2, ap);
ap               1284 third_party/talloc/libreplace/snprintf.c 	va_list ap;
ap               1288 third_party/talloc/libreplace/snprintf.c 	va_start(ap, format);
ap               1289 third_party/talloc/libreplace/snprintf.c 	ret = vasprintf(ptr, format, ap);
ap               1290 third_party/talloc/libreplace/snprintf.c 	va_end(ap);
ap                170 third_party/talloc/talloc.c 	va_list ap;
ap                177 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap                178 third_party/talloc/talloc.c 	message = talloc_vasprintf(NULL, fmt, ap);
ap                179 third_party/talloc/talloc.c 	va_end(ap);
ap                888 third_party/talloc/talloc.c static INLINE const char *talloc_set_name_v(const void *ptr, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
ap                890 third_party/talloc/talloc.c static INLINE const char *talloc_set_name_v(const void *ptr, const char *fmt, va_list ap)
ap                893 third_party/talloc/talloc.c 	tc->name = talloc_vasprintf(ptr, fmt, ap);
ap                906 third_party/talloc/talloc.c 	va_list ap;
ap                907 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap                908 third_party/talloc/talloc.c 	name = talloc_set_name_v(ptr, fmt, ap);
ap                909 third_party/talloc/talloc.c 	va_end(ap);
ap                921 third_party/talloc/talloc.c 	va_list ap;
ap                928 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap                929 third_party/talloc/talloc.c 	name = talloc_set_name_v(ptr, fmt, ap);
ap                930 third_party/talloc/talloc.c 	va_end(ap);
ap               1012 third_party/talloc/talloc.c 	va_list ap;
ap               1026 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap               1027 third_party/talloc/talloc.c 	name = talloc_set_name_v(ptr, fmt, ap);
ap               1028 third_party/talloc/talloc.c 	va_end(ap);
ap               1721 third_party/talloc/talloc.c char *talloc_vasprintf(const void *t, const char *fmt, va_list ap)
ap               1727 third_party/talloc/talloc.c 	va_copy(ap2, ap);
ap               1737 third_party/talloc/talloc.c 	va_copy(ap2, ap);
ap               1752 third_party/talloc/talloc.c 	va_list ap;
ap               1755 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap               1756 third_party/talloc/talloc.c 	ret = talloc_vasprintf(t, fmt, ap);
ap               1757 third_party/talloc/talloc.c 	va_end(ap);
ap               1762 third_party/talloc/talloc.c 						 const char *fmt, va_list ap)
ap               1766 third_party/talloc/talloc.c 						 const char *fmt, va_list ap)
ap               1776 third_party/talloc/talloc.c 	va_copy(ap2, ap);
ap               1793 third_party/talloc/talloc.c 	va_copy(ap2, ap);
ap               1807 third_party/talloc/talloc.c char *talloc_vasprintf_append(char *s, const char *fmt, va_list ap)
ap               1810 third_party/talloc/talloc.c 		return talloc_vasprintf(NULL, fmt, ap);
ap               1813 third_party/talloc/talloc.c 	return __talloc_vaslenprintf_append(s, strlen(s), fmt, ap);
ap               1821 third_party/talloc/talloc.c char *talloc_vasprintf_append_buffer(char *s, const char *fmt, va_list ap)
ap               1826 third_party/talloc/talloc.c 		return talloc_vasprintf(NULL, fmt, ap);
ap               1834 third_party/talloc/talloc.c 	return __talloc_vaslenprintf_append(s, slen, fmt, ap);
ap               1844 third_party/talloc/talloc.c 	va_list ap;
ap               1846 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap               1847 third_party/talloc/talloc.c 	s = talloc_vasprintf_append(s, fmt, ap);
ap               1848 third_party/talloc/talloc.c 	va_end(ap);
ap               1859 third_party/talloc/talloc.c 	va_list ap;
ap               1861 third_party/talloc/talloc.c 	va_start(ap, fmt);
ap               1862 third_party/talloc/talloc.c 	s = talloc_vasprintf_append_buffer(s, fmt, ap);
ap               1863 third_party/talloc/talloc.c 	va_end(ap);
ap                194 third_party/talloc/talloc.h char *talloc_vasprintf(const void *t, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
ap                195 third_party/talloc/talloc.h char *talloc_vasprintf_append(char *s, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
ap                196 third_party/talloc/talloc.h char *talloc_vasprintf_append_buffer(char *s, const char *fmt, va_list ap) PRINTF_ATTRIBUTE(2,0);
ap                374 third_party/tcmalloc/chromium/src/base/elfcore.h                         va_list ap
ap               2246 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     va_list ap;
ap               2248 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     va_start(ap, flags);
ap               2249 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     new_address = va_arg(ap, void *);
ap               2252 third_party/tcmalloc/chromium/src/base/linux_syscall_support.h     va_end(ap);
ap                242 third_party/tcmalloc/chromium/src/base/linuxthreads.cc   va_list     ap;
ap                489 third_party/tcmalloc/chromium/src/base/linuxthreads.cc                                       pids, args->ap);
ap                540 third_party/tcmalloc/chromium/src/base/linuxthreads.cc   va_start(args.ap, callback);
ap                643 third_party/tcmalloc/chromium/src/base/linuxthreads.cc   va_end(args.ap);
ap                202 third_party/tcmalloc/chromium/src/base/logging.h inline void LogPrintf(int severity, const char* pat, va_list ap) {
ap                206 third_party/tcmalloc/chromium/src/base/logging.h   perftools_vsnprintf(buf, sizeof(buf)-1, pat, ap);
ap                253 third_party/tcmalloc/chromium/src/base/logging.h     va_list ap;                                 \
ap                254 third_party/tcmalloc/chromium/src/base/logging.h     va_start(ap, pat);                          \
ap                255 third_party/tcmalloc/chromium/src/base/logging.h     LogPrintf(severity, pat, ap);               \
ap                256 third_party/tcmalloc/chromium/src/base/logging.h     va_end(ap);                                 \
ap                 54 third_party/tcmalloc/chromium/src/base/thread_lister.c   va_list ap;
ap                 62 third_party/tcmalloc/chromium/src/base/thread_lister.c   va_start(ap, callback);
ap                 64 third_party/tcmalloc/chromium/src/base/thread_lister.c   rc = callback(parameter, 1, &pid, ap);
ap                 65 third_party/tcmalloc/chromium/src/base/thread_lister.c   va_end(ap);
ap                 47 third_party/tcmalloc/chromium/src/base/thread_lister.h                                              va_list ap);
ap                862 third_party/tcmalloc/chromium/src/debugallocation.cc   va_list ap;
ap                863 third_party/tcmalloc/chromium/src/debugallocation.cc   va_start(ap, fmt);
ap                873 third_party/tcmalloc/chromium/src/debugallocation.cc         s = va_arg(ap, char *);
ap                875 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, long);
ap                879 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, unsigned long);
ap                883 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, size_t);
ap                887 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, unsigned int);
ap                890 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, int);
ap                893 third_party/tcmalloc/chromium/src/debugallocation.cc         l = va_arg(ap, intptr_t);
ap                930 third_party/tcmalloc/chromium/src/debugallocation.cc   va_end(ap);
ap                273 third_party/tcmalloc/chromium/src/gperftools/heap-checker.h                                      va_list ap);
ap               1242 third_party/tcmalloc/chromium/src/heap-checker.cc                        pid_t* thread_pids, va_list ap) {
ap                179 third_party/tcmalloc/chromium/src/internal_logging.cc     va_list ap;
ap                180 third_party/tcmalloc/chromium/src/internal_logging.cc     va_start(ap, format);
ap                181 third_party/tcmalloc/chromium/src/internal_logging.cc     const int r = perftools_vsnprintf(buf_, left_, format, ap);
ap                182 third_party/tcmalloc/chromium/src/internal_logging.cc     va_end(ap);
ap                222 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   va_list ap;
ap                223 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   va_start(ap, flags);
ap                224 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   void *new_address = va_arg(ap, void *);
ap                225 third_party/tcmalloc/chromium/src/malloc_hook_mmap_linux.h   va_end(ap);
ap                 52 third_party/tcmalloc/chromium/src/raw_printer.cc     va_list ap;
ap                 53 third_party/tcmalloc/chromium/src/raw_printer.cc     va_start(ap, format);
ap                 57 third_party/tcmalloc/chromium/src/raw_printer.cc     const int r = perftools_vsnprintf(ptr_, avail+1, format, ap);
ap                 58 third_party/tcmalloc/chromium/src/raw_printer.cc     va_end(ap);
ap                 88 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   va_list ap;
ap                 89 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   va_start(ap, format);
ap                 90 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   perftools_vsnprintf(buf, sizeof(buf), format, ap);
ap                 91 third_party/tcmalloc/chromium/src/tests/sampler_test.cc   va_end(ap);
ap                308 third_party/tcmalloc/chromium/src/windows/port.h                                va_list ap) {
ap                309 third_party/tcmalloc/chromium/src/windows/port.h   return vsnprintf_s(str, size, _TRUNCATE, format, ap);
ap                313 third_party/tcmalloc/chromium/src/windows/port.h                                va_list ap) {
ap                317 third_party/tcmalloc/chromium/src/windows/port.h   return _vsnprintf(str, size-1, format, ap);
ap                323 third_party/tcmalloc/chromium/src/windows/port.h   va_list ap;
ap                325 third_party/tcmalloc/chromium/src/windows/port.h   va_start(ap, format);
ap                326 third_party/tcmalloc/chromium/src/windows/port.h   r = perftools_vsnprintf(str, size, format, ap);
ap                327 third_party/tcmalloc/chromium/src/windows/port.h   va_end(ap);
ap                353 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc int safe_vsnprintf(char *str, size_t size, const char *format, va_list ap) {
ap                357 third_party/tcmalloc/chromium/src/windows/preamble_patcher_test.cc   return _vsnprintf(str, size-1, format, ap);
ap                374 third_party/tcmalloc/vendor/src/base/elfcore.h                         va_list ap
ap               2150 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h     va_list ap;
ap               2152 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h     va_start(ap, flags);
ap               2153 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h     new_address = va_arg(ap, void *);
ap               2156 third_party/tcmalloc/vendor/src/base/linux_syscall_support.h     va_end(ap);
ap                242 third_party/tcmalloc/vendor/src/base/linuxthreads.cc   va_list     ap;
ap                489 third_party/tcmalloc/vendor/src/base/linuxthreads.cc                                       pids, args->ap);
ap                540 third_party/tcmalloc/vendor/src/base/linuxthreads.cc   va_start(args.ap, callback);
ap                643 third_party/tcmalloc/vendor/src/base/linuxthreads.cc   va_end(args.ap);
ap                197 third_party/tcmalloc/vendor/src/base/logging.h inline void LogPrintf(int severity, const char* pat, va_list ap) {
ap                201 third_party/tcmalloc/vendor/src/base/logging.h   perftools_vsnprintf(buf, sizeof(buf)-1, pat, ap);
ap                219 third_party/tcmalloc/vendor/src/base/logging.h     va_list ap;                                 \
ap                220 third_party/tcmalloc/vendor/src/base/logging.h     va_start(ap, pat);                          \
ap                221 third_party/tcmalloc/vendor/src/base/logging.h     LogPrintf(severity, pat, ap);               \
ap                222 third_party/tcmalloc/vendor/src/base/logging.h     va_end(ap);                                 \
ap                 54 third_party/tcmalloc/vendor/src/base/thread_lister.c   va_list ap;
ap                 62 third_party/tcmalloc/vendor/src/base/thread_lister.c   va_start(ap, callback);
ap                 64 third_party/tcmalloc/vendor/src/base/thread_lister.c   rc = callback(parameter, 1, &pid, ap);
ap                 65 third_party/tcmalloc/vendor/src/base/thread_lister.c   va_end(ap);
ap                 47 third_party/tcmalloc/vendor/src/base/thread_lister.h                                              va_list ap);
ap                855 third_party/tcmalloc/vendor/src/debugallocation.cc   va_list ap;
ap                856 third_party/tcmalloc/vendor/src/debugallocation.cc   va_start(ap, fmt);
ap                866 third_party/tcmalloc/vendor/src/debugallocation.cc         s = va_arg(ap, char *);
ap                868 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, long);
ap                872 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, unsigned long);
ap                876 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, size_t);
ap                880 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, unsigned int);
ap                883 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, int);
ap                886 third_party/tcmalloc/vendor/src/debugallocation.cc         l = va_arg(ap, intptr_t);
ap                923 third_party/tcmalloc/vendor/src/debugallocation.cc   va_end(ap);
ap                273 third_party/tcmalloc/vendor/src/gperftools/heap-checker.h                                      va_list ap);
ap               1242 third_party/tcmalloc/vendor/src/heap-checker.cc                        pid_t* thread_pids, va_list ap) {
ap                178 third_party/tcmalloc/vendor/src/internal_logging.cc     va_list ap;
ap                179 third_party/tcmalloc/vendor/src/internal_logging.cc     va_start(ap, format);
ap                180 third_party/tcmalloc/vendor/src/internal_logging.cc     const int r = perftools_vsnprintf(buf_, left_, format, ap);
ap                181 third_party/tcmalloc/vendor/src/internal_logging.cc     va_end(ap);
ap                194 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   va_list ap;
ap                195 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   va_start(ap, flags);
ap                196 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   void *new_address = va_arg(ap, void *);
ap                197 third_party/tcmalloc/vendor/src/malloc_hook_mmap_linux.h   va_end(ap);
ap                 52 third_party/tcmalloc/vendor/src/raw_printer.cc     va_list ap;
ap                 53 third_party/tcmalloc/vendor/src/raw_printer.cc     va_start(ap, format);
ap                 57 third_party/tcmalloc/vendor/src/raw_printer.cc     const int r = perftools_vsnprintf(ptr_, avail+1, format, ap);
ap                 58 third_party/tcmalloc/vendor/src/raw_printer.cc     va_end(ap);
ap                 88 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   va_list ap;
ap                 89 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   va_start(ap, format);
ap                 90 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   perftools_vsnprintf(buf, sizeof(buf), format, ap);
ap                 91 third_party/tcmalloc/vendor/src/tests/sampler_test.cc   va_end(ap);
ap                305 third_party/tcmalloc/vendor/src/windows/port.h                                va_list ap) {
ap                306 third_party/tcmalloc/vendor/src/windows/port.h   return vsnprintf_s(str, size, _TRUNCATE, format, ap);
ap                310 third_party/tcmalloc/vendor/src/windows/port.h                                va_list ap) {
ap                314 third_party/tcmalloc/vendor/src/windows/port.h   return _vsnprintf(str, size-1, format, ap);
ap                320 third_party/tcmalloc/vendor/src/windows/port.h   va_list ap;
ap                322 third_party/tcmalloc/vendor/src/windows/port.h   va_start(ap, format);
ap                323 third_party/tcmalloc/vendor/src/windows/port.h   r = perftools_vsnprintf(str, size, format, ap);
ap                324 third_party/tcmalloc/vendor/src/windows/port.h   va_end(ap);
ap                353 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc int safe_vsnprintf(char *str, size_t size, const char *format, va_list ap) {
ap                357 third_party/tcmalloc/vendor/src/windows/preamble_patcher_test.cc   return _vsnprintf(str, size-1, format, ap);
ap                 69 tools/android/forwarder2/common.h     va_list ap;
ap                 70 tools/android/forwarder2/common.h     va_start(ap, format);
ap                 72 tools/android/forwarder2/common.h         write_ptr_, BufferSize - (write_ptr_ - buffer_), format, ap);
ap                 73 tools/android/forwarder2/common.h     va_end(ap);
ap                 60 ui/views/examples/example_base.cc   va_list ap;
ap                 61 ui/views/examples/example_base.cc   va_start(ap, format);
ap                 63 ui/views/examples/example_base.cc   base::StringAppendV(&msg, format, ap);