prefix 215 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String prefix = "mailto:"; prefix 216 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = fullPageLink(prefix + email, ANCHOR_TEXT); prefix 220 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java pollForHrefAndImageSrcOnUiThread(prefix + email, ANCHOR_TEXT, null); prefix 237 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String prefix = "geo:0,0?q="; prefix 238 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = fullPageLink(prefix + location, ANCHOR_TEXT); prefix 242 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java pollForHrefAndImageSrcOnUiThread(prefix + location, ANCHOR_TEXT, null); prefix 260 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String prefix = "tel:"; prefix 265 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java pollForHrefAndImageSrcOnUiThread(prefix + phone_num, ANCHOR_TEXT, null); prefix 66 android_webview/renderer/aw_render_view_ext.cc bool RemovePrefixAndAssignIfMatches(const base::StringPiece& prefix, prefix 71 android_webview/renderer/aw_render_view_ext.cc if (spec.starts_with(prefix)) { prefix 73 android_webview/renderer/aw_render_view_ext.cc url_util::DecodeURLEscapeSequences(spec.data() + prefix.length(), prefix 74 android_webview/renderer/aw_render_view_ext.cc spec.length() - prefix.length(), &output); prefix 47 base/command_line.cc CommandLine::StringType prefix(kSwitchPrefixes[i]); prefix 48 base/command_line.cc if (string.compare(0, prefix.length(), prefix) == 0) prefix 49 base/command_line.cc return prefix.length(); prefix 243 base/file_util.h BASE_EXPORT bool CreateNewTempDirectory(const FilePath::StringType& prefix, prefix 250 base/file_util.h const FilePath::StringType& prefix, prefix 543 base/file_util_posix.cc const FilePath::StringType& prefix, prefix 545 base/file_util_posix.cc FilePath::StringType mkdtemp_template = prefix; prefix 550 base/file_util_posix.cc bool CreateNewTempDirectory(const FilePath::StringType& prefix, prefix 331 base/file_util_win.cc const FilePath::StringType& prefix, prefix 341 base/file_util_win.cc new_dir_name.assign(prefix); prefix 356 base/file_util_win.cc bool CreateNewTempDirectory(const FilePath::StringType& prefix, prefix 364 base/file_util_win.cc return CreateTemporaryDirInDir(system_temp_dir, prefix, new_temp_path); prefix 699 base/file_util_win.cc size_t prefix = path.StripTrailingSeparators().value().size() + 1; prefix 702 base/file_util_win.cc int whole_path_limit = std::max(0, MAX_PATH - 1 - static_cast<int>(prefix)); prefix 219 base/strings/safe_sprintf.cc char pad, size_t padding, const char* prefix); prefix 275 base/strings/safe_sprintf.cc char pad, size_t padding, const char* prefix) { prefix 284 base/strings/safe_sprintf.cc DEBUG_CHECK(!(sign && prefix && *prefix)); prefix 297 base/strings/safe_sprintf.cc prefix = "-"; prefix 319 base/strings/safe_sprintf.cc if (prefix && *prefix) { prefix 321 base/strings/safe_sprintf.cc while (*prefix) { prefix 325 base/strings/safe_sprintf.cc Out(*prefix++); prefix 327 base/strings/safe_sprintf.cc prefix = NULL; prefix 329 base/strings/safe_sprintf.cc for (reverse_prefix = prefix; *reverse_prefix; ++reverse_prefix) { prefix 333 base/strings/safe_sprintf.cc prefix = NULL; prefix 334 base/strings/safe_sprintf.cc const size_t prefix_length = reverse_prefix - prefix; prefix 376 base/strings/safe_sprintf.cc if (reverse_prefix > prefix) { prefix 405 base/strings/safe_sprintf.cc } while (num || padding || (reverse_prefix > prefix)); prefix 530 base/strings/safe_sprintf.cc const char* prefix = NULL; prefix 566 base/strings/safe_sprintf.cc prefix = "0x"; prefix 577 base/strings/safe_sprintf.cc pad, padding, prefix); prefix 178 base/third_party/symbolize/demangle.cc static bool StrPrefix(const char *str, const char *prefix) { prefix 180 base/third_party/symbolize/demangle.cc while (str[i] != '\0' && prefix[i] != '\0' && prefix 181 base/third_party/symbolize/demangle.cc str[i] == prefix[i]) { prefix 184 base/third_party/symbolize/demangle.cc return prefix[i] == '\0'; // Consumed everything in "prefix". prefix 41 base/third_party/xdg_mime/xdgmime.h #define _XDG_ENTRY2(prefix,func) _XDG_ENTRY3(prefix,func) prefix 42 base/third_party/xdg_mime/xdgmime.h #define _XDG_ENTRY3(prefix,func) prefix##_##func prefix 45 base/third_party/xdg_mime/xdgmime.h #define _XDG_RESERVED_ENTRY2(prefix,func) _XDG_RESERVED_ENTRY3(prefix,func) prefix 46 base/third_party/xdg_mime/xdgmime.h #define _XDG_RESERVED_ENTRY3(prefix,func) _##prefix##_##func prefix 482 base/threading/sequenced_worker_pool.cc const std::string& prefix) prefix 484 base/threading/sequenced_worker_pool.cc prefix + StringPrintf("Worker%d", thread_number).c_str()), prefix 234 chrome/browser/apps/web_view_interactive_browsertest.cc const char* prefix = "DragDropWithinWebView"; prefix 235 chrome/browser/apps/web_view_interactive_browsertest.cc if (!strncmp(test_info->name(), prefix, strlen(prefix))) { prefix 382 chrome/browser/autocomplete/autocomplete_match.cc static const char prefix[] = "www."; prefix 383 chrome/browser/autocomplete/autocomplete_match.cc static const size_t prefix_len = arraysize(prefix) - 1; prefix 385 chrome/browser/autocomplete/autocomplete_match.cc if (host.compare(0, prefix_len, prefix) == 0) { prefix 47 chrome/browser/autocomplete/autocomplete_provider_unittest.cc TestProvider(int relevance, const base::string16& prefix, prefix 52 chrome/browser/autocomplete/autocomplete_provider_unittest.cc prefix_(prefix), prefix 360 chrome/browser/autocomplete/base_search_provider.cc const URLPrefix* prefix = prefix 362 chrome/browser/autocomplete/base_search_provider.cc size_t match_start = (prefix == NULL) ? prefix 363 chrome/browser/autocomplete/base_search_provider.cc formatted_url_.find(input_text) : prefix->prefix.length(); prefix 365 chrome/browser/autocomplete/base_search_provider.cc (!prefix || (match_start != 0)); prefix 462 chrome/browser/autocomplete/history_url_provider.cc best_prefix->prefix.length() - offset, text.length(), prefix 541 chrome/browser/autocomplete/history_url_provider.cc base::UTF16ToUTF8(i->prefix + params->input.text()), prefix 551 chrome/browser/autocomplete/history_url_provider.cc history_matches.push_back(history::HistoryMatch(*j, i->prefix.length(), prefix 1259 chrome/browser/autocomplete/search_provider.cc const URLPrefix* prefix = prefix 1261 chrome/browser/autocomplete/search_provider.cc size_t match_start = (prefix == NULL) ? prefix 1262 chrome/browser/autocomplete/search_provider.cc navigation.formatted_url().find(input) : prefix->prefix.length(); prefix 1264 chrome/browser/autocomplete/search_provider.cc (!prefix || (match_start != 0)); prefix 1270 chrome/browser/autocomplete/search_provider.cc size_t inline_autocomplete_offset = (prefix == NULL) ? prefix 282 chrome/browser/autocomplete/shortcuts_provider.cc best_prefix->prefix.length() + matching_string->length()); prefix 11 chrome/browser/autocomplete/url_prefix.cc URLPrefix::URLPrefix(const base::string16& prefix, size_t num_components) prefix 12 chrome/browser/autocomplete/url_prefix.cc : prefix(prefix), prefix 33 chrome/browser/autocomplete/url_prefix.cc bool URLPrefix::IsURLPrefix(const base::string16& prefix) { prefix 36 chrome/browser/autocomplete/url_prefix.cc if (i->prefix == prefix) prefix 52 chrome/browser/autocomplete/url_prefix.cc bool URLPrefix::PrefixMatch(const URLPrefix& prefix, prefix 55 chrome/browser/autocomplete/url_prefix.cc return StartsWith(text, prefix.prefix + prefix_suffix, false); prefix 18 chrome/browser/autocomplete/url_prefix.h URLPrefix(const base::string16& prefix, size_t num_components); prefix 24 chrome/browser/autocomplete/url_prefix.h static bool IsURLPrefix(const base::string16& prefix); prefix 36 chrome/browser/autocomplete/url_prefix.h static bool PrefixMatch(const URLPrefix& prefix, prefix 40 chrome/browser/autocomplete/url_prefix.h base::string16 prefix; prefix 102 chrome/browser/autocomplete/zero_suggest_provider.cc base::string16 prefix; prefix 103 chrome/browser/autocomplete/zero_suggest_provider.cc TemplateURLRef::SearchTermsArgs search_term_args(prefix); prefix 423 chrome/browser/bookmarks/bookmark_codec.cc const std::string& prefix, prefix 429 chrome/browser/bookmarks/bookmark_codec.cc DecodeMetaInfoHelper(*subdict, prefix + it.key() + ".", meta_info_map); prefix 431 chrome/browser/bookmarks/bookmark_codec.cc it.value().GetAsString(&(*meta_info_map)[prefix + it.key()]); prefix 155 chrome/browser/bookmarks/bookmark_codec.h const std::string& prefix, prefix 75 chrome/browser/chromeos/login/default_user_images.cc std::string GetDefaultImageString(int index, const std::string& prefix) { prefix 80 chrome/browser/chromeos/login/default_user_images.cc return base::StringPrintf("%s%d", prefix.c_str(), index); prefix 87 chrome/browser/chromeos/login/default_user_images.cc const std::string& prefix, prefix 90 chrome/browser/chromeos/login/default_user_images.cc if (!StartsWithASCII(s, prefix, true)) prefix 94 chrome/browser/chromeos/login/default_user_images.cc if (base::StringToInt(base::StringPiece(s.begin() + prefix.length(), prefix 101 chrome/browser/chromeos/profiles/profile_helper.cc std::string prefix(chrome::kProfileDirPrefix); prefix 102 chrome/browser/chromeos/profiles/profile_helper.cc if (profile_dir.find(prefix) != 0) { prefix 107 chrome/browser/chromeos/profiles/profile_helper.cc return profile_dir.substr(prefix.length(), prefix 108 chrome/browser/chromeos/profiles/profile_helper.cc profile_dir.length() - prefix.length()); prefix 300 chrome/browser/download/save_page_browsertest.cc GURL NavigateToMockURL(const std::string& prefix) { prefix 302 chrome/browser/download/save_page_browsertest.cc base::FilePath(kTestDir).AppendASCII(prefix + ".htm")); prefix 308 chrome/browser/download/save_page_browsertest.cc void GetDestinationPaths(const std::string& prefix, prefix 311 chrome/browser/download/save_page_browsertest.cc *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm"); prefix 312 chrome/browser/download/save_page_browsertest.cc *dir = save_dir_.path().AppendASCII(prefix + "_files"); prefix 664 chrome/browser/enumerate_modules_model_win.cc base::string16 prefix = mapping->first; prefix 665 chrome/browser/enumerate_modules_model_win.cc if (StartsWith(location, prefix, false)) { prefix 667 chrome/browser/enumerate_modules_model_win.cc location.substr(prefix.length() - 1); prefix 161 chrome/browser/extensions/activity_log/uma_policy.cc std::string prefix = "ExtensionActivity."; prefix 163 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CONTENT_SCRIPT), prefix 165 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(READ_DOM), prefix 167 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(MODIFIED_DOM), prefix 169 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(DOM_METHOD), prefix 171 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(DOCUMENT_WRITE), prefix 173 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(INNER_HTML), prefix 175 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_SCRIPT), prefix 177 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_IFRAME), prefix 179 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_DIV), prefix 181 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_LINK), prefix 183 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_INPUT), prefix 185 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_EMBED), prefix 187 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_OBJECT), prefix 190 chrome/browser/extensions/activity_log/uma_policy.cc prefix += "Google."; prefix 191 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CONTENT_SCRIPT), prefix 193 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(READ_DOM), prefix 195 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(MODIFIED_DOM), prefix 197 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(DOM_METHOD), prefix 199 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(DOCUMENT_WRITE), prefix 201 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(INNER_HTML), prefix 203 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_SCRIPT), prefix 205 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_IFRAME), prefix 207 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_DIV), prefix 209 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_LINK), prefix 211 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_INPUT), prefix 213 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_EMBED), prefix 215 chrome/browser/extensions/activity_log/uma_policy.cc UMA_HISTOGRAM_COUNTS_100(prefix + GetHistogramName(CREATED_OBJECT), prefix 36 chrome/browser/extensions/activity_log/uma_policy_browsertest.cc std::string ConcatNames(const char* prefix, int status_num) { prefix 39 chrome/browser/extensions/activity_log/uma_policy_browsertest.cc prefix, prefix 171 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc std::string prefix(kRedirectPrefix); prefix 173 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc if (StartsWithASCII(title, prefix, true)) { prefix 174 chrome/browser/extensions/api/identity/gaia_web_auth_flow.cc GURL url(title.substr(prefix.length(), std::string::npos)); prefix 42 chrome/browser/extensions/user_script_master.cc const base::StringPiece& prefix, prefix 44 chrome/browser/extensions/user_script_master.cc base::StringPiece::size_type index = line.find(prefix); prefix 48 chrome/browser/extensions/user_script_master.cc std::string temp(line.data() + index + prefix.length(), prefix 49 chrome/browser/extensions/user_script_master.cc line.length() - index - prefix.length()); prefix 1124 chrome/browser/history/history_backend.cc const base::string16& prefix, prefix 1130 chrome/browser/history/history_backend.cc db_->GetMostRecentKeywordSearchTerms(keyword_id, prefix, max_count, prefix 300 chrome/browser/history/history_backend.h const base::string16& prefix, prefix 367 chrome/browser/history/history_service.cc const base::string16& prefix, prefix 375 chrome/browser/history/history_service.cc keyword_id, prefix, max_count); prefix 491 chrome/browser/history/history_service.h const base::string16& prefix, prefix 268 chrome/browser/history/url_database.cc bool URLDatabase::AutocompleteForPrefix(const std::string& prefix, prefix 298 chrome/browser/history/url_database.cc std::string end_query(prefix); prefix 301 chrome/browser/history/url_database.cc statement.BindString(0, prefix); prefix 518 chrome/browser/history/url_database.cc const base::string16& prefix, prefix 527 chrome/browser/history/url_database.cc DCHECK(!prefix.empty()); prefix 536 chrome/browser/history/url_database.cc base::string16 lower_prefix = base::i18n::ToLower(prefix); prefix 166 chrome/browser/history/url_database.h bool AutocompleteForPrefix(const std::string& prefix, prefix 217 chrome/browser/history/url_database.h const base::string16& prefix, prefix 104 chrome/browser/managed_mode/managed_user_settings_service.cc const std::string& prefix, prefix 106 chrome/browser/managed_mode/managed_user_settings_service.cc return prefix + kSplitSettingKeySeparator + key; prefix 335 chrome/browser/managed_mode/managed_user_settings_service.cc std::string prefix = key->substr(0, pos); prefix 337 chrome/browser/managed_mode/managed_user_settings_service.cc if (!split_settings->GetDictionary(prefix, &dict)) { prefix 339 chrome/browser/managed_mode/managed_user_settings_service.cc DCHECK(!split_settings->HasKey(prefix)); prefix 340 chrome/browser/managed_mode/managed_user_settings_service.cc split_settings->Set(prefix, dict); prefix 92 chrome/browser/managed_mode/managed_user_settings_service.h static std::string MakeSplitSettingKey(const std::string& prefix, prefix 151 chrome/browser/managed_mode/managed_user_sync_service.cc const char* prefix = kChromeOSAvatarPrefix; prefix 153 chrome/browser/managed_mode/managed_user_sync_service.cc const char* prefix = kChromeAvatarPrefix; prefix 155 chrome/browser/managed_mode/managed_user_sync_service.cc size_t prefix_len = strlen(prefix); prefix 157 chrome/browser/managed_mode/managed_user_sync_service.cc avatar_str.substr(0, prefix_len) != prefix) { prefix 188 chrome/browser/managed_mode/managed_user_sync_service.cc const char* prefix = kChromeOSAvatarPrefix; prefix 190 chrome/browser/managed_mode/managed_user_sync_service.cc const char* prefix = kChromeAvatarPrefix; prefix 192 chrome/browser/managed_mode/managed_user_sync_service.cc return base::StringPrintf("%s%d", prefix, avatar_index); prefix 95 chrome/browser/media/encrypted_media_browsertest.cc std::string prefix = parent_key_system + '.'; prefix 96 chrome/browser/media/encrypted_media_browsertest.cc return key_system.substr(0, prefix.size()) == prefix; prefix 355 chrome/browser/prerender/prerender_field_trial.cc string prefix = chrome_variations::GetVariationParamValue( prefix 358 chrome/browser/prerender/prerender_field_trial.cc if (prefix.empty()) prefix 359 chrome/browser/prerender/prerender_field_trial.cc prefix = kDefaultPrerenderServiceURLPrefix; prefix 360 chrome/browser/prerender/prerender_field_trial.cc return prefix; prefix 633 chrome/browser/safe_browsing/client_side_detection_service.cc if (model.bad_subnet(i).prefix().size() != crypto::kSHA256Length) { prefix 635 chrome/browser/safe_browsing/client_side_detection_service.cc << model.bad_subnet(i).prefix().size(); prefix 646 chrome/browser/safe_browsing/client_side_detection_service.cc (*bad_subnets)[mask].insert(model.bad_subnet(i).prefix()); prefix 661 chrome/browser/safe_browsing/database_manager.cc SBPrefix prefix = check->prefix_hits[0]; prefix 662 chrome/browser/safe_browsing/database_manager.cc GetHashRequests::iterator it = gethash_requests_.find(prefix); prefix 672 chrome/browser/safe_browsing/database_manager.cc gethash_requests_[prefix] = requestors; prefix 859 chrome/browser/safe_browsing/database_manager.cc SBPrefix prefix = check->prefix_hits[0]; prefix 860 chrome/browser/safe_browsing/database_manager.cc GetHashRequests::iterator it = gethash_requests_.find(prefix); prefix 953 chrome/browser/safe_browsing/database_manager.cc prefixes.push_back((*it).prefix); prefix 96 chrome/browser/safe_browsing/prefix_set.cc bool PrefixSet::Exists(SBPrefix prefix) const { prefix 103 chrome/browser/safe_browsing/prefix_set.cc IndexPair(prefix, 0), PrefixLess); prefix 117 chrome/browser/safe_browsing/prefix_set.cc if (current == prefix) prefix 121 chrome/browser/safe_browsing/prefix_set.cc for (size_t di = iter->second; di < bound && current < prefix; ++di) { prefix 125 chrome/browser/safe_browsing/prefix_set.cc return current == prefix; prefix 376 chrome/browser/safe_browsing/prefix_set.cc void PrefixSetBuilder::AddPrefix(SBPrefix prefix) { prefix 384 chrome/browser/safe_browsing/prefix_set.cc if (buffer_.back() == prefix) prefix 387 chrome/browser/safe_browsing/prefix_set.cc DCHECK_LT(buffer_.back(), prefix); prefix 389 chrome/browser/safe_browsing/prefix_set.cc buffer_.push_back(prefix); prefix 68 chrome/browser/safe_browsing/prefix_set.h bool Exists(SBPrefix prefix) const; prefix 128 chrome/browser/safe_browsing/prefix_set.h void AddPrefix(SBPrefix prefix); prefix 47 chrome/browser/safe_browsing/prefix_set_unittest.cc const SBPrefix prefix = static_cast<SBPrefix>(base + delta); prefix 48 chrome/browser/safe_browsing/prefix_set_unittest.cc shared_prefixes_.push_back(prefix); prefix 55 chrome/browser/safe_browsing/prefix_set_unittest.cc const SBPrefix prefix = static_cast<SBPrefix>(base::RandUint64()); prefix 56 chrome/browser/safe_browsing/prefix_set_unittest.cc shared_prefixes_.push_back(prefix); prefix 242 chrome/browser/safe_browsing/prefix_set_unittest.cc for (SBPrefix prefix = kHighBitSet; prefix 243 chrome/browser/safe_browsing/prefix_set_unittest.cc prefix < kHighBitClear; prefix += kDelta) { prefix 244 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 271 chrome/browser/safe_browsing/prefix_set_unittest.cc SBPrefix prefix = kHighBitSet; prefix 272 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 277 chrome/browser/safe_browsing/prefix_set_unittest.cc prefix += delta; prefix 278 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 285 chrome/browser/safe_browsing/prefix_set_unittest.cc prefix += delta; prefix 286 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 287 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 294 chrome/browser/safe_browsing/prefix_set_unittest.cc prefix = kHighBitClear - delta * 1000; prefix 295 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 297 chrome/browser/safe_browsing/prefix_set_unittest.cc prefix += delta; prefix 298 chrome/browser/safe_browsing/prefix_set_unittest.cc prefixes.push_back(prefix); prefix 38 chrome/browser/safe_browsing/protocol_manager_helper.cc const std::string& prefix, const std::string& method, prefix 41 chrome/browser/safe_browsing/protocol_manager_helper.cc DCHECK(!prefix.empty() && !method.empty() && prefix 44 chrome/browser/safe_browsing/protocol_manager_helper.cc prefix.c_str(), method.c_str(), prefix 38 chrome/browser/safe_browsing/protocol_manager_helper.h static std::string ComposeUrl(const std::string& prefix, prefix 407 chrome/browser/safe_browsing/protocol_parser.cc SBPrefix prefix; prefix 408 chrome/browser/safe_browsing/protocol_parser.cc DCHECK_EQ(hash_len, (int)sizeof(prefix)); prefix 409 chrome/browser/safe_browsing/protocol_parser.cc memcpy(&prefix, *data, sizeof(prefix)); prefix 410 chrome/browser/safe_browsing/protocol_parser.cc entry->SetPrefixAt(i, prefix); prefix 157 chrome/browser/safe_browsing/safe_browsing_database.cc prefixes->push_back(full_hashes[i].prefix); prefix 177 chrome/browser/safe_browsing/safe_browsing_database.cc const SBPrefix& prefix = prefixes[j]; prefix 178 chrome/browser/safe_browsing/safe_browsing_database.cc if (prefix == iter->prefix && prefix 180 chrome/browser/safe_browsing/safe_browsing_database.cc prefix_hits->push_back(prefix); prefix 207 chrome/browser/safe_browsing/safe_browsing_database.cc if (*piter < hiter->full_hash.prefix) { prefix 209 chrome/browser/safe_browsing/safe_browsing_database.cc } else if (hiter->full_hash.prefix < *piter) { prefix 312 chrome/browser/safe_browsing/safe_browsing_database.cc return a.full_hash.prefix < b.full_hash.prefix; prefix 699 chrome/browser/safe_browsing/safe_browsing_database.cc const SBPrefix prefix = full_hashes[i].prefix; prefix 700 chrome/browser/safe_browsing/safe_browsing_database.cc if (browse_prefix_set_->Exists(prefix)) { prefix 701 chrome/browser/safe_browsing/safe_browsing_database.cc prefix_hits->push_back(prefix); prefix 702 chrome/browser/safe_browsing/safe_browsing_database.cc if (prefix_miss_cache_.count(prefix) > 0) prefix 788 chrome/browser/safe_browsing/safe_browsing_database.cc return side_effect_free_whitelist_prefix_set_->Exists(full_hash.prefix); prefix 873 chrome/browser/safe_browsing/safe_browsing_database.cc const SBPrefix prefix = entry->PrefixAt(i); prefix 875 chrome/browser/safe_browsing/safe_browsing_database.cc store->WriteAddPrefix(encoded_chunk_id, prefix); prefix 882 chrome/browser/safe_browsing/safe_browsing_database.cc const SBPrefix prefix = full_hash.prefix; prefix 885 chrome/browser/safe_browsing/safe_browsing_database.cc store->WriteAddPrefix(encoded_chunk_id, prefix); prefix 945 chrome/browser/safe_browsing/safe_browsing_database.cc const SBPrefix prefix = entry->PrefixAt(i); prefix 950 chrome/browser/safe_browsing/safe_browsing_database.cc store->WriteSubPrefix(encoded_chunk_id, add_chunk_id, prefix); prefix 960 chrome/browser/safe_browsing/safe_browsing_database.cc store->WriteSubPrefix(encoded_chunk_id, add_chunk_id, full_hash.prefix); prefix 29 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc return SBFullHashForString(str).prefix; prefix 98 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc host.host = full_hash.prefix; prefix 971 chrome/browser/safe_browsing/safe_browsing_database_unittest.cc if (iter->full_hash.prefix == key) { prefix 163 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc void AddDownloadPrefix(SBPrefix prefix) { prefix 164 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc download_digest_prefix_.insert(prefix); prefix 388 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc prefix_hits.push_back(full_hash.hash.prefix); prefix 406 chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc safe_browsing_util::StringToSBFullHash(digest).prefix); prefix 47 chrome/browser/safe_browsing/safe_browsing_store.h SBPrefix prefix; prefix 49 chrome/browser/safe_browsing/safe_browsing_store.h SBAddPrefix(int32 id, SBPrefix p) : chunk_id(id), prefix(p) {} prefix 50 chrome/browser/safe_browsing/safe_browsing_store.h SBAddPrefix() : chunk_id(), prefix() {} prefix 53 chrome/browser/safe_browsing/safe_browsing_store.h SBPrefix GetAddPrefix() const { return prefix; } prefix 65 chrome/browser/safe_browsing/safe_browsing_store.h SBSubPrefix(int32 id, int32 add_id, SBPrefix prefix) prefix 66 chrome/browser/safe_browsing/safe_browsing_store.h : chunk_id(id), add_chunk_id(add_id), add_prefix(prefix) {} prefix 94 chrome/browser/safe_browsing/safe_browsing_store.h SBPrefix GetAddPrefix() const { return full_hash.prefix; } prefix 107 chrome/browser/safe_browsing/safe_browsing_store.h SBPrefix GetAddPrefix() const { return full_hash.prefix; } prefix 185 chrome/browser/safe_browsing/safe_browsing_store.h virtual bool WriteAddPrefix(int32 chunk_id, SBPrefix prefix) = 0; prefix 190 chrome/browser/safe_browsing/safe_browsing_store.h int32 add_chunk_id, SBPrefix prefix) = 0; prefix 706 chrome/browser/safe_browsing/safe_browsing_store_file.cc bool SafeBrowsingStoreFile::WriteAddPrefix(int32 chunk_id, SBPrefix prefix) { prefix 707 chrome/browser/safe_browsing/safe_browsing_store_file.cc add_prefixes_.push_back(SBAddPrefix(chunk_id, prefix)); prefix 747 chrome/browser/safe_browsing/safe_browsing_store_file.cc SBPrefix prefix) { prefix 748 chrome/browser/safe_browsing/safe_browsing_store_file.cc sub_prefixes_.push_back(SBSubPrefix(chunk_id, add_chunk_id, prefix)); prefix 1073 chrome/browser/safe_browsing/safe_browsing_store_file.cc builder->AddPrefix(db_state.add_prefixes_[i].prefix); prefix 144 chrome/browser/safe_browsing/safe_browsing_store_file.h virtual bool WriteAddPrefix(int32 chunk_id, SBPrefix prefix) OVERRIDE; prefix 149 chrome/browser/safe_browsing/safe_browsing_store_file.h int32 add_chunk_id, SBPrefix prefix) OVERRIDE; prefix 71 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash1.prefix)); prefix 72 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash2.prefix)); prefix 77 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk3, kHash3.prefix)); prefix 172 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 173 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash2.prefix, prefixes_result[1]); prefix 208 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 209 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash2.prefix, prefixes_result[1]); prefix 243 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[1]); prefix 244 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash2.prefix, prefixes_result[2]); prefix 267 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 268 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash2.prefix, prefixes_result[1]); prefix 280 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash1.prefix)); prefix 281 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash2.prefix)); prefix 285 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk3, kHash3.prefix)); prefix 286 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk1, kHash2.prefix)); prefix 301 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 310 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk3, kHash3.prefix)); prefix 324 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 333 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk3, kHash3.prefix)); prefix 347 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 348 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash3.prefix, prefixes_result[1]); prefix 363 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash1.prefix)); prefix 364 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash2.prefix)); prefix 372 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk2, kHash3.prefix)); prefix 380 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk3, kHash4.prefix)); prefix 388 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk2, kAddChunk4, kHash5.prefix)); prefix 412 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash3.prefix, prefixes_result[0]); prefix 645 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash1.prefix)); prefix 646 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteAddPrefix(kAddChunk1, kHash2.prefix)); prefix 651 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk3, kHash3.prefix)); prefix 679 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, add_prefixes[0].prefix); prefix 681 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash2.prefix, add_prefixes[1].prefix); prefix 792 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, add_prefixes[0].prefix); prefix 794 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash2.prefix, add_prefixes[1].prefix); prefix 821 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_TRUE(store_->WriteSubPrefix(kSubChunk1, kAddChunk1, kHash2.prefix)); prefix 837 chrome/browser/safe_browsing/safe_browsing_store_file_unittest.cc EXPECT_EQ(kHash1.prefix, prefixes_result[0]); prefix 33 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc one.prefix = 1; prefix 35 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc onetwo.prefix = 1; prefix 37 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc two.prefix = 2; prefix 84 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc one.prefix = 1; prefix 86 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc onetwo.prefix = 1; prefix 88 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc two.prefix = 2; prefix 159 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc add_prefixes.push_back(SBAddPrefix(kAddChunk1, kHash1.prefix)); prefix 162 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc sub_prefixes.push_back(SBSubPrefix(kSubChunk1, kAddChunk1, kHash1.prefix)); prefix 168 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc add_prefixes.push_back(SBAddPrefix(kAddChunk1, kHash2.prefix)); prefix 172 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc sub_prefixes.push_back(SBSubPrefix(kSubChunk1, kAddChunk1, kHash3.prefix)); prefix 176 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc add_prefixes.push_back(SBAddPrefix(kAddChunk1, kHash4.prefix)); prefix 197 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc EXPECT_EQ(kHash4.prefix, add_prefixes[0].prefix); prefix 199 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc EXPECT_EQ(kHash2.prefix, add_prefixes[1].prefix); prefix 212 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc EXPECT_EQ(kHash3.prefix, sub_prefixes[0].add_prefix); prefix 246 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc add_prefixes.push_back(SBAddPrefix(kAddChunk1, kHash1.prefix)); prefix 249 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc sub_prefixes.push_back(SBSubPrefix(kSubChunk1, kAddChunk1, kHash1.prefix)); prefix 255 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc add_prefixes.push_back(SBAddPrefix(kAddChunk1, kHash2.prefix)); prefix 259 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc sub_prefixes.push_back(SBSubPrefix(kSubChunk1, kAddChunk1, kHash3.prefix)); prefix 282 chrome/browser/safe_browsing/safe_browsing_store_unittest.cc EXPECT_EQ(kHash3.prefix, sub_prefixes[0].add_prefix); prefix 131 chrome/browser/safe_browsing/safe_browsing_util.cc return IsAdd() ? add_prefixes_[index] : sub_prefixes_[index].prefix; prefix 137 chrome/browser/safe_browsing/safe_browsing_util.cc return IsAdd() ? add_full_hashes_[index] : sub_full_hashes_[index].prefix; prefix 140 chrome/browser/safe_browsing/safe_browsing_util.cc void SBEntry::SetPrefixAt(int index, const SBPrefix& prefix) { prefix 144 chrome/browser/safe_browsing/safe_browsing_util.cc add_prefixes_[index] = prefix; prefix 146 chrome/browser/safe_browsing/safe_browsing_util.cc sub_prefixes_[index].prefix = prefix; prefix 155 chrome/browser/safe_browsing/safe_browsing_util.cc sub_full_hashes_[index].prefix = full_hash; prefix 36 chrome/browser/safe_browsing/safe_browsing_util.h SBPrefix prefix; prefix 222 chrome/browser/safe_browsing/safe_browsing_util.h void SetPrefixAt(int index, const SBPrefix& prefix); prefix 229 chrome/browser/safe_browsing/safe_browsing_util.h SBPrefix prefix; prefix 235 chrome/browser/safe_browsing/safe_browsing_util.h SBFullHash prefix; prefix 331 chrome/browser/safe_browsing/safe_browsing_util_unittest.cc EXPECT_EQ(0x34333231U, hash_out.prefix); prefix 426 chrome/browser/search_engines/template_url_service.cc const base::string16& prefix, prefix 430 chrome/browser/search_engines/template_url_service.cc if (prefix.empty()) prefix 445 chrome/browser/search_engines/template_url_service.cc KeywordToTemplateMap::value_type(prefix, kNullTemplateURL), prefix 138 chrome/browser/search_engines/template_url_service.h void FindMatchingKeywords(const base::string16& prefix, prefix 731 chrome/browser/shell_integration_linux.cc std::string prefix(chrome::kBrowserProcessExecutableName); prefix 732 chrome/browser/shell_integration_linux.cc prefix.append("-"); prefix 739 chrome/browser/shell_integration_linux.cc std::string glob = prefix + "*" + suffix + ".desktop"; prefix 76 chrome/browser/speech/tts_win.cc std::wstring prefix; prefix 99 chrome/browser/speech/tts_win.cc prefix = L"<pitch absmiddle=\"" + pitch_value + L"\">"; prefix 113 chrome/browser/speech/tts_win.cc std::wstring merged_utterance = prefix + utterance_ + suffix; prefix 114 chrome/browser/speech/tts_win.cc prefix_len_ = prefix.size(); prefix 49 chrome/browser/sync_file_system/drive_backend/metadata_database.cc std::string RemovePrefix(const std::string& str, const std::string& prefix) { prefix 50 chrome/browser/sync_file_system/drive_backend/metadata_database.cc if (StartsWithASCII(str, prefix, true)) prefix 51 chrome/browser/sync_file_system/drive_backend/metadata_database.cc return str.substr(prefix.size()); prefix 25 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc std::string RemovePrefix(const std::string& str, const std::string& prefix) { prefix 26 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (StartsWithASCII(str, prefix, true)) prefix 27 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc return std::string(str.begin() + prefix.size(), str.end()); prefix 46 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc base::FilePath::StringType prefix = prefix 48 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc if (virtual_path.value().substr(0, prefix.size()) != prefix) prefix 51 chrome/browser/sync_file_system/drive_backend/metadata_db_migration_util.cc *path = base::FilePath(virtual_path.value().substr(prefix.size())); prefix 80 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc std::string RemovePrefix(const std::string& str, const std::string& prefix) { prefix 81 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc if (StartsWithASCII(str, prefix, true)) prefix 82 chrome/browser/sync_file_system/drive_backend_v1/drive_metadata_store.cc return str.substr(prefix.size()); prefix 45 chrome/browser/task_profiler/task_profiler_data_serializer.cc const std::string& prefix, prefix 47 chrome/browser/task_profiler/task_profiler_data_serializer.cc DCHECK(!prefix.empty()); prefix 51 chrome/browser/task_profiler/task_profiler_data_serializer.cc dictionary->Set(prefix + "_location", location_value.release()); prefix 53 chrome/browser/task_profiler/task_profiler_data_serializer.cc dictionary->Set(prefix + "_thread", prefix 73 chrome/browser/translate/translate_browsertest.cc std::string prefix(kNonSecurePrefix); prefix 74 chrome/browser/translate/translate_browsertest.cc return embedded_test_server()->GetURL(prefix + path); prefix 78 chrome/browser/translate/translate_browsertest.cc std::string prefix(kSecurePrefix); prefix 79 chrome/browser/translate/translate_browsertest.cc return https_server_.GetURL(prefix + path); prefix 47 chrome/browser/ui/app_list/search/mixer_unittest.cc explicit TestSearchProvider(const std::string& prefix) prefix 48 chrome/browser/ui/app_list/search/mixer_unittest.cc : prefix_(prefix), prefix 65 chrome/browser/ui/app_list/search/mixer_unittest.cc void set_prefix(const std::string& prefix) { prefix_ = prefix; } prefix 781 chrome/browser/ui/webui/about_ui.cc void AboutSandboxRow(std::string* data, const std::string& prefix, int name_id, prefix 784 chrome/browser/ui/webui/about_ui.cc data->append(prefix); prefix 238 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc std::string prefix; prefix 240 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc prefix = "p"; prefix 242 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc prefix = "m"; prefix 243 chrome/browser/ui/webui/ntp/android/bookmarks_handler.cc return prefix + Int64ToString(node->id()); prefix 86 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc std::string prefix = "chrome://favicon/size/"; prefix 87 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc DCHECK(StartsWithASCII(path, prefix, false)) << "path is " << path; prefix 88 chrome/browser/ui/webui/ntp/favicon_webui_handler.cc size_t slash = path.find("/", prefix.length()); prefix 111 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc void OmniboxUIHandler::AddResultToDictionary(const std::string& prefix, prefix 117 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc std::string item_prefix(prefix + base::StringPrintf(".item_%d", i)); prefix 160 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.cc output->SetInteger(prefix + ".num_items", i); prefix 65 chrome/browser/ui/webui/omnibox/omnibox_ui_handler.h void AddResultToDictionary(const std::string& prefix, prefix 295 chrome/browser/web_applications/web_app.cc std::string prefix(kCrxAppPrefix); prefix 296 chrome/browser/web_applications/web_app.cc if (app_name.substr(0, prefix.length()) != prefix) prefix 298 chrome/browser/web_applications/web_app.cc return app_name.substr(prefix.length()); prefix 450 chrome/browser/webdata/autocomplete_syncable_service.cc std::string prefix(kAutofillEntryNamespaceTag); prefix 451 chrome/browser/webdata/autocomplete_syncable_service.cc return prefix + net::EscapePath(name) + "|" + net::EscapePath(value); prefix 216 chrome/common/net/url_fixer_upper.cc const std::string prefix("www."); prefix 217 chrome/common/net/url_fixer_upper.cc if (domain->compare(0, prefix.length(), prefix) != 0) { prefix 219 chrome/common/net/url_fixer_upper.cc domain->insert(0, prefix); prefix 661 chrome/installer/mini_installer/mini_installer.cc const wchar_t* prefix) { prefix 664 chrome/installer/mini_installer/mini_installer.cc if (!spec.assign(parent_dir) || !spec.append(prefix) || !spec.append(L"*.*")) prefix 332 chrome/installer/util/delete_after_reboot_helper.cc std::wstring prefix(L"\\??\\"); prefix 333 chrome/installer/util/delete_after_reboot_helper.cc if (StartsWith(match_path, prefix, false)) prefix 305 chrome/installer/util/user_experiment.cc const wchar_t* prefix; // The two letter experiment code. The second letter prefix 368 chrome/installer/util/user_experiment.cc const wchar_t prefix[] = { match.prefix[0], match.prefix[1] + flavor, 0 }; prefix 369 chrome/installer/util/user_experiment.cc experiment->prefix = prefix; prefix 412 chrome/installer/util/user_experiment.cc base::string16 base_group = experiment.prefix; prefix 35 chrome/installer/util/user_experiment.h base::string16 prefix; // The experiment code prefix for this experiment, prefix 106 chrome/test/chromedriver/chrome/devtools_http_client.cc std::string prefix = "Chrome/"; prefix 107 chrome/test/chromedriver/chrome/devtools_http_client.cc if (devtools_version.find(prefix) != 0u) { prefix 112 chrome/test/chromedriver/chrome/devtools_http_client.cc std::string stripped_version = devtools_version.substr(prefix.length()); prefix 97 chrome/test/security_tests/ipc_security_tests.cc HANDLE MakeServerPluginPipe(const std::wstring& prefix, int channel) { prefix 99 chrome/test/security_tests/ipc_security_tests.cc swprintf_s(pipe_name, kChromePluginPipeFmt, prefix.c_str(), channel); prefix 91 chrome/tools/ipclist/ipclist.cc bool show_comma, const char *prefix) { prefix 94 chrome/tools/ipclist/ipclist.cc if ((!prefix) || strstr(msgtable[i].name, prefix) == msgtable[i].name) { prefix 29 chrome_elf/create_file/chrome_create_file.cc IN LPCWSTR prefix, prefix 31 chromeos/dbus/power_policy_controller.cc #define APPEND_DELAYS(str, delays, prefix) \ prefix 33 chromeos/dbus/power_policy_controller.cc APPEND_DELAY(str, delays, screen_dim_ms, prefix "_screen_dim_ms"); \ prefix 34 chromeos/dbus/power_policy_controller.cc APPEND_DELAY(str, delays, screen_off_ms, prefix "_screen_off_ms"); \ prefix 35 chromeos/dbus/power_policy_controller.cc APPEND_DELAY(str, delays, screen_lock_ms, prefix "_screen_lock_ms"); \ prefix 36 chromeos/dbus/power_policy_controller.cc APPEND_DELAY(str, delays, idle_warning_ms, prefix "_idle_warning_ms"); \ prefix 37 chromeos/dbus/power_policy_controller.cc APPEND_DELAY(str, delays, idle_ms, prefix "_idle_ms"); \ prefix 595 chromeos/disks/disk_mount_manager.cc const std::string& prefix = *it; prefix 596 chromeos/disks/disk_mount_manager.cc if (StartsWithASCII(system_path, prefix, true)) prefix 597 chromeos/disks/disk_mount_manager.cc return prefix; prefix 77 components/autofill/content/renderer/autofill_agent.cc base::string16 prefix; prefix 79 components/autofill/content/renderer/autofill_agent.cc prefix = element.editingValue(); prefix 83 components/autofill/content/renderer/autofill_agent.cc base::SplitStringDontTrim(prefix, ',', &parts); prefix 86 components/autofill/content/renderer/autofill_agent.cc &prefix); prefix 92 components/autofill/content/renderer/autofill_agent.cc if (!StartsWith(option.value(), prefix, false) || prefix 93 components/autofill/content/renderer/autofill_agent.cc option.value() == prefix || prefix 114 components/autofill/content/renderer/form_autofill_util.cc const base::string16& prefix, prefix 119 components/autofill/content/renderer/form_autofill_util.cc base::TrimWhitespace(prefix, base::TRIM_TRAILING, &prefix_trimmed); prefix 83 components/autofill/core/browser/autocomplete_history_manager.cc const base::string16& prefix, prefix 104 components/autofill/core/browser/autocomplete_history_manager.cc name, prefix, kMaxAutocompleteMenuItems, this); prefix 41 components/autofill/core/browser/autocomplete_history_manager.h const base::string16& prefix, prefix 161 components/autofill/core/browser/phone_number.cc base::string16 prefix = number.substr(kPrefixOffset, kPrefixLength); prefix 163 components/autofill/core/browser/phone_number.cc if (text == prefix || text == suffix) prefix 462 components/autofill/core/browser/webdata/autofill_table.cc const base::string16& prefix, prefix 468 components/autofill/core/browser/webdata/autofill_table.cc if (prefix.empty()) { prefix 477 components/autofill/core/browser/webdata/autofill_table.cc base::string16 prefix_lower = base::i18n::ToLower(prefix); prefix 152 components/autofill/core/browser/webdata/autofill_table.h const base::string16& prefix, prefix 46 components/autofill/core/browser/webdata/autofill_webdata.h const base::string16& prefix, prefix 105 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc const base::string16& name, const base::string16& prefix, int limit, prefix 110 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.cc name, prefix, &values, limit); prefix 81 components/autofill/core/browser/webdata/autofill_webdata_backend_impl.h const base::string16& prefix, prefix 76 components/autofill/core/browser/webdata/autofill_webdata_service.cc const base::string16& name, const base::string16& prefix, int limit, prefix 80 components/autofill/core/browser/webdata/autofill_webdata_service.cc autofill_backend_, name, prefix, limit), consumer); prefix 56 components/autofill/core/browser/webdata/autofill_webdata_service.h const base::string16& prefix, prefix 102 components/storage_monitor/storage_info.cc std::string prefix = prefix_length != std::string::npos prefix 107 components/storage_monitor/storage_info.cc if (prefix == kRemovableMassStorageWithDCIMPrefix) { prefix 109 components/storage_monitor/storage_info.cc } else if (prefix == kRemovableMassStorageNoDCIMPrefix) { prefix 111 components/storage_monitor/storage_info.cc } else if (prefix == kFixedMassStoragePrefix) { prefix 113 components/storage_monitor/storage_info.cc } else if (prefix == kMtpPtpPrefix) { prefix 115 components/storage_monitor/storage_info.cc } else if (prefix == kMacImageCapturePrefix) { prefix 117 components/storage_monitor/storage_info.cc } else if (prefix == kITunesPrefix) { prefix 119 components/storage_monitor/storage_info.cc } else if (prefix == kPicasaPrefix) { prefix 121 components/storage_monitor/storage_info.cc } else if (prefix == kIPhotoPrefix) { prefix 272 components/url_matcher/url_matcher.cc const std::string& prefix) { prefix 274 components/url_matcher/url_matcher.cc kBeginningOfURL + CanonicalizeHostname(prefix)); prefix 295 components/url_matcher/url_matcher.cc const std::string& prefix) { prefix 297 components/url_matcher/url_matcher.cc kEndOfDomain + prefix); prefix 317 components/url_matcher/url_matcher.cc const std::string& prefix) { prefix 319 components/url_matcher/url_matcher.cc if (!prefix.empty() && prefix[0] == '?') prefix 320 components/url_matcher/url_matcher.cc pattern = kEndOfPath + prefix; prefix 322 components/url_matcher/url_matcher.cc pattern = kEndOfPath + ('?' + prefix); prefix 423 components/url_matcher/url_matcher.cc const std::string& prefix) { prefix 425 components/url_matcher/url_matcher.cc kBeginningOfURL + prefix); prefix 134 components/url_matcher/url_matcher.h URLMatcherCondition CreateHostPrefixCondition(const std::string& prefix); prefix 139 components/url_matcher/url_matcher.h URLMatcherCondition CreatePathPrefixCondition(const std::string& prefix); prefix 144 components/url_matcher/url_matcher.h URLMatcherCondition CreateQueryPrefixCondition(const std::string& prefix); prefix 168 components/url_matcher/url_matcher.h URLMatcherCondition CreateURLPrefixCondition(const std::string& prefix); prefix 90 components/url_matcher/url_matcher_factory.cc (const std::string& prefix); prefix 34 components/visitedlink/test/visitedlink_perftest.cc GURL TestURL(const char* prefix, int i) { prefix 35 components/visitedlink/test/visitedlink_perftest.cc return GURL(base::StringPrintf("%s%d", prefix, i)); prefix 50 components/visitedlink/test/visitedlink_perftest.cc void CheckVisited(VisitedLinkMaster& master, const char* prefix, prefix 53 components/visitedlink/test/visitedlink_perftest.cc master.IsVisited(TestURL(prefix, i)); prefix 58 components/visitedlink/test/visitedlink_perftest.cc void FillTable(VisitedLinkMaster& master, const char* prefix, prefix 61 components/visitedlink/test/visitedlink_perftest.cc master.AddURL(TestURL(prefix, i)); prefix 23 content/browser/download/save_package_browsertest.cc void GetDestinationPaths(const std::string& prefix, prefix 26 content/browser/download/save_package_browsertest.cc *full_file_name = save_dir_.path().AppendASCII(prefix + ".htm"); prefix 27 content/browser/download/save_package_browsertest.cc *dir = save_dir_.path().AppendASCII(prefix + "_files"); prefix 1210 content/browser/gpu/gpu_process_host.cc std::string prefix = GetShaderPrefixKey(); prefix 1211 content/browser/gpu/gpu_process_host.cc if (!key.compare(0, prefix.length(), prefix)) prefix 1312 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1313 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1315 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.database_id_); prefix 1316 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1317 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1349 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1350 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1352 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.database_id_); prefix 1353 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1354 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1402 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1403 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1413 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1414 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1416 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1417 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1418 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1434 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1435 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1472 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1473 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1475 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1476 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1477 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1495 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1496 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1539 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1540 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1542 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1543 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1544 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1556 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1557 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1583 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1584 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1586 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1587 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1588 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1603 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1604 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1640 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1641 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1643 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1644 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1645 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1658 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1659 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1674 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1675 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1677 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1678 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.object_store_id_); prefix 1679 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(!prefix.index_id_); prefix 1694 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id); prefix 1695 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1714 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1715 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1717 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1718 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.object_store_id_); prefix 1719 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK_EQ(prefix.index_id_, kSpecialIndexNumber); prefix 1728 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(KeyPrefix::CreateWithSpecialIndex( prefix 1730 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1759 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1760 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1762 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1763 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.object_store_id_); prefix 1764 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK_EQ(prefix.index_id_, kSpecialIndexNumber); prefix 1773 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(KeyPrefix::CreateWithSpecialIndex( prefix 1775 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 1800 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1801 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1803 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1804 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.object_store_id_); prefix 1805 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK_EQ(prefix.index_id_, kSpecialIndexNumber); prefix 1809 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->database_id_ = prefix.database_id_; prefix 1810 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->object_store_id_ = prefix.object_store_id_; prefix 1817 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1818 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1820 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1821 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.object_store_id_); prefix 1822 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK_EQ(prefix.index_id_, ObjectStoreDataKey::kSpecialIndexNumber); prefix 1826 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->database_id_ = prefix.database_id_; prefix 1827 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->object_store_id_ = prefix.object_store_id_; prefix 1850 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(KeyPrefix::CreateWithSpecialIndex( prefix 1852 content/browser/indexed_db/indexed_db_leveldb_coding.cc return prefix.Encode(); prefix 1872 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(KeyPrefix::CreateWithSpecialIndex( prefix 1874 content/browser/indexed_db/indexed_db_leveldb_coding.cc return prefix.Encode() + encoded_user_key; prefix 1888 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix; prefix 1889 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!KeyPrefix::Decode(slice, &prefix)) prefix 1891 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.database_id_); prefix 1892 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK(prefix.object_store_id_); prefix 1893 content/browser/indexed_db/indexed_db_leveldb_coding.cc DCHECK_GE(prefix.index_id_, kMinimumIndexId); prefix 1894 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->database_id_ = prefix.database_id_; prefix 1895 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->object_store_id_ = prefix.object_store_id_; prefix 1896 content/browser/indexed_db/indexed_db_leveldb_coding.cc result->index_id_ = prefix.index_id_; prefix 1923 content/browser/indexed_db/indexed_db_leveldb_coding.cc KeyPrefix prefix(database_id, object_store_id, index_id); prefix 1924 content/browser/indexed_db/indexed_db_leveldb_coding.cc std::string ret = prefix.Encode(); prefix 493 content/browser/speech/google_streaming_remote_engine_unittest.cc uint32 prefix = HostToNet32(checked_cast<uint32>(msg_string.size())); prefix 494 content/browser/speech/google_streaming_remote_engine_unittest.cc msg_string.insert(0, reinterpret_cast<char*>(&prefix), sizeof(prefix)); prefix 951 content/child/blink_platform_impl.cc const blink::WebString& prefix) { prefix 954 content/child/blink_platform_impl.cc HeapProfilerStart(prefix.utf8().data()); prefix 64 content/child/blink_platform_impl.h virtual void startHeapProfiling(const blink::WebString& prefix); prefix 124 content/public/browser/desktop_media_id.cc std::string prefix; prefix 130 content/public/browser/desktop_media_id.cc prefix = kScreenPrefix; prefix 133 content/public/browser/desktop_media_id.cc prefix = kWindowPrefix; prefix 136 content/public/browser/desktop_media_id.cc prefix = kAuraWindowPrefix; prefix 139 content/public/browser/desktop_media_id.cc DCHECK(!prefix.empty()); prefix 141 content/public/browser/desktop_media_id.cc prefix.append(":"); prefix 142 content/public/browser/desktop_media_id.cc prefix.append(base::Int64ToString(id)); prefix 144 content/public/browser/desktop_media_id.cc return prefix; prefix 40 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc const char* prefix = prefix 64 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc LOG(ERROR) << prefix << "FAIL Cannot parse /proc/self/maps"; prefix 71 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc LOG(ERROR) << prefix << "FAIL Cannot read memory mappings in this process"; prefix 100 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc << prefix prefix 117 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc << prefix prefix 126 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc LOG(ERROR) << prefix << base::StringPrintf( prefix 140 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc << prefix prefix 147 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc LOG(ERROR) << prefix << "FAIL Bad Relros sections in this process"; prefix 153 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc LOG(ERROR) << prefix prefix 159 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc LOG(ERROR) << prefix << "FAIL Unexpected " << num_shared_relros prefix 165 content/shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc VLOG(0) << prefix << "SUCCESS"; prefix 104 content/test/mock_google_streaming_server.cc uint32 prefix = HostToNet32(checked_cast<uint32>(msg_string.size())); prefix 105 content/test/mock_google_streaming_server.cc msg_string.insert(0, reinterpret_cast<char*>(&prefix), sizeof(prefix)); prefix 158 courgette/adjustment_method.cc std::vector<std::string> prefix; prefix 160 courgette/adjustment_method.cc prefix.push_back(ToString(n->in_edge_)); prefix 165 courgette/adjustment_method.cc while (!prefix.empty()) { prefix 168 courgette/adjustment_method.cc s += prefix.back(); prefix 169 courgette/adjustment_method.cc prefix.pop_back(); prefix 519 crypto/openpgp_symmetric_encryption.cc uint8 prefix[AES_BLOCK_SIZE + 2]; prefix 520 crypto/openpgp_symmetric_encryption.cc memcpy(prefix, prefix_sp.data(), sizeof(prefix)); prefix 529 crypto/openpgp_symmetric_encryption.cc prefix_copy[i] = fre[i] ^ prefix[i]; prefix 530 crypto/openpgp_symmetric_encryption.cc PK11_CipherOp(decryption_context->get(), fre, &out_len, sizeof(fre), prefix, prefix 532 crypto/openpgp_symmetric_encryption.cc prefix_copy[AES_BLOCK_SIZE] = prefix[AES_BLOCK_SIZE] ^ fre[0]; prefix 533 crypto/openpgp_symmetric_encryption.cc prefix_copy[AES_BLOCK_SIZE + 1] = prefix[AES_BLOCK_SIZE + 1] ^ fre[1]; prefix 540 crypto/openpgp_symmetric_encryption.cc fre[0] = prefix[AES_BLOCK_SIZE]; prefix 541 crypto/openpgp_symmetric_encryption.cc fre[1] = prefix[AES_BLOCK_SIZE + 1]; prefix 713 crypto/openpgp_symmetric_encryption.cc uint8 prefix[kBlockSize + 2], fre[kBlockSize], iv[kBlockSize]; prefix 723 crypto/openpgp_symmetric_encryption.cc prefix[i] = iv[i] ^ fre[i]; prefix 724 crypto/openpgp_symmetric_encryption.cc PK11_CipherOp(aes_context.get(), fre, &out_len, sizeof(fre), prefix, prefix 726 crypto/openpgp_symmetric_encryption.cc prefix[kBlockSize] = iv[kBlockSize - 2] ^ fre[0]; prefix 727 crypto/openpgp_symmetric_encryption.cc prefix[kBlockSize + 1] = iv[kBlockSize - 1] ^ fre[1]; prefix 729 crypto/openpgp_symmetric_encryption.cc packet += ByteString(prefix, sizeof(prefix)); prefix 747 crypto/openpgp_symmetric_encryption.cc fre[0] = prefix[kBlockSize]; prefix 748 crypto/openpgp_symmetric_encryption.cc fre[1] = prefix[kBlockSize+1]; prefix 232 extensions/common/features/base_feature_provider.cc std::string prefix = parent.name() + "."; prefix 233 extensions/common/features/base_feature_provider.cc const FeatureMap::const_iterator first_child = features_.lower_bound(prefix); prefix 236 extensions/common/features/base_feature_provider.cc ++prefix[prefix.size() - 1]; prefix 238 extensions/common/features/base_feature_provider.cc features_.lower_bound(prefix); prefix 29 google_apis/drive/test_util.cc const std::string& prefix, prefix 31 google_apis/drive/test_util.cc if (!StartsWithASCII(input, prefix, true /* case sensitive */)) prefix 34 google_apis/drive/test_util.cc *output = input.substr(prefix.size()); prefix 53 google_apis/drive/test_util.h const std::string& prefix, prefix 443 gpu/command_buffer/client/gles2_implementation.cc const std::string& prefix(debug_marker_manager_.GetMarker()); prefix 444 gpu/command_buffer/client/gles2_implementation.cc return prefix.empty() ? this_in_hex_ : prefix; prefix 54 gpu/command_buffer/service/logger.cc const std::string& prefix(debug_marker_manager_->GetMarker()); prefix 55 gpu/command_buffer/service/logger.cc return prefix.empty() ? this_in_hex_ : prefix; prefix 197 ipc/ipc_channel.h static std::string GenerateVerifiedChannelID(const std::string& prefix); prefix 1107 ipc/ipc_channel_posix.cc std::string Channel::GenerateVerifiedChannelID(const std::string& prefix) { prefix 1111 ipc/ipc_channel_posix.cc std::string id = prefix; prefix 499 ipc/ipc_channel_win.cc std::string Channel::GenerateVerifiedChannelID(const std::string& prefix) { prefix 505 ipc/ipc_channel_win.cc std::string id = prefix; prefix 54 media/base/container_names.cc const char* prefix) { prefix 55 media/base/container_names.cc size_t prefix_size = strlen(prefix); prefix 57 media/base/container_names.cc memcmp(buffer, prefix, prefix_size) == 0); prefix 64 media/base/container_names.cc const uint8* prefix, prefix 67 media/base/container_names.cc memcmp(buffer, prefix, prefix_size) == 0); prefix 1208 media/base/container_names.cc static int prefix[] = { 0x80, 0x4000, 0x200000, 0x10000000 }; prefix 1215 media/base/container_names.cc return ReadBits(reader, num_bits_to_read) | prefix[i]; prefix 16 media/cdm/key_system_names.cc std::string prefix = parent_key_system + '.'; prefix 17 media/cdm/key_system_names.cc return key_system.substr(0, prefix.size()) == prefix; prefix 201 net/base/net_util_win.cc for (IP_ADAPTER_PREFIX* prefix = adapter->FirstPrefix; prefix; prefix 202 net/base/net_util_win.cc prefix = prefix->Next) { prefix 203 net/base/net_util_win.cc int prefix_family = prefix->Address.lpSockaddr->sa_family; prefix 206 net/base/net_util_win.cc network_endpoint.FromSockAddr(prefix->Address.lpSockaddr, prefix 207 net/base/net_util_win.cc prefix->Address.iSockaddrLength) && prefix 210 net/base/net_util_win.cc prefix->PrefixLength)) { prefix 211 net/base/net_util_win.cc net_prefix = std::max<size_t>(net_prefix, prefix->PrefixLength); prefix 1403 net/cert/cert_verify_proc_unittest.cc #define WRAPPED_INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) \ prefix 1404 net/cert/cert_verify_proc_unittest.cc INSTANTIATE_TEST_CASE_P(prefix, test_case_name, generator) prefix 61 net/dns/address_sorter_posix.cc IPAddressNumber prefix(entry.prefix, entry.prefix + kIPv6AddressSize); prefix 62 net/dns/address_sorter_posix.cc if (IPNumberMatchesPrefix(address, prefix, entry.prefix_length)) prefix 33 net/dns/address_sorter_posix.h unsigned char prefix[kIPv6AddressSize]; prefix 52 net/dns/dns_test_util.cc const std::string& prefix = rules[i].prefix; prefix 54 net/dns/dns_test_util.cc (hostname.size() >= prefix.size()) && prefix 55 net/dns/dns_test_util.cc (hostname.compare(0, prefix.size(), prefix) == 0)) { prefix 196 net/dns/dns_test_util.h : result(result_arg), prefix(prefix_arg), qtype(qtype_arg), prefix 200 net/dns/dns_test_util.h std::string prefix; prefix 1369 net/dns/host_resolver_impl_unittest.cc void AddDnsRule(const std::string& prefix, prefix 1373 net/dns/host_resolver_impl_unittest.cc dns_rules_.push_back(MockDnsClientRule(prefix, qtype, result, delay)); prefix 66 net/proxy/proxy_config_service_android.cc ProxyServer LookupProxy(const std::string& prefix, prefix 69 net/proxy/proxy_config_service_android.cc DCHECK(!prefix.empty()); prefix 70 net/proxy/proxy_config_service_android.cc std::string proxy_host = get_property.Run(prefix + ".proxyHost"); prefix 72 net/proxy/proxy_config_service_android.cc std::string proxy_port = get_property.Run(prefix + ".proxyPort"); prefix 358 net/proxy/proxy_config_service_linux_unittest.cc std::string prefix("ProxyConfigServiceLinuxTest_user_home"); prefix 359 net/proxy/proxy_config_service_linux_unittest.cc base::CreateNewTempDirectory(prefix, &user_home_); prefix 324 net/proxy/proxy_resolver_v8.cc IPAddressNumber prefix; prefix 326 net/proxy/proxy_resolver_v8.cc if (!ParseCIDRBlock(ip_prefix, &prefix, &prefix_length_in_bits)) prefix 330 net/proxy/proxy_resolver_v8.cc if (address.size() != prefix.size()) prefix 333 net/proxy/proxy_resolver_v8.cc DCHECK((address.size() == 4 && prefix.size() == 4) || prefix 334 net/proxy/proxy_resolver_v8.cc (address.size() == 16 && prefix.size() == 16)); prefix 336 net/proxy/proxy_resolver_v8.cc return IPNumberMatchesPrefix(address, prefix, prefix_length_in_bits); prefix 596 net/quic/quic_connection_logger.cc string prefix("Net.QuicSession.PacketReceived_"); prefix 598 net/quic/quic_connection_logger.cc prefix + statistic_name + connection_description_, prefix 607 net/quic/quic_connection_logger.cc string prefix("Net.QuicSession.6PacketsPatternsReceived_"); prefix 609 net/quic/quic_connection_logger.cc prefix + which_6 + connection_description_, 1, 64, 65, prefix 628 net/quic/quic_connection_logger.cc string prefix("Net.QuicSession.21CumulativePacketsReceived_"); prefix 630 net/quic/quic_connection_logger.cc prefix + which_21 + connection_description_, prefix 673 net/quic/quic_connection_logger.cc string prefix("Net.QuicSession.PacketLossRate_"); prefix 675 net/quic/quic_connection_logger.cc prefix + connection_description_, 1, 1000, 75, prefix 134 net/socket/client_socket_pool_manager.cc std::string prefix = "ssl/"; prefix 138 net/socket/client_socket_pool_manager.cc prefix = "ssl(max:3.3)/"; prefix 141 net/socket/client_socket_pool_manager.cc prefix = "ssl(max:3.2)/"; prefix 144 net/socket/client_socket_pool_manager.cc prefix = "ssl(max:3.1)/"; prefix 147 net/socket/client_socket_pool_manager.cc prefix = "sslv3/"; prefix 154 net/socket/client_socket_pool_manager.cc connection_group = prefix + connection_group; prefix 185 net/spdy/hpack_huffman_table.cc uint8 HpackHuffmanTable::AddDecodeTable(uint8 prefix, uint8 indexed) { prefix 189 net/spdy/hpack_huffman_table.cc table.prefix_length = prefix; prefix 98 net/spdy/hpack_huffman_table.h uint8 AddDecodeTable(uint8 prefix, uint8 indexed); prefix 29 net/spdy/hpack_input_stream.cc bool HpackInputStream::MatchPrefixAndConsume(HpackPrefix prefix) { prefix 30 net/spdy/hpack_input_stream.cc DCHECK_GT(prefix.bit_size, 0u); prefix 31 net/spdy/hpack_input_stream.cc DCHECK_LE(prefix.bit_size, 8u); prefix 37 net/spdy/hpack_input_stream.cc if ((next_octet >> (8 - prefix.bit_size)) == prefix.bits) { prefix 38 net/spdy/hpack_input_stream.cc ConsumeBits(prefix.bit_size); prefix 37 net/spdy/hpack_input_stream.h bool MatchPrefixAndConsume(HpackPrefix prefix); prefix 68 net/spdy/hpack_output_stream.cc void HpackOutputStream::AppendPrefix(HpackPrefix prefix) { prefix 69 net/spdy/hpack_output_stream.cc AppendBits(prefix.bits, prefix.bit_size); prefix 67 net/spdy/hpack_output_stream.h void AppendPrefix(HpackPrefix prefix); prefix 44 net/spdy/spdy_headers_block_parser.cc SpdyPinnableBufferPiece prefix, key, value; prefix 46 net/spdy/spdy_headers_block_parser.cc prefix.Swap(&headers_block_prefix_); prefix 51 net/spdy/spdy_headers_block_parser.cc Reader reader(prefix.buffer(), prefix.length(), prefix 18 net/spdy/spdy_pinnable_buffer_piece_test.cc SpdyPrefixedBufferReader Build(std::string prefix, std::string suffix) { prefix 19 net/spdy/spdy_pinnable_buffer_piece_test.cc prefix_ = prefix; prefix 12 net/spdy/spdy_prefixed_buffer_reader.cc const char* prefix, prefix 16 net/spdy/spdy_prefixed_buffer_reader.cc : prefix_(prefix), prefix 17 net/spdy/spdy_prefixed_buffer_reader.h SpdyPrefixedBufferReader(const char* prefix, size_t prefix_length, prefix 19 net/spdy/spdy_prefixed_buffer_reader_test.cc SpdyPrefixedBufferReader Build(std::string prefix, std::string suffix) { prefix 20 net/spdy/spdy_prefixed_buffer_reader_test.cc prefix_ = prefix; prefix 595 net/third_party/nss/ssl/sslplatf.c const SSL3Opaque* prefix; prefix 620 net/third_party/nss/ssl/sslplatf.c if (ssl3_GetDigestInfoPrefix(hash->hashAlg, &prefix, &prefixLen) != prefix 628 net/third_party/nss/ssl/sslplatf.c memcpy(prefixAndHash, prefix, prefixLen); prefix 110 net/url_request/view_cache_helper_unittest.cc std::string prefix, data; prefix 111 net/url_request/view_cache_helper_unittest.cc int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback()); prefix 122 net/url_request/view_cache_helper_unittest.cc std::string prefix, data; prefix 124 net/url_request/view_cache_helper_unittest.cc int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback()); prefix 170 net/url_request/view_cache_helper_unittest.cc std::string prefix("prefix:"); prefix 172 net/url_request/view_cache_helper_unittest.cc int rv = helper.GetContentsHTML(&context, prefix, &data, cb.callback()); prefix 663 ppapi/native_client/src/trusted/plugin/json_manifest.cc nacl::string prefix(key.begin(), p); prefix 664 ppapi/native_client/src/trusted/plugin/json_manifest.cc if (prefix != kFilesKey) { prefix 54 ppapi/native_client/src/trusted/plugin/plugin_error.h void PrependMessage(const std::string& prefix) { prefix 55 ppapi/native_client/src/trusted/plugin/plugin_error.h message_ = prefix + message_; prefix 56 ppapi/native_client/src/trusted/plugin/plugin_error.h console_message_ = prefix + console_message_; prefix 269 sync/notifier/sync_invalidation_listener.cc const std::string& prefix, prefix 116 sync/notifier/sync_invalidation_listener.h const std::string& prefix, prefix 19 testing/perf/perf_test.cc const std::string& prefix, prefix 28 testing/perf/perf_test.cc trace.c_str(), prefix.c_str(), values.c_str(), suffix.c_str(), prefix 36 testing/perf/perf_test.cc const std::string& prefix, prefix 42 testing/perf/perf_test.cc prefix, suffix, units, important).c_str()); prefix 380 third_party/expat/files/lib/expat.h const XML_Char *prefix, prefix 385 third_party/expat/files/lib/expat.h const XML_Char *prefix); prefix 145 third_party/expat/files/lib/xmlparse.c struct prefix *prefix; prefix 162 third_party/expat/files/lib/xmlparse.c const XML_Char *prefix; prefix 236 third_party/expat/files/lib/xmlparse.c PREFIX *prefix; prefix 255 third_party/expat/files/lib/xmlparse.c PREFIX *prefix; prefix 355 third_party/expat/files/lib/xmlparse.c addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, prefix 2407 third_party/expat/files/lib/xmlparse.c tag->name.prefix = NULL; prefix 2484 third_party/expat/files/lib/xmlparse.c endNamespaceDeclHandler(handlerArg, b->prefix->name); prefix 2488 third_party/expat/files/lib/xmlparse.c b->prefix->binding = b->prevPrefixBinding; prefix 2514 third_party/expat/files/lib/xmlparse.c const XML_Char *prefix; prefix 2525 third_party/expat/files/lib/xmlparse.c prefix = (XML_Char *)tag->name.prefix; prefix 2526 third_party/expat/files/lib/xmlparse.c if (ns_triplets && prefix) { prefix 2528 third_party/expat/files/lib/xmlparse.c while (*prefix) *uri++ = *prefix++; prefix 2539 third_party/expat/files/lib/xmlparse.c endNamespaceDeclHandler(handlerArg, b->prefix->name); prefix 2543 third_party/expat/files/lib/xmlparse.c b->prefix->binding = b->prevPrefixBinding; prefix 2817 third_party/expat/files/lib/xmlparse.c if (attId->prefix) { prefix 2820 third_party/expat/files/lib/xmlparse.c enum XML_Error result = addBinding(parser, attId->prefix, attId, prefix 2853 third_party/expat/files/lib/xmlparse.c if (da->id->prefix) { prefix 2855 third_party/expat/files/lib/xmlparse.c enum XML_Error result = addBinding(parser, da->id->prefix, da->id, prefix 2914 third_party/expat/files/lib/xmlparse.c b = id->prefix->binding; prefix 2958 third_party/expat/files/lib/xmlparse.c s = b->prefix->name; prefix 2994 third_party/expat/files/lib/xmlparse.c if (elementType->prefix) { prefix 2995 third_party/expat/files/lib/xmlparse.c binding = elementType->prefix->binding; prefix 3009 third_party/expat/files/lib/xmlparse.c if (ns_triplets && binding->prefix->name) { prefix 3010 third_party/expat/files/lib/xmlparse.c for (; binding->prefix->name[prefixLen++];) prefix 3015 third_party/expat/files/lib/xmlparse.c tagNamePtr->prefix = binding->prefix->name; prefix 3040 third_party/expat/files/lib/xmlparse.c memcpy(uri + 1, binding->prefix->name, prefixLen * sizeof(XML_Char)); prefix 3050 third_party/expat/files/lib/xmlparse.c addBinding(XML_Parser parser, PREFIX *prefix, const ATTRIBUTE_ID *attId, prefix 3081 third_party/expat/files/lib/xmlparse.c if (*uri == XML_T('\0') && prefix->name) prefix 3084 third_party/expat/files/lib/xmlparse.c if (prefix->name prefix 3085 third_party/expat/files/lib/xmlparse.c && prefix->name[0] == XML_T(ASCII_x) prefix 3086 third_party/expat/files/lib/xmlparse.c && prefix->name[1] == XML_T(ASCII_m) prefix 3087 third_party/expat/files/lib/xmlparse.c && prefix->name[2] == XML_T(ASCII_l)) { prefix 3090 third_party/expat/files/lib/xmlparse.c if (prefix->name[3] == XML_T(ASCII_n) prefix 3091 third_party/expat/files/lib/xmlparse.c && prefix->name[4] == XML_T(ASCII_s) prefix 3092 third_party/expat/files/lib/xmlparse.c && prefix->name[5] == XML_T('\0')) prefix 3095 third_party/expat/files/lib/xmlparse.c if (prefix->name[3] == XML_T('\0')) prefix 3146 third_party/expat/files/lib/xmlparse.c b->prefix = prefix; prefix 3148 third_party/expat/files/lib/xmlparse.c b->prevPrefixBinding = prefix->binding; prefix 3150 third_party/expat/files/lib/xmlparse.c if (*uri == XML_T('\0') && prefix == &_dtd->defaultPrefix) prefix 3151 third_party/expat/files/lib/xmlparse.c prefix->binding = NULL; prefix 3153 third_party/expat/files/lib/xmlparse.c prefix->binding = b; prefix 3158 third_party/expat/files/lib/xmlparse.c startNamespaceDeclHandler(handlerArg, prefix->name, prefix 3159 third_party/expat/files/lib/xmlparse.c prefix->binding ? uri : 0); prefix 4062 third_party/expat/files/lib/xmlparse.c const XML_Char *prefix; prefix 4064 third_party/expat/files/lib/xmlparse.c prefix = enumValueSep; prefix 4067 third_party/expat/files/lib/xmlparse.c prefix = (role == XML_ROLE_ATTRIBUTE_NOTATION_VALUE prefix 4071 third_party/expat/files/lib/xmlparse.c if (!poolAppendString(&tempPool, prefix)) prefix 5406 third_party/expat/files/lib/xmlparse.c PREFIX *prefix; prefix 5414 third_party/expat/files/lib/xmlparse.c prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), prefix 5416 third_party/expat/files/lib/xmlparse.c if (!prefix) prefix 5418 third_party/expat/files/lib/xmlparse.c if (prefix->name == poolStart(&dtd->pool)) prefix 5422 third_party/expat/files/lib/xmlparse.c elementType->prefix = prefix; prefix 5459 third_party/expat/files/lib/xmlparse.c id->prefix = &dtd->defaultPrefix; prefix 5461 third_party/expat/files/lib/xmlparse.c id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, name + 6, sizeof(PREFIX)); prefix 5476 third_party/expat/files/lib/xmlparse.c id->prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&dtd->pool), prefix 5478 third_party/expat/files/lib/xmlparse.c if (id->prefix->name == poolStart(&dtd->pool)) prefix 5518 third_party/expat/files/lib/xmlparse.c PREFIX *prefix = (PREFIX *)hashTableIterNext(&iter); prefix 5519 third_party/expat/files/lib/xmlparse.c if (!prefix) prefix 5521 third_party/expat/files/lib/xmlparse.c if (!prefix->binding) prefix 5525 third_party/expat/files/lib/xmlparse.c for (s = prefix->name; *s; s++) prefix 5530 third_party/expat/files/lib/xmlparse.c len = prefix->binding->uriLen; prefix 5534 third_party/expat/files/lib/xmlparse.c if (!poolAppendChar(&tempPool, prefix->binding->uri[i])) prefix 5581 third_party/expat/files/lib/xmlparse.c PREFIX *prefix; prefix 5583 third_party/expat/files/lib/xmlparse.c prefix = &dtd->defaultPrefix; prefix 5587 third_party/expat/files/lib/xmlparse.c prefix = (PREFIX *)lookup(parser, &dtd->prefixes, poolStart(&tempPool), prefix 5589 third_party/expat/files/lib/xmlparse.c if (!prefix) prefix 5591 third_party/expat/files/lib/xmlparse.c if (prefix->name == poolStart(&tempPool)) { prefix 5592 third_party/expat/files/lib/xmlparse.c prefix->name = poolCopyString(&dtd->pool, prefix->name); prefix 5593 third_party/expat/files/lib/xmlparse.c if (!prefix->name) prefix 5605 third_party/expat/files/lib/xmlparse.c if (addBinding(parser, prefix, NULL, poolStart(&tempPool), prefix 5793 third_party/expat/files/lib/xmlparse.c if (oldA->prefix) { prefix 5795 third_party/expat/files/lib/xmlparse.c if (oldA->prefix == &oldDtd->defaultPrefix) prefix 5796 third_party/expat/files/lib/xmlparse.c newA->prefix = &newDtd->defaultPrefix; prefix 5798 third_party/expat/files/lib/xmlparse.c newA->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), prefix 5799 third_party/expat/files/lib/xmlparse.c oldA->prefix->name, 0); prefix 5833 third_party/expat/files/lib/xmlparse.c if (oldE->prefix) prefix 5834 third_party/expat/files/lib/xmlparse.c newE->prefix = (PREFIX *)lookup(oldParser, &(newDtd->prefixes), prefix 5835 third_party/expat/files/lib/xmlparse.c oldE->prefix->name, 0); prefix 158 third_party/libaddressinput/chromium/cpp/src/ruleset.cc const std::string& prefix, prefix 186 third_party/libaddressinput/chromium/cpp/src/ruleset.cc canonicalizer_->CanonicalizeString(prefix), result); prefix 125 third_party/libaddressinput/chromium/cpp/src/ruleset.h const std::string& prefix, prefix 2075 third_party/libusb/src/libusb/core.c const char *prefix = ""; prefix 2114 third_party/libusb/src/libusb/core.c prefix = "info"; prefix 2117 third_party/libusb/src/libusb/core.c prefix = "warning"; prefix 2120 third_party/libusb/src/libusb/core.c prefix = "error"; prefix 2123 third_party/libusb/src/libusb/core.c prefix = "debug"; prefix 2128 third_party/libusb/src/libusb/core.c prefix = "unknown"; prefix 2135 third_party/libusb/src/libusb/core.c (int)now.tv_sec, (int)now.tv_usec, usbi_get_tid(), prefix, function); prefix 2138 third_party/libusb/src/libusb/core.c "libusbx: %s [%s] ", prefix, function); prefix 107 third_party/libusb/src/libusb/os/windows_common.h #define DLL_DECLARE_PREFIXED(api, ret, prefix, name, args) DLL_DECLARE_PREFIXNAME(api, ret, prefix##name, name, args) prefix 108 third_party/libusb/src/libusb/os/windows_common.h #define DLL_LOAD_PREFIXED(dll, prefix, name, ret_on_failure) DLL_LOAD_PREFIXNAME(dll, prefix##name, name, ret_on_failure) prefix 685 third_party/libxml/src/HTMLtree.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 686 third_party/libxml/src/HTMLtree.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 863 third_party/libxml/src/HTMLtree.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 864 third_party/libxml/src/HTMLtree.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 893 third_party/libxml/src/HTMLtree.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 894 third_party/libxml/src/HTMLtree.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 939 third_party/libxml/src/HTMLtree.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 940 third_party/libxml/src/HTMLtree.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 709 third_party/libxml/src/SAX2.c xmlChar *name = NULL, *prefix = NULL; prefix 730 third_party/libxml/src/SAX2.c name = xmlSplitQName(ctxt, fullname, &prefix); prefix 734 third_party/libxml/src/SAX2.c name, prefix, (xmlAttributeType) type, prefix 738 third_party/libxml/src/SAX2.c name, prefix, (xmlAttributeType) type, prefix 755 third_party/libxml/src/SAX2.c if (prefix != NULL) prefix 756 third_party/libxml/src/SAX2.c xmlFree(prefix); prefix 1066 third_party/libxml/src/SAX2.c const xmlChar *value, const xmlChar *prefix ATTRIBUTE_UNUSED) prefix 1183 third_party/libxml/src/SAX2.c ctxt->node, prefix, nsret, val); prefix 1246 third_party/libxml/src/SAX2.c ctxt->node, prefix, nsret, value); prefix 1394 third_party/libxml/src/SAX2.c const xmlChar *prefix, const xmlChar **atts) { prefix 1400 third_party/libxml/src/SAX2.c elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->intSubset, name, prefix); prefix 1402 third_party/libxml/src/SAX2.c elemDecl = xmlGetDtdQElementDesc(ctxt->myDoc->extSubset, name, prefix); prefix 1421 third_party/libxml/src/SAX2.c attr->prefix) == attr) && prefix 1424 third_party/libxml/src/SAX2.c attr->prefix) == NULL)) { prefix 1427 third_party/libxml/src/SAX2.c if (attr->prefix != NULL) { prefix 1428 third_party/libxml/src/SAX2.c fulln = xmlStrdup(attr->prefix); prefix 1485 third_party/libxml/src/SAX2.c if (((attr->prefix != NULL) && prefix 1486 third_party/libxml/src/SAX2.c (xmlStrEqual(attr->prefix, BAD_CAST "xmlns"))) || prefix 1487 third_party/libxml/src/SAX2.c ((attr->prefix == NULL) && prefix 1494 third_party/libxml/src/SAX2.c attr->prefix); prefix 1499 third_party/libxml/src/SAX2.c fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50); prefix 1522 third_party/libxml/src/SAX2.c attr->defaultValue, prefix); prefix 1533 third_party/libxml/src/SAX2.c name, prefix); prefix 1556 third_party/libxml/src/SAX2.c xmlChar *prefix; prefix 1586 third_party/libxml/src/SAX2.c name = xmlSplitQName(ctxt, fullname, &prefix); prefix 1596 third_party/libxml/src/SAX2.c if (prefix != NULL) prefix 1597 third_party/libxml/src/SAX2.c xmlFree(prefix); prefix 1653 third_party/libxml/src/SAX2.c xmlCheckDefaultedAttributes(ctxt, name, prefix, atts); prefix 1667 third_party/libxml/src/SAX2.c xmlSAX2AttributeInternal(ctxt, att, value, prefix); prefix 1679 third_party/libxml/src/SAX2.c ns = xmlSearchNs(ctxt->myDoc, ret, prefix); prefix 1681 third_party/libxml/src/SAX2.c ns = xmlSearchNs(ctxt->myDoc, parent, prefix); prefix 1682 third_party/libxml/src/SAX2.c if ((prefix != NULL) && (ns == NULL)) { prefix 1683 third_party/libxml/src/SAX2.c ns = xmlNewNs(ret, NULL, prefix); prefix 1686 third_party/libxml/src/SAX2.c prefix, NULL); prefix 1694 third_party/libxml/src/SAX2.c ((ns->href[0] != 0) || (ns->prefix != NULL))) prefix 1743 third_party/libxml/src/SAX2.c if (prefix != NULL) prefix 1744 third_party/libxml/src/SAX2.c xmlFree(prefix); prefix 1925 third_party/libxml/src/SAX2.c const xmlChar * prefix, prefix 1936 third_party/libxml/src/SAX2.c if (prefix != NULL) prefix 1937 third_party/libxml/src/SAX2.c namespace = xmlSearchNs(ctxt->myDoc, ctxt->node, prefix); prefix 2060 third_party/libxml/src/SAX2.c fullname = xmlBuildQName(localname, prefix, fn, 50); prefix 2100 third_party/libxml/src/SAX2.c if ((prefix == ctxt->str_xml) && prefix 2153 third_party/libxml/src/SAX2.c const xmlChar *prefix, prefix 2242 third_party/libxml/src/SAX2.c if ((URI != NULL) && (prefix == pref)) prefix 2252 third_party/libxml/src/SAX2.c ret, prefix, ns, uri); prefix 2286 third_party/libxml/src/SAX2.c ret->ns = xmlSearchNs(ctxt->myDoc, parent, prefix); prefix 2287 third_party/libxml/src/SAX2.c if ((ret->ns == NULL) && (xmlStrEqual(prefix, BAD_CAST "xml"))) { prefix 2288 third_party/libxml/src/SAX2.c ret->ns = xmlSearchNs(ctxt->myDoc, ret, prefix); prefix 2291 third_party/libxml/src/SAX2.c ns = xmlNewNs(ret, NULL, prefix); prefix 2297 third_party/libxml/src/SAX2.c if (prefix != NULL) prefix 2300 third_party/libxml/src/SAX2.c prefix, NULL); prefix 2350 third_party/libxml/src/SAX2.c const xmlChar * prefix ATTRIBUTE_UNUSED, prefix 414 third_party/libxml/src/c14n.c const xmlChar *prefix; prefix 427 third_party/libxml/src/c14n.c prefix = ((ns == NULL) || (ns->prefix == NULL)) ? BAD_CAST "" : ns->prefix; prefix 429 third_party/libxml/src/c14n.c has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL)); prefix 436 third_party/libxml/src/c14n.c if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { prefix 447 third_party/libxml/src/c14n.c const xmlChar *prefix; prefix 460 third_party/libxml/src/c14n.c prefix = ((ns == NULL) || (ns->prefix == NULL)) ? BAD_CAST "" : ns->prefix; prefix 462 third_party/libxml/src/c14n.c has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL)); prefix 469 third_party/libxml/src/c14n.c if(xmlC14NStrEqual(prefix, (ns1 != NULL) ? ns1->prefix : NULL)) { prefix 499 third_party/libxml/src/c14n.c (xmlStrEqual(ns->prefix, BAD_CAST "xml")) && prefix 523 third_party/libxml/src/c14n.c return (xmlStrcmp(ns1->prefix, ns2->prefix)); prefix 545 third_party/libxml/src/c14n.c if (ns->prefix != NULL) { prefix 547 third_party/libxml/src/c14n.c xmlOutputBufferWriteString(ctx->buf, (const char *) ns->prefix); prefix 624 third_party/libxml/src/c14n.c tmp = xmlSearchNs(cur->doc, cur, ns->prefix); prefix 634 third_party/libxml/src/c14n.c if(xmlStrlen(ns->prefix) == 0) { prefix 740 third_party/libxml/src/c14n.c xmlChar *prefix; prefix 744 third_party/libxml/src/c14n.c prefix = ctx->inclusive_ns_prefixes[i]; prefix 748 third_party/libxml/src/c14n.c if (xmlStrEqual(prefix, BAD_CAST "#default") prefix 749 third_party/libxml/src/c14n.c || xmlStrEqual(prefix, BAD_CAST "")) { prefix 750 third_party/libxml/src/c14n.c prefix = NULL; prefix 754 third_party/libxml/src/c14n.c ns = xmlSearchNs(cur->doc, cur, prefix); prefix 763 third_party/libxml/src/c14n.c if(xmlStrlen(ns->prefix) == 0) { prefix 786 third_party/libxml/src/c14n.c if(xmlStrlen(ns->prefix) == 0) { prefix 805 third_party/libxml/src/c14n.c if(xmlStrlen(attr->ns->prefix) == 0) { prefix 808 third_party/libxml/src/c14n.c } else if((attr->ns != NULL) && (xmlStrlen(attr->ns->prefix) == 0) && (xmlStrlen(attr->ns->href) == 0)) { prefix 905 third_party/libxml/src/c14n.c if (attr1->ns->prefix == NULL) prefix 907 third_party/libxml/src/c14n.c if (attr2->ns->prefix == NULL) prefix 942 third_party/libxml/src/c14n.c if (attr->ns != NULL && xmlStrlen(attr->ns->prefix) > 0) { prefix 944 third_party/libxml/src/c14n.c (const char *) attr->ns->prefix); prefix 1450 third_party/libxml/src/c14n.c if ((cur->ns != NULL) && (xmlStrlen(cur->ns->prefix) > 0)) { prefix 1452 third_party/libxml/src/c14n.c (const char *) cur->ns->prefix); prefix 1490 third_party/libxml/src/c14n.c if ((cur->ns != NULL) && (xmlStrlen(cur->ns->prefix) > 0)) { prefix 1492 third_party/libxml/src/c14n.c (const char *) cur->ns->prefix); prefix 119 third_party/libxml/src/debugXML.c if (xmlStrEqual(cur->prefix, ns->prefix)) prefix 203 third_party/libxml/src/debugXML.c if (ns->prefix == NULL) prefix 209 third_party/libxml/src/debugXML.c (char *) ns->prefix); prefix 212 third_party/libxml/src/debugXML.c if (ns->prefix == NULL) prefix 218 third_party/libxml/src/debugXML.c (char *) ns->prefix); prefix 730 third_party/libxml/src/debugXML.c if (ns->prefix != NULL) prefix 733 third_party/libxml/src/debugXML.c (char *) ns->prefix); prefix 739 third_party/libxml/src/debugXML.c if (ns->prefix != NULL) prefix 741 third_party/libxml/src/debugXML.c (char *) ns->prefix); prefix 893 third_party/libxml/src/debugXML.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) { prefix 894 third_party/libxml/src/debugXML.c xmlCtxtDumpString(ctxt, node->ns->prefix); prefix 1767 third_party/libxml/src/debugXML.c if (ns->prefix == NULL) prefix 1770 third_party/libxml/src/debugXML.c fprintf(output, "%s -> %s", (char *)ns->prefix, prefix 2107 third_party/libxml/src/debugXML.c xmlChar* prefix; prefix 2119 third_party/libxml/src/debugXML.c prefix = next; prefix 2136 third_party/libxml/src/debugXML.c if(xmlXPathRegisterNs(ctxt->pctxt, prefix, href) != 0) { prefix 2137 third_party/libxml/src/debugXML.c fprintf(ctxt->output,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href); prefix 2169 third_party/libxml/src/debugXML.c if (ns->prefix == NULL) prefix 2172 third_party/libxml/src/debugXML.c xmlXPathRegisterNs(ctxt->pctxt, ns->prefix, ns->href); prefix 52 third_party/libxml/src/dict.c #define xmlDictComputeQKey(dict, prefix, plen, name, len) \ prefix 53 third_party/libxml/src/dict.c (((prefix) == NULL) ? \ prefix 56 third_party/libxml/src/dict.c xmlDictComputeFastQKey(prefix, plen, name, len) : \ prefix 57 third_party/libxml/src/dict.c xmlDictComputeBigQKey(prefix, plen, name, len))) prefix 62 third_party/libxml/src/dict.c #define xmlDictComputeQKey(dict, prefix, plen, name, len) \ prefix 63 third_party/libxml/src/dict.c xmlDictComputeFastQKey(prefix, plen, name, len) prefix 216 third_party/libxml/src/dict.c xmlDictAddQString(xmlDictPtr dict, const xmlChar *prefix, int plen, prefix 223 third_party/libxml/src/dict.c if (prefix == NULL) return(xmlDictAddString(dict, name, namelen)); prefix 258 third_party/libxml/src/dict.c memcpy(pool->free, prefix, plen); prefix 312 third_party/libxml/src/dict.c xmlDictComputeBigQKey(const xmlChar *prefix, int plen, prefix 321 third_party/libxml/src/dict.c hash += prefix[i]; prefix 383 third_party/libxml/src/dict.c xmlDictComputeFastQKey(const xmlChar *prefix, int plen, prefix 391 third_party/libxml/src/dict.c value += 30 * (*prefix); prefix 400 third_party/libxml/src/dict.c case 10: value += prefix[9]; prefix 401 third_party/libxml/src/dict.c case 9: value += prefix[8]; prefix 402 third_party/libxml/src/dict.c case 8: value += prefix[7]; prefix 403 third_party/libxml/src/dict.c case 7: value += prefix[6]; prefix 404 third_party/libxml/src/dict.c case 6: value += prefix[5]; prefix 405 third_party/libxml/src/dict.c case 5: value += prefix[4]; prefix 406 third_party/libxml/src/dict.c case 4: value += prefix[3]; prefix 407 third_party/libxml/src/dict.c case 3: value += prefix[2]; prefix 408 third_party/libxml/src/dict.c case 2: value += prefix[1]; prefix 409 third_party/libxml/src/dict.c case 1: value += prefix[0]; prefix 959 third_party/libxml/src/dict.c xmlDictQLookup(xmlDictPtr dict, const xmlChar *prefix, const xmlChar *name) { prefix 968 third_party/libxml/src/dict.c if (prefix == NULL) prefix 972 third_party/libxml/src/dict.c plen = strlen((const char *) prefix); prefix 978 third_party/libxml/src/dict.c okey = xmlDictComputeQKey(dict, prefix, plen, name, l); prefix 986 third_party/libxml/src/dict.c (xmlStrQEqual(prefix, name, insert->name))) prefix 991 third_party/libxml/src/dict.c (xmlStrQEqual(prefix, name, insert->name))) prefix 1003 third_party/libxml/src/dict.c skey = xmlDictComputeQKey(dict->subdict, prefix, plen, name, l); prefix 1013 third_party/libxml/src/dict.c (xmlStrQEqual(prefix, name, tmp->name))) prefix 1018 third_party/libxml/src/dict.c (xmlStrQEqual(prefix, name, tmp->name))) prefix 1024 third_party/libxml/src/dict.c ret = xmlDictAddQString(dict, prefix, plen, name, l); prefix 89 third_party/libxml/src/hash.c const xmlChar *prefix, const xmlChar *name, prefix 95 third_party/libxml/src/hash.c if (prefix != NULL) prefix 96 third_party/libxml/src/hash.c value += 30 * (*prefix); prefix 100 third_party/libxml/src/hash.c if (prefix != NULL) { prefix 101 third_party/libxml/src/hash.c while ((ch = *prefix++) != 0) { prefix 446 third_party/libxml/src/hash.c xmlHashQLookup(xmlHashTablePtr table, const xmlChar *prefix, prefix 448 third_party/libxml/src/hash.c return(xmlHashQLookup3(table, prefix, name, NULL, NULL, NULL, NULL)); prefix 464 third_party/libxml/src/hash.c xmlHashQLookup2(xmlHashTablePtr table, const xmlChar *prefix, prefix 467 third_party/libxml/src/hash.c return(xmlHashQLookup3(table, prefix, name, prefix2, name2, NULL, NULL)); prefix 768 third_party/libxml/src/hash.c const xmlChar *prefix, const xmlChar *name, prefix 778 third_party/libxml/src/hash.c key = xmlHashComputeQKey(table, prefix, name, prefix2, prefix 783 third_party/libxml/src/hash.c if ((xmlStrQEqual(prefix, name, entry->name)) && prefix 132 third_party/libxml/src/include/libxml/SAX.h const xmlChar *prefix); prefix 144 third_party/libxml/src/include/libxml/SAX.h const xmlChar *prefix); prefix 113 third_party/libxml/src/include/libxml/SAX2.h const xmlChar *prefix, prefix 123 third_party/libxml/src/include/libxml/SAX2.h const xmlChar *prefix, prefix 52 third_party/libxml/src/include/libxml/dict.h const xmlChar *prefix, prefix 184 third_party/libxml/src/include/libxml/hash.h const xmlChar *prefix); prefix 188 third_party/libxml/src/include/libxml/hash.h const xmlChar *prefix, prefix 194 third_party/libxml/src/include/libxml/hash.h const xmlChar *prefix, prefix 691 third_party/libxml/src/include/libxml/parser.h const xmlChar *prefix, prefix 712 third_party/libxml/src/include/libxml/parser.h const xmlChar *prefix, prefix 352 third_party/libxml/src/include/libxml/parserInternals.h xmlChar **prefix); prefix 582 third_party/libxml/src/include/libxml/parserInternals.h xmlChar **prefix); prefix 230 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix; /* the namespace prefix if any */ prefix 274 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix; /* Namespace prefix */ prefix 321 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix; /* the namespace prefix if any */ prefix 355 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix; /* prefix for the namespace */ prefix 640 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix, prefix 645 third_party/libxml/src/include/libxml/tree.h xmlChar **prefix); prefix 725 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix); prefix 730 third_party/libxml/src/include/libxml/tree.h const xmlChar *prefix); prefix 371 third_party/libxml/src/include/libxml/valid.h const xmlChar *prefix, prefix 397 third_party/libxml/src/include/libxml/valid.h const xmlChar *prefix); prefix 404 third_party/libxml/src/include/libxml/valid.h const xmlChar *prefix); prefix 224 third_party/libxml/src/include/libxml/xmlreader.h const xmlChar *prefix); prefix 93 third_party/libxml/src/include/libxml/xmlwriter.h prefix, prefix 122 third_party/libxml/src/include/libxml/xmlwriter.h const xmlChar * prefix, prefix 129 third_party/libxml/src/include/libxml/xmlwriter.h const xmlChar * prefix, prefix 138 third_party/libxml/src/include/libxml/xmlwriter.h prefix, prefix 192 third_party/libxml/src/include/libxml/xmlwriter.h prefix, prefix 221 third_party/libxml/src/include/libxml/xmlwriter.h const xmlChar * prefix, prefix 228 third_party/libxml/src/include/libxml/xmlwriter.h const xmlChar * prefix, prefix 237 third_party/libxml/src/include/libxml/xmlwriter.h prefix, prefix 424 third_party/libxml/src/include/libxml/xpathInternals.h const xmlChar *prefix, prefix 428 third_party/libxml/src/include/libxml/xpathInternals.h const xmlChar *prefix); prefix 478 third_party/libxml/src/legacy.c xmlChar ** prefix ATTRIBUTE_UNUSED) prefix 681 third_party/libxml/src/legacy.c const xmlChar * prefix ATTRIBUTE_UNUSED) prefix 1235 third_party/libxml/src/legacy.c const xmlChar * prefix ATTRIBUTE_UNUSED) prefix 1305 third_party/libxml/src/legacy.c const xmlChar * prefix ATTRIBUTE_UNUSED) prefix 245 third_party/libxml/src/parser.c xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix, prefix 254 third_party/libxml/src/parser.c if (prefix == NULL) prefix 262 third_party/libxml/src/parser.c (const char *) prefix, (const char *) localname, prefix 263 third_party/libxml/src/parser.c NULL, 0, 0, "Attribute %s:%s redefined\n", prefix, prefix 1124 third_party/libxml/src/parser.c const xmlChar *prefix; prefix 1147 third_party/libxml/src/parser.c prefix = NULL; prefix 1150 third_party/libxml/src/parser.c prefix = xmlDictLookup(ctxt->dict, fullname, len); prefix 1156 third_party/libxml/src/parser.c defaults = xmlHashLookup2(ctxt->attsDefault, name, prefix); prefix 1164 third_party/libxml/src/parser.c if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, prefix 1178 third_party/libxml/src/parser.c if (xmlHashUpdateEntry2(ctxt->attsDefault, name, prefix, prefix 1192 third_party/libxml/src/parser.c prefix = NULL; prefix 1195 third_party/libxml/src/parser.c prefix = xmlDictLookup(ctxt->dict, fullattr, len); prefix 1199 third_party/libxml/src/parser.c defaults->values[5 * defaults->nbAttrs + 1] = prefix; prefix 1384 third_party/libxml/src/parser.c nsPush(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URL) prefix 1389 third_party/libxml/src/parser.c if (ctxt->nsTab[i] == prefix) { prefix 1420 third_party/libxml/src/parser.c ctxt->nsTab[ctxt->nsNr++] = prefix; prefix 1625 third_party/libxml/src/parser.c const xmlChar *prefix, const xmlChar *URI, int nsNr) prefix 1650 third_party/libxml/src/parser.c ctxt->pushTab[ctxt->nameNr * 3] = (void *) prefix; prefix 2789 third_party/libxml/src/parser.c xmlSplitQName(xmlParserCtxtPtr ctxt, const xmlChar *name, xmlChar **prefix) { prefix 2798 third_party/libxml/src/parser.c if (prefix == NULL) return(NULL); prefix 2799 third_party/libxml/src/parser.c *prefix = NULL; prefix 2855 third_party/libxml/src/parser.c *prefix = NULL; prefix 2870 third_party/libxml/src/parser.c *prefix = ret; prefix 8366 third_party/libxml/src/parser.c xmlGetNamespace(xmlParserCtxtPtr ctxt, const xmlChar *prefix) { prefix 8369 third_party/libxml/src/parser.c if (prefix == ctxt->str_xml) return(ctxt->str_xml_ns); prefix 8371 third_party/libxml/src/parser.c if (ctxt->nsTab[i] == prefix) { prefix 8372 third_party/libxml/src/parser.c if ((prefix == NULL) && (*ctxt->nsTab[i + 1] == 0)) prefix 8394 third_party/libxml/src/parser.c xmlParseQName(xmlParserCtxtPtr ctxt, const xmlChar **prefix) { prefix 8406 third_party/libxml/src/parser.c *prefix = NULL; prefix 8430 third_party/libxml/src/parser.c *prefix = NULL; prefix 8444 third_party/libxml/src/parser.c *prefix = p; prefix 8450 third_party/libxml/src/parser.c *prefix = p; prefix 8453 third_party/libxml/src/parser.c *prefix = p; prefix 8455 third_party/libxml/src/parser.c *prefix = NULL; prefix 8474 third_party/libxml/src/parser.c xmlChar const *prefix) { prefix 8480 third_party/libxml/src/parser.c if (prefix == NULL) return(xmlParseNameAndCompare(ctxt, name)); prefix 8485 third_party/libxml/src/parser.c cmp = prefix; prefix 8507 third_party/libxml/src/parser.c if ((ret == name) && (prefix == prefix2)) prefix 8696 third_party/libxml/src/parser.c const xmlChar ** prefix, xmlChar ** value, prefix 8705 third_party/libxml/src/parser.c name = xmlParseQName(ctxt, prefix); prefix 8719 third_party/libxml/src/parser.c pref, elem, *prefix, name); prefix 8757 third_party/libxml/src/parser.c if (*prefix == ctxt->str_xml) { prefix 8828 third_party/libxml/src/parser.c const xmlChar *prefix; prefix 8865 third_party/libxml/src/parser.c localname = xmlParseQName(ctxt, &prefix); prefix 8889 third_party/libxml/src/parser.c attname = xmlParseAttribute2(ctxt, prefix, localname, prefix 9082 third_party/libxml/src/parser.c defaults = xmlHashLookup2(ctxt->attsDefault, localname, prefix); prefix 9197 third_party/libxml/src/parser.c nsname = xmlGetNamespace(ctxt, prefix); prefix 9198 third_party/libxml/src/parser.c if ((prefix != NULL) && (nsname == NULL)) { prefix 9201 third_party/libxml/src/parser.c prefix, localname, NULL); prefix 9203 third_party/libxml/src/parser.c *pref = prefix; prefix 9212 third_party/libxml/src/parser.c ctxt->sax->startElementNs(ctxt->userData, localname, prefix, prefix 9216 third_party/libxml/src/parser.c ctxt->sax->startElementNs(ctxt->userData, localname, prefix, prefix 9265 third_party/libxml/src/parser.c xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, prefix 9284 third_party/libxml/src/parser.c if (prefix == NULL) prefix 9287 third_party/libxml/src/parser.c name = xmlParseQNameAndCompare(ctxt, ctxt->name, prefix); prefix 9323 third_party/libxml/src/parser.c ctxt->sax->endElementNs(ctxt->userData, ctxt->name, prefix, URI); prefix 9535 third_party/libxml/src/parser.c const xmlChar *prefix = NULL; prefix 9569 third_party/libxml/src/parser.c name = xmlParseStartTag2(ctxt, &prefix, &URI, &tlen); prefix 9602 third_party/libxml/src/parser.c ctxt->sax->endElementNs(ctxt->userData, name, prefix, URI); prefix 9678 third_party/libxml/src/parser.c xmlParseEndTag2(ctxt, prefix, URI, line, ctxt->nsNr - nsNr, tlen); prefix 10933 third_party/libxml/src/parser.c const xmlChar *prefix = NULL; prefix 10965 third_party/libxml/src/parser.c name = xmlParseStartTag2(ctxt, &prefix, &URI, &tlen); prefix 11001 third_party/libxml/src/parser.c prefix, URI); prefix 11032 third_party/libxml/src/parser.c nameNsPush(ctxt, name, prefix, URI, ctxt->nsNr - nsNr); prefix 13108 third_party/libxml/src/parser.c iprefix = xmlDictLookup(ctxt->dict, ns->prefix, -1); prefix 13111 third_party/libxml/src/parser.c iprefix = ns->prefix; prefix 896 third_party/libxml/src/pattern.c xmlPatScanQName(xmlPatParserContextPtr ctxt, xmlChar **prefix) { prefix 899 third_party/libxml/src/pattern.c *prefix = NULL; prefix 902 third_party/libxml/src/pattern.c *prefix = ret; prefix 937 third_party/libxml/src/pattern.c xmlChar *prefix = name; prefix 943 third_party/libxml/src/pattern.c XML_PAT_FREE_STRING(ctxt, prefix); prefix 951 third_party/libxml/src/pattern.c if ((prefix[0] == 'x') && prefix 952 third_party/libxml/src/pattern.c (prefix[1] == 'm') && prefix 953 third_party/libxml/src/pattern.c (prefix[2] == 'l') && prefix 954 third_party/libxml/src/pattern.c (prefix[3] == 0)) prefix 959 third_party/libxml/src/pattern.c if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) { prefix 967 third_party/libxml/src/pattern.c prefix); prefix 972 third_party/libxml/src/pattern.c XML_PAT_FREE_STRING(ctxt, prefix); prefix 1060 third_party/libxml/src/pattern.c xmlChar *prefix = name; prefix 1072 third_party/libxml/src/pattern.c if ((prefix[0] == 'x') && prefix 1073 third_party/libxml/src/pattern.c (prefix[1] == 'm') && prefix 1074 third_party/libxml/src/pattern.c (prefix[2] == 'l') && prefix 1075 third_party/libxml/src/pattern.c (prefix[3] == 0)) prefix 1080 third_party/libxml/src/pattern.c if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) { prefix 1088 third_party/libxml/src/pattern.c prefix); prefix 1093 third_party/libxml/src/pattern.c XML_PAT_FREE_STRING(ctxt, prefix); prefix 1126 third_party/libxml/src/pattern.c xmlChar *prefix = name; prefix 1139 third_party/libxml/src/pattern.c if ((prefix[0] == 'x') && prefix 1140 third_party/libxml/src/pattern.c (prefix[1] == 'm') && prefix 1141 third_party/libxml/src/pattern.c (prefix[2] == 'l') && prefix 1142 third_party/libxml/src/pattern.c (prefix[3] == 0)) prefix 1147 third_party/libxml/src/pattern.c if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix)) { prefix 1155 third_party/libxml/src/pattern.c "to prefix %s\n", prefix); prefix 1160 third_party/libxml/src/pattern.c XML_PAT_FREE_STRING(ctxt, prefix); prefix 7241 third_party/libxml/src/relaxng.c xmlChar *name, *local, *prefix; prefix 7248 third_party/libxml/src/relaxng.c local = xmlSplitQName2(name, &prefix); prefix 7252 third_party/libxml/src/relaxng.c ns = xmlSearchNs(cur->doc, cur, prefix); prefix 7257 third_party/libxml/src/relaxng.c prefix, NULL); prefix 7264 third_party/libxml/src/relaxng.c xmlFree(prefix); prefix 1411 third_party/libxml/src/runtest.c const xmlChar *prefix, prefix 1425 third_party/libxml/src/runtest.c if (prefix == NULL) prefix 1428 third_party/libxml/src/runtest.c fprintf(SAXdebug, ", %s", (char *) prefix); prefix 1468 third_party/libxml/src/runtest.c const xmlChar *prefix, prefix 1475 third_party/libxml/src/runtest.c if (prefix == NULL) prefix 1478 third_party/libxml/src/runtest.c fprintf(SAXdebug, ", %s", (char *) prefix); prefix 2993 third_party/libxml/src/runtest.c char prefix[500]; prefix 3024 third_party/libxml/src/runtest.c memcpy(prefix, base, len); prefix 3025 third_party/libxml/src/runtest.c prefix[len] = 0; prefix 3027 third_party/libxml/src/runtest.c snprintf(pattern, 499, "./test/schemas/%s_?.xml", prefix); prefix 3032 third_party/libxml/src/runtest.c memcpy(prefix, base, len); prefix 3033 third_party/libxml/src/runtest.c prefix[len] = 0; prefix 3047 third_party/libxml/src/runtest.c prefix, count); prefix 3050 third_party/libxml/src/runtest.c prefix, count); prefix 3170 third_party/libxml/src/runtest.c char prefix[500]; prefix 3195 third_party/libxml/src/runtest.c memcpy(prefix, base, len); prefix 3196 third_party/libxml/src/runtest.c prefix[len] = 0; prefix 3198 third_party/libxml/src/runtest.c snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix); prefix 3212 third_party/libxml/src/runtest.c prefix, count); prefix 3215 third_party/libxml/src/runtest.c prefix, count); prefix 3257 third_party/libxml/src/runtest.c char prefix[500]; prefix 3275 third_party/libxml/src/runtest.c memcpy(prefix, base, len); prefix 3276 third_party/libxml/src/runtest.c prefix[len] = 0; prefix 3282 third_party/libxml/src/runtest.c if ((!strcmp(prefix, "tutor10_1")) || (!strcmp(prefix, "tutor10_2")) || prefix 3283 third_party/libxml/src/runtest.c (!strcmp(prefix, "tutor3_2")) || (!strcmp(prefix, "307377")) || prefix 3284 third_party/libxml/src/runtest.c (!strcmp(prefix, "tutor8_2"))) prefix 3287 third_party/libxml/src/runtest.c snprintf(pattern, 499, "./test/relaxng/%s_?.xml", prefix); prefix 3301 third_party/libxml/src/runtest.c prefix, count); prefix 3304 third_party/libxml/src/runtest.c prefix, count); prefix 3487 third_party/libxml/src/runtest.c namespaces[j++] = ns->prefix; prefix 3613 third_party/libxml/src/runtest.c if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) { prefix 3614 third_party/libxml/src/runtest.c fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href); prefix 3792 third_party/libxml/src/runtest.c char prefix[500]; prefix 3803 third_party/libxml/src/runtest.c memcpy(prefix, base, len); prefix 3804 third_party/libxml/src/runtest.c prefix[len] = 0; prefix 3806 third_party/libxml/src/runtest.c snprintf(buf, 499, "result/c14n/%s/%s", subdir,prefix); prefix 3812 third_party/libxml/src/runtest.c snprintf(buf, 499, "test/c14n/%s/%s.xpath", subdir,prefix); prefix 3816 third_party/libxml/src/runtest.c snprintf(buf, 499, "test/c14n/%s/%s.ns", subdir,prefix); prefix 803 third_party/libxml/src/schematron.c const xmlChar *prefix, const xmlChar *ns) prefix 832 third_party/libxml/src/schematron.c xmlDictLookup(ctxt->dict, prefix, -1); prefix 1167 third_party/libxml/src/schematron.c xmlChar *prefix = xmlGetNoNsProp(cur, BAD_CAST "prefix"); prefix 1174 third_party/libxml/src/schematron.c if ((prefix == NULL) || (prefix[0] == 0)) { prefix 1179 third_party/libxml/src/schematron.c if ((prefix) && (uri)) { prefix 1180 third_party/libxml/src/schematron.c xmlXPathRegisterNs(ctxt->xctxt, prefix, uri); prefix 1181 third_party/libxml/src/schematron.c xmlSchematronAddNamespace(ctxt, prefix, uri); prefix 1186 third_party/libxml/src/schematron.c if (prefix) prefix 1187 third_party/libxml/src/schematron.c xmlFree(prefix); prefix 1317 third_party/libxml/src/schematron.c if ((node->ns == NULL) || (node->ns->prefix == NULL)) prefix 1320 third_party/libxml/src/schematron.c ret = xmlStrcat(ret, node->ns->prefix); prefix 293 third_party/libxml/src/testC14N.c if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) { prefix 294 third_party/libxml/src/testC14N.c fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href); prefix 886 third_party/libxml/src/testSAX.c const xmlChar *prefix, prefix 900 third_party/libxml/src/testSAX.c if (prefix == NULL) prefix 903 third_party/libxml/src/testSAX.c fprintf(stdout, ", %s", (char *) prefix); prefix 943 third_party/libxml/src/testSAX.c const xmlChar *prefix, prefix 950 third_party/libxml/src/testSAX.c if (prefix == NULL) prefix 953 third_party/libxml/src/testSAX.c fprintf(stdout, ", %s", (char *) prefix); prefix 4114 third_party/libxml/src/testapi.c xmlChar * prefix; /* the element namespace prefix if available */ prefix 4126 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 2); prefix 4129 third_party/libxml/src/testapi.c xmlSAX2EndElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI); prefix 4133 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2); prefix 5086 third_party/libxml/src/testapi.c xmlChar * prefix; /* the element namespace prefix if available */ prefix 5113 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 2); prefix 5121 third_party/libxml/src/testapi.c xmlSAX2StartElementNs(ctx, (const xmlChar *)localname, (const xmlChar *)prefix, (const xmlChar *)URI, nb_namespaces, (const xmlChar **)namespaces, nb_attributes, nb_defaulted, (const xmlChar **)attributes); prefix 5125 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2); prefix 8347 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix */ prefix 8357 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 8360 third_party/libxml/src/testapi.c ret_val = xmlDictQLookup(dict, (const xmlChar *)prefix, (const xmlChar *)name); prefix 8364 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 10055 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix of the userdata */ prefix 10065 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 10068 third_party/libxml/src/testapi.c ret_val = xmlHashQLookup(table, (const xmlChar *)prefix, (const xmlChar *)name); prefix 10072 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 10101 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix of the userdata */ prefix 10117 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 10122 third_party/libxml/src/testapi.c ret_val = xmlHashQLookup2(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2); prefix 10126 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 10161 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix of the userdata */ prefix 10183 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 10190 third_party/libxml/src/testapi.c ret_val = xmlHashQLookup3(table, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)prefix2, (const xmlChar *)name2, (const xmlChar *)prefix3, (const xmlChar *)name3); prefix 10194 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 16425 third_party/libxml/src/testapi.c xmlChar ** prefix; /* a xmlChar ** */ prefix 16434 third_party/libxml/src/testapi.c prefix = gen_xmlChar_ptr_ptr(n_prefix, 2); prefix 16436 third_party/libxml/src/testapi.c ret_val = xmlSplitQName(ctxt, (const xmlChar *)name, prefix); prefix 16441 third_party/libxml/src/testapi.c des_xmlChar_ptr_ptr(n_prefix, prefix, 2); prefix 19007 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix */ prefix 19020 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 19024 third_party/libxml/src/testapi.c ret_val = xmlBuildQName((const xmlChar *)ncname, (const xmlChar *)prefix, memory, len); prefix 19026 third_party/libxml/src/testapi.c (ret_val != prefix) && (ret_val != memory)) prefix 19032 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 21534 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix for the namespace */ prefix 21543 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 2); prefix 21545 third_party/libxml/src/testapi.c ret_val = xmlNewNs(node, (const xmlChar *)href, (const xmlChar *)prefix); prefix 21551 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2); prefix 23508 third_party/libxml/src/testapi.c xmlChar ** prefix; /* a xmlChar ** */ prefix 23515 third_party/libxml/src/testapi.c prefix = gen_xmlChar_ptr_ptr(n_prefix, 1); prefix 23517 third_party/libxml/src/testapi.c ret_val = xmlSplitQName2((const xmlChar *)name, prefix); prefix 23521 third_party/libxml/src/testapi.c des_xmlChar_ptr_ptr(n_prefix, prefix, 1); prefix 25270 third_party/libxml/src/testapi.c xmlChar * prefix; /* the attribute namespace prefix */ prefix 25281 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 3); prefix 25283 third_party/libxml/src/testapi.c ret_val = xmlGetDtdQAttrDesc(dtd, (const xmlChar *)elem, (const xmlChar *)name, (const xmlChar *)prefix); prefix 25289 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 3); prefix 25321 third_party/libxml/src/testapi.c xmlChar * prefix; /* the element namespace prefix */ prefix 25330 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 2); prefix 25332 third_party/libxml/src/testapi.c ret_val = xmlGetDtdQElementDesc(dtd, (const xmlChar *)name, (const xmlChar *)prefix); prefix 25337 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 2); prefix 26800 third_party/libxml/src/testapi.c xmlChar * prefix; /* the namespace prefix */ prefix 26817 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 3); prefix 26821 third_party/libxml/src/testapi.c ret_val = xmlValidateOneNamespace(ctxt, doc, elem, (const xmlChar *)prefix, ns, (const xmlChar *)value); prefix 26827 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 3); prefix 31528 third_party/libxml/src/testapi.c xmlChar * prefix; /* the prefix whose namespace URI is to be resolved. To return the default namespace, specify NULL */ prefix 31535 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 31537 third_party/libxml/src/testapi.c ret_val = xmlTextReaderLookupNamespace(reader, (const xmlChar *)prefix); prefix 31541 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 43570 third_party/libxml/src/testapi.c xmlChar * prefix; /* namespace prefix or NULL */ prefix 43583 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 43587 third_party/libxml/src/testapi.c ret_val = xmlTextWriterStartAttributeNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI); prefix 43591 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 43974 third_party/libxml/src/testapi.c xmlChar * prefix; /* namespace prefix or NULL */ prefix 43987 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 43991 third_party/libxml/src/testapi.c ret_val = xmlTextWriterStartElementNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI); prefix 43995 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 44118 third_party/libxml/src/testapi.c xmlChar * prefix; /* namespace prefix */ prefix 44134 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 44139 third_party/libxml/src/testapi.c ret_val = xmlTextWriterWriteAttributeNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI, (const xmlChar *)content); prefix 44143 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 44888 third_party/libxml/src/testapi.c xmlChar * prefix; /* namespace prefix */ prefix 44904 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 44909 third_party/libxml/src/testapi.c ret_val = xmlTextWriterWriteElementNS(writer, (const xmlChar *)prefix, (const xmlChar *)name, (const xmlChar *)namespaceURI, (const xmlChar *)content); prefix 44913 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 49278 third_party/libxml/src/testapi.c xmlChar * prefix; /* the namespace prefix value */ prefix 49285 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 49287 third_party/libxml/src/testapi.c ret_val = xmlXPathNsLookup(ctxt, (const xmlChar *)prefix); prefix 49291 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 49697 third_party/libxml/src/testapi.c xmlChar * prefix; /* the namespace prefix cannot be NULL or empty string */ prefix 49707 third_party/libxml/src/testapi.c prefix = gen_const_xmlChar_ptr(n_prefix, 1); prefix 49710 third_party/libxml/src/testapi.c ret_val = xmlXPathRegisterNs(ctxt, (const xmlChar *)prefix, (const xmlChar *)ns_uri); prefix 49714 third_party/libxml/src/testapi.c des_const_xmlChar_ptr(n_prefix, (const xmlChar *)prefix, 1); prefix 214 third_party/libxml/src/tree.c xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix, prefix 220 third_party/libxml/src/tree.c if (prefix == NULL) return((xmlChar *) ncname); prefix 223 third_party/libxml/src/tree.c lenp = strlen((char *) prefix); prefix 234 third_party/libxml/src/tree.c memcpy(&ret[0], prefix, lenp); prefix 259 third_party/libxml/src/tree.c xmlSplitQName2(const xmlChar *name, xmlChar **prefix) { prefix 263 third_party/libxml/src/tree.c if (prefix == NULL) return(NULL); prefix 264 third_party/libxml/src/tree.c *prefix = NULL; prefix 288 third_party/libxml/src/tree.c *prefix = xmlStrndup(name, len); prefix 289 third_party/libxml/src/tree.c if (*prefix == NULL) { prefix 296 third_party/libxml/src/tree.c if (*prefix != NULL) { prefix 297 third_party/libxml/src/tree.c xmlFree(*prefix); prefix 298 third_party/libxml/src/tree.c *prefix = NULL; prefix 718 third_party/libxml/src/tree.c xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { prefix 724 third_party/libxml/src/tree.c if ((prefix != NULL) && (xmlStrEqual(prefix, BAD_CAST "xml"))) prefix 740 third_party/libxml/src/tree.c if (prefix != NULL) prefix 741 third_party/libxml/src/tree.c cur->prefix = xmlStrdup(prefix); prefix 753 third_party/libxml/src/tree.c if (((prev->prefix == NULL) && (cur->prefix == NULL)) || prefix 754 third_party/libxml/src/tree.c (xmlStrEqual(prev->prefix, cur->prefix))) { prefix 760 third_party/libxml/src/tree.c if (((prev->prefix == NULL) && (cur->prefix == NULL)) || prefix 761 third_party/libxml/src/tree.c (xmlStrEqual(prev->prefix, cur->prefix))) { prefix 807 third_party/libxml/src/tree.c if (cur->prefix != NULL) xmlFree((char *) cur->prefix); prefix 3877 third_party/libxml/src/tree.c ret = xmlNewNs(NULL, cur->href, cur->prefix); prefix 3939 third_party/libxml/src/tree.c ns = xmlSearchNs(target->doc, target, cur->ns->prefix); prefix 3946 third_party/libxml/src/tree.c ns = xmlSearchNs(cur->doc, cur->parent, cur->ns->prefix); prefix 3959 third_party/libxml/src/tree.c ret->ns = xmlNewNs(root, ns->href, ns->prefix); prefix 4178 third_party/libxml/src/tree.c ns = xmlSearchNs(doc, ret, node->ns->prefix); prefix 4185 third_party/libxml/src/tree.c ns = xmlSearchNs(node->doc, node, node->ns->prefix); prefix 4190 third_party/libxml/src/tree.c ret->ns = xmlNewNs(root, ns->href, ns->prefix); prefix 4392 third_party/libxml/src/tree.c xmlGetDtdQElementDesc(ret, tmp->name, tmp->prefix); prefix 4396 third_party/libxml/src/tree.c xmlGetDtdQAttrDesc(ret, tmp->elem, tmp->name, tmp->prefix); prefix 4575 third_party/libxml/src/tree.c if (cur->ns->prefix != NULL) { prefix 4577 third_party/libxml/src/tree.c (char *)cur->ns->prefix, (char *)cur->name); prefix 4602 third_party/libxml/src/tree.c (xmlStrEqual(cur->ns->prefix, tmp->ns->prefix))))))) prefix 4614 third_party/libxml/src/tree.c (xmlStrEqual(cur->ns->prefix, tmp->ns->prefix))))))) prefix 4716 third_party/libxml/src/tree.c if (cur->ns->prefix != NULL) prefix 4718 third_party/libxml/src/tree.c (char *)cur->ns->prefix, (char *)cur->name); prefix 5762 third_party/libxml/src/tree.c if ((cur->prefix == ret[i]->prefix) || prefix 5763 third_party/libxml/src/tree.c (xmlStrEqual(cur->prefix, ret[i]->prefix))) prefix 5817 third_party/libxml/src/tree.c ns->prefix = xmlStrdup((const xmlChar *)"xml"); prefix 5862 third_party/libxml/src/tree.c cur->prefix = xmlStrdup((const xmlChar *)"xml"); prefix 5888 third_party/libxml/src/tree.c if ((cur->prefix == NULL) && (nameSpace == NULL) && prefix 5891 third_party/libxml/src/tree.c if ((cur->prefix != NULL) && (nameSpace != NULL) && prefix 5893 third_party/libxml/src/tree.c (xmlStrEqual(cur->prefix, nameSpace))) prefix 5900 third_party/libxml/src/tree.c if ((cur->prefix == NULL) && (nameSpace == NULL) && prefix 5903 third_party/libxml/src/tree.c if ((cur->prefix != NULL) && (nameSpace != NULL) && prefix 5905 third_party/libxml/src/tree.c (xmlStrEqual(cur->prefix, nameSpace))) prefix 5929 third_party/libxml/src/tree.c xmlNodePtr ancestor, const xmlChar * prefix) prefix 5941 third_party/libxml/src/tree.c if ((tst->prefix == NULL) prefix 5942 third_party/libxml/src/tree.c && (prefix == NULL)) prefix 5944 third_party/libxml/src/tree.c if ((tst->prefix != NULL) prefix 5945 third_party/libxml/src/tree.c && (prefix != NULL) prefix 5946 third_party/libxml/src/tree.c && (xmlStrEqual(tst->prefix, prefix))) prefix 5995 third_party/libxml/src/tree.c cur->prefix = xmlStrdup((const xmlChar *) "xml"); prefix 6024 third_party/libxml/src/tree.c if (((!is_attr) || (cur->prefix != NULL)) && prefix 6025 third_party/libxml/src/tree.c (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) prefix 6035 third_party/libxml/src/tree.c if (((!is_attr) || (cur->prefix != NULL)) && prefix 6036 third_party/libxml/src/tree.c (xmlNsInScope(doc, orig, node, cur->prefix) == 1)) prefix 6063 third_party/libxml/src/tree.c xmlChar prefix[50]; prefix 6091 third_party/libxml/src/tree.c if (ns->prefix == NULL) prefix 6092 third_party/libxml/src/tree.c snprintf((char *) prefix, sizeof(prefix), "default"); prefix 6094 third_party/libxml/src/tree.c snprintf((char *) prefix, sizeof(prefix), "%.20s", (char *)ns->prefix); prefix 6096 third_party/libxml/src/tree.c def = xmlSearchNs(doc, tree, prefix); prefix 6099 third_party/libxml/src/tree.c if (ns->prefix == NULL) prefix 6100 third_party/libxml/src/tree.c snprintf((char *) prefix, sizeof(prefix), "default%d", counter++); prefix 6102 third_party/libxml/src/tree.c snprintf((char *) prefix, sizeof(prefix), "%.20s%d", prefix 6103 third_party/libxml/src/tree.c (char *)ns->prefix, counter++); prefix 6104 third_party/libxml/src/tree.c def = xmlSearchNs(doc, tree, prefix); prefix 6110 third_party/libxml/src/tree.c def = xmlNewNs(tree, ns->href, prefix); prefix 6363 third_party/libxml/src/tree.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) { prefix 6364 third_party/libxml/src/tree.c tmpstr = xmlStrdup(node->ns->prefix); prefix 6399 third_party/libxml/src/tree.c name, (*cur)->prefix); prefix 6404 third_party/libxml/src/tree.c name, (*cur)->prefix); prefix 6681 third_party/libxml/src/tree.c xmlChar *prefix = xmlStrndup(name, len); prefix 6682 third_party/libxml/src/tree.c ns = xmlSearchNs(node->doc, node, prefix); prefix 6683 third_party/libxml/src/tree.c if (prefix != NULL) prefix 6684 third_party/libxml/src/tree.c xmlFree(prefix); prefix 7758 third_party/libxml/src/tree.c const xmlChar *prefix) prefix 7771 third_party/libxml/src/tree.c if (((ns->prefix == prefix) || prefix 7772 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, prefix)) && prefix 7783 third_party/libxml/src/tree.c ns->next = xmlNewNs(NULL, nsName, prefix); prefix 7840 third_party/libxml/src/tree.c xmlTreeNSListLookupByPrefix(xmlNsPtr nsList, const xmlChar *prefix) prefix 7848 third_party/libxml/src/tree.c if ((prefix == ns->prefix) || prefix 7849 third_party/libxml/src/tree.c xmlStrEqual(prefix, ns->prefix)) { prefix 7894 third_party/libxml/src/tree.c if ((ns->prefix == mi->newNs->prefix) || prefix 7895 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, mi->newNs->prefix)) { prefix 8072 third_party/libxml/src/tree.c node->ns->prefix); prefix 8159 third_party/libxml/src/tree.c if (prefixed && (ns->prefix == NULL)) prefix 8168 third_party/libxml/src/tree.c if ((prevns->prefix == ns->prefix) || prefix 8169 third_party/libxml/src/tree.c ((prevns->prefix != NULL) && prefix 8170 third_party/libxml/src/tree.c (ns->prefix != NULL) && prefix 8171 third_party/libxml/src/tree.c xmlStrEqual(prevns->prefix, ns->prefix))) { prefix 8195 third_party/libxml/src/tree.c ret = xmlNsInScope(doc, node, prev, ns->prefix); prefix 8238 third_party/libxml/src/tree.c const xmlChar* prefix, prefix 8249 third_party/libxml/src/tree.c if (IS_STR_XML(prefix)) { prefix 8263 third_party/libxml/src/tree.c if ((prefix == ns->prefix) || prefix 8264 third_party/libxml/src/tree.c xmlStrEqual(prefix, ns->prefix)) prefix 8305 third_party/libxml/src/tree.c const xmlChar *prefix, prefix 8316 third_party/libxml/src/tree.c pref = prefix; prefix 8348 third_party/libxml/src/tree.c if (prefix == NULL) { prefix 8353 third_party/libxml/src/tree.c "%.30s_%d", (char *)prefix, counter); prefix 8398 third_party/libxml/src/tree.c if (IS_STR_XML(ns->prefix)) { prefix 8432 third_party/libxml/src/tree.c ((! prefixed) || (mi->newNs->prefix != NULL)) && prefix 8452 third_party/libxml/src/tree.c tmpns = xmlDOMWrapStoreNs(doc, ns->href, ns->prefix); prefix 8468 third_party/libxml/src/tree.c ns->prefix, 0); prefix 8479 third_party/libxml/src/tree.c ((ns->prefix == mi->newNs->prefix) || prefix 8480 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, mi->newNs->prefix))) { prefix 8576 third_party/libxml/src/tree.c ((ns->prefix == mi->newNs->prefix) || prefix 8577 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, mi->newNs->prefix)) && prefix 8613 third_party/libxml/src/tree.c ((ns->prefix == mi->newNs->prefix) || prefix 8614 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, mi->newNs->prefix))) { prefix 8896 third_party/libxml/src/tree.c ((ns->prefix == mi->newNs->prefix) || prefix 8897 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, prefix 8898 third_party/libxml/src/tree.c mi->newNs->prefix))) { prefix 8948 third_party/libxml/src/tree.c cur->ns->href, cur->ns->prefix); prefix 9355 third_party/libxml/src/tree.c if (ns->prefix != NULL) prefix 9356 third_party/libxml/src/tree.c cloneNs->prefix = xmlStrdup(ns->prefix); prefix 9376 third_party/libxml/src/tree.c ((ns->prefix == mi->newNs->prefix) || prefix 9377 third_party/libxml/src/tree.c xmlStrEqual(ns->prefix, prefix 9378 third_party/libxml/src/tree.c mi->newNs->prefix))) { prefix 9488 third_party/libxml/src/tree.c cur->ns->href, cur->ns->prefix); prefix 9692 third_party/libxml/src/tree.c if (IS_STR_XML(attr->ns->prefix)) { prefix 9698 third_party/libxml/src/tree.c ns = xmlDOMWrapStoreNs(destDoc, attr->ns->href, attr->ns->prefix); prefix 9708 third_party/libxml/src/tree.c attr->ns->href, attr->ns->prefix, 1); prefix 798 third_party/libxml/src/trionan.c TRIO_ARGS2((prefix, number), prefix 799 third_party/libxml/src/trionan.c TRIO_CONST char *prefix, prefix 803 third_party/libxml/src/trionan.c prefix, prefix 680 third_party/libxml/src/valid.c fullname = xmlBuildQName(content->name, content->prefix, fn, 50); prefix 972 third_party/libxml/src/valid.c ret->prefix = xmlStrndup(name, l); prefix 975 third_party/libxml/src/valid.c ret->prefix = xmlDictLookup(dict, name, l); prefix 1032 third_party/libxml/src/valid.c if (cur->prefix != NULL) { prefix 1034 third_party/libxml/src/valid.c ret->prefix = xmlDictLookup(dict, cur->prefix, -1); prefix 1036 third_party/libxml/src/valid.c ret->prefix = xmlStrdup(cur->prefix); prefix 1062 third_party/libxml/src/valid.c if (cur->prefix != NULL) { prefix 1064 third_party/libxml/src/valid.c tmp->prefix = xmlDictLookup(dict, cur->prefix, -1); prefix 1066 third_party/libxml/src/valid.c tmp->prefix = xmlStrdup(cur->prefix); prefix 1126 third_party/libxml/src/valid.c if ((cur->prefix != NULL) && (!xmlDictOwns(dict, cur->prefix))) prefix 1127 third_party/libxml/src/valid.c xmlFree((xmlChar *) cur->prefix); prefix 1130 third_party/libxml/src/valid.c if (cur->prefix != NULL) xmlFree((xmlChar *) cur->prefix); prefix 1168 third_party/libxml/src/valid.c if (content->prefix != NULL) { prefix 1169 third_party/libxml/src/valid.c xmlBufferWriteCHAR(buf, content->prefix); prefix 1266 third_party/libxml/src/valid.c if (content->prefix != NULL) { prefix 1267 third_party/libxml/src/valid.c if (size - len < xmlStrlen(content->prefix) + 10) { prefix 1271 third_party/libxml/src/valid.c strcat(buf, (char *) content->prefix); prefix 1358 third_party/libxml/src/valid.c if (elem->prefix != NULL) prefix 1359 third_party/libxml/src/valid.c xmlFree((xmlChar *) elem->prefix); prefix 1531 third_party/libxml/src/valid.c ret->prefix = ns; prefix 1630 third_party/libxml/src/valid.c if (elem->prefix != NULL) prefix 1631 third_party/libxml/src/valid.c cur->prefix = xmlStrdup(elem->prefix); prefix 1633 third_party/libxml/src/valid.c cur->prefix = NULL; prefix 1671 third_party/libxml/src/valid.c if (elem->prefix != NULL) { prefix 1672 third_party/libxml/src/valid.c xmlBufferWriteCHAR(buf, elem->prefix); prefix 1680 third_party/libxml/src/valid.c if (elem->prefix != NULL) { prefix 1681 third_party/libxml/src/valid.c xmlBufferWriteCHAR(buf, elem->prefix); prefix 1689 third_party/libxml/src/valid.c if (elem->prefix != NULL) { prefix 1690 third_party/libxml/src/valid.c xmlBufferWriteCHAR(buf, elem->prefix); prefix 1700 third_party/libxml/src/valid.c if (elem->prefix != NULL) { prefix 1701 third_party/libxml/src/valid.c xmlBufferWriteCHAR(buf, elem->prefix); prefix 1888 third_party/libxml/src/valid.c if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix))) prefix 1889 third_party/libxml/src/valid.c xmlFree((xmlChar *) attr->prefix); prefix 1900 third_party/libxml/src/valid.c if (attr->prefix != NULL) prefix 1901 third_party/libxml/src/valid.c xmlFree((xmlChar *) attr->prefix); prefix 2044 third_party/libxml/src/valid.c ret->prefix = xmlDictLookup(dict, ns, -1); prefix 2048 third_party/libxml/src/valid.c ret->prefix = xmlStrdup(ns); prefix 2064 third_party/libxml/src/valid.c if (xmlHashAddEntry3(table, ret->name, ret->prefix, ret->elem, ret) < 0) { prefix 2100 third_party/libxml/src/valid.c ((ret->prefix != NULL && prefix 2101 third_party/libxml/src/valid.c (xmlStrEqual(ret->prefix, BAD_CAST "xmlns"))))) { prefix 2109 third_party/libxml/src/valid.c ((ret->prefix != NULL && prefix 2110 third_party/libxml/src/valid.c (xmlStrEqual(ret->prefix, BAD_CAST "xmlns")))))) { prefix 2177 third_party/libxml/src/valid.c if (attr->prefix != NULL) prefix 2178 third_party/libxml/src/valid.c cur->prefix = xmlStrdup(attr->prefix); prefix 2215 third_party/libxml/src/valid.c if (attr->prefix != NULL) { prefix 2216 third_party/libxml/src/valid.c xmlBufferWriteCHAR(buf, attr->prefix); prefix 2677 third_party/libxml/src/valid.c if ((attr->ns != NULL) && (attr->ns->prefix != NULL) && prefix 2679 third_party/libxml/src/valid.c (!strcmp((char *) attr->ns->prefix, "xml"))) prefix 2699 third_party/libxml/src/valid.c fullelemname = (elem->ns != NULL && elem->ns->prefix != NULL) ? prefix 2700 third_party/libxml/src/valid.c xmlBuildQName(elem->name, elem->ns->prefix, felem, 50) : prefix 2703 third_party/libxml/src/valid.c fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ? prefix 2704 third_party/libxml/src/valid.c xmlBuildQName(attr->name, attr->ns->prefix, fattr, 50) : prefix 3149 third_party/libxml/src/valid.c xmlChar *uqname = NULL, *prefix = NULL; prefix 3156 third_party/libxml/src/valid.c uqname = xmlSplitQName2(name, &prefix); prefix 3159 third_party/libxml/src/valid.c cur = xmlHashLookup2(table, name, prefix); prefix 3160 third_party/libxml/src/valid.c if (prefix != NULL) xmlFree(prefix); prefix 3179 third_party/libxml/src/valid.c xmlChar *uqname = NULL, *prefix = NULL; prefix 3205 third_party/libxml/src/valid.c uqname = xmlSplitQName2(name, &prefix); prefix 3208 third_party/libxml/src/valid.c cur = xmlHashLookup2(table, name, prefix); prefix 3222 third_party/libxml/src/valid.c cur->prefix = xmlStrdup(prefix); prefix 3225 third_party/libxml/src/valid.c xmlHashAddEntry2(table, name, prefix, cur); prefix 3227 third_party/libxml/src/valid.c if (prefix != NULL) xmlFree(prefix); prefix 3245 third_party/libxml/src/valid.c const xmlChar *prefix) { prefix 3252 third_party/libxml/src/valid.c return(xmlHashLookup2(table, name, prefix)); prefix 3271 third_party/libxml/src/valid.c xmlChar *uqname = NULL, *prefix = NULL; prefix 3280 third_party/libxml/src/valid.c uqname = xmlSplitQName2(name, &prefix); prefix 3283 third_party/libxml/src/valid.c cur = xmlHashLookup3(table, uqname, prefix, elem); prefix 3284 third_party/libxml/src/valid.c if (prefix != NULL) xmlFree(prefix); prefix 3306 third_party/libxml/src/valid.c const xmlChar *prefix) { prefix 3313 third_party/libxml/src/valid.c return(xmlHashLookup3(table, name, prefix, elem)); prefix 3968 third_party/libxml/src/valid.c if ((elem->ns != NULL) && (elem->ns->prefix != NULL)) { prefix 3972 third_party/libxml/src/valid.c fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); prefix 4053 third_party/libxml/src/valid.c if ((elem->ns != NULL) && (elem->ns->prefix != NULL)) { prefix 4057 third_party/libxml/src/valid.c fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); prefix 4258 third_party/libxml/src/valid.c (xmlStrEqual(next->prefix, cur->c1->prefix))) { prefix 4259 third_party/libxml/src/valid.c if (cur->c1->prefix == NULL) { prefix 4266 third_party/libxml/src/valid.c elem->name, cur->c1->prefix, name); prefix 4275 third_party/libxml/src/valid.c (xmlStrEqual(next->c1->prefix, cur->c1->prefix))) { prefix 4276 third_party/libxml/src/valid.c if (cur->c1->prefix == NULL) { prefix 4283 third_party/libxml/src/valid.c elem->name, cur->c1->prefix, name); prefix 4297 third_party/libxml/src/valid.c ((tst->prefix == elem->prefix) || prefix 4298 third_party/libxml/src/valid.c (xmlStrEqual(tst->prefix, elem->prefix))) && prefix 4307 third_party/libxml/src/valid.c ((tst->prefix == elem->prefix) || prefix 4308 third_party/libxml/src/valid.c (xmlStrEqual(tst->prefix, elem->prefix))) && prefix 4360 third_party/libxml/src/valid.c if ((elem->ns != NULL) && (elem->ns->prefix != NULL)) { prefix 4364 third_party/libxml/src/valid.c fullname = xmlBuildQName(elem->name, elem->ns->prefix, fn, 50); prefix 4369 third_party/libxml/src/valid.c attr->name, attr->ns->prefix); prefix 4372 third_party/libxml/src/valid.c attr->name, attr->ns->prefix); prefix 4385 third_party/libxml/src/valid.c attr->name, attr->ns->prefix); prefix 4388 third_party/libxml/src/valid.c attr->name, attr->ns->prefix); prefix 4527 third_party/libxml/src/valid.c xmlNodePtr elem, const xmlChar *prefix, xmlNsPtr ns, const xmlChar *value) { prefix 4537 third_party/libxml/src/valid.c if (prefix != NULL) { prefix 4541 third_party/libxml/src/valid.c fullname = xmlBuildQName(elem->name, prefix, fn, 50); prefix 4546 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4548 third_party/libxml/src/valid.c ns->prefix, BAD_CAST "xmlns"); prefix 4551 third_party/libxml/src/valid.c ns->prefix, BAD_CAST "xmlns"); prefix 4563 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4565 third_party/libxml/src/valid.c ns->prefix, BAD_CAST "xmlns"); prefix 4568 third_party/libxml/src/valid.c ns->prefix, BAD_CAST "xmlns"); prefix 4581 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4584 third_party/libxml/src/valid.c ns->prefix, elem->name, NULL); prefix 4595 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4598 third_party/libxml/src/valid.c ns->prefix, elem->name, NULL); prefix 4610 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4613 third_party/libxml/src/valid.c ns->prefix, elem->name, attrDecl->defaultValue); prefix 4646 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4649 third_party/libxml/src/valid.c value, ns->prefix, elem->name); prefix 4664 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4667 third_party/libxml/src/valid.c value, ns->prefix, elem->name); prefix 4685 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4688 third_party/libxml/src/valid.c value, ns->prefix, elem->name); prefix 4701 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4704 third_party/libxml/src/valid.c ns->prefix, elem->name, attrDecl->defaultValue); prefix 4714 third_party/libxml/src/valid.c if (ns->prefix != NULL) { prefix 4715 third_party/libxml/src/valid.c ret &= xmlValidateAttributeValue2(ctxt, doc, ns->prefix, prefix 4865 third_party/libxml/src/valid.c if ((NODE->ns == NULL) || (NODE->ns->prefix == NULL)) { prefix 4866 third_party/libxml/src/valid.c ret = (CONT->prefix == NULL); prefix 4867 third_party/libxml/src/valid.c } else if (CONT->prefix == NULL) { prefix 4870 third_party/libxml/src/valid.c ret = xmlStrEqual(NODE->ns->prefix, CONT->prefix); prefix 4906 third_party/libxml/src/valid.c if ((NODE->ns == NULL) || (NODE->ns->prefix == NULL)) { prefix 4907 third_party/libxml/src/valid.c ret = (CONT->c1->prefix == NULL); prefix 4908 third_party/libxml/src/valid.c } else if (CONT->c1->prefix == NULL) { prefix 4911 third_party/libxml/src/valid.c ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix); prefix 4943 third_party/libxml/src/valid.c if ((NODE->ns == NULL) || (NODE->ns->prefix == NULL)) { prefix 4944 third_party/libxml/src/valid.c ret = (CONT->c1->prefix == NULL); prefix 4945 third_party/libxml/src/valid.c } else if (CONT->c1->prefix == NULL) { prefix 4948 third_party/libxml/src/valid.c ret = xmlStrEqual(NODE->ns->prefix, CONT->c1->prefix); prefix 5158 third_party/libxml/src/valid.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 5159 third_party/libxml/src/valid.c if (size - len < xmlStrlen(cur->ns->prefix) + 10) { prefix 5164 third_party/libxml/src/valid.c strcat(buf, (char *) cur->ns->prefix); prefix 5286 third_party/libxml/src/valid.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 5291 third_party/libxml/src/valid.c cur->ns->prefix, fn, 50); prefix 5590 third_party/libxml/src/valid.c if ((cont->prefix == NULL) && (xmlStrEqual(cont->name, qname))) prefix 5595 third_party/libxml/src/valid.c if ((cont->c1->prefix == NULL) && prefix 5611 third_party/libxml/src/valid.c if ((cont->prefix != NULL) && prefix 5612 third_party/libxml/src/valid.c (xmlStrncmp(cont->prefix, qname, plen) == 0) && prefix 5618 third_party/libxml/src/valid.c if ((cont->c1->prefix != NULL) && prefix 5619 third_party/libxml/src/valid.c (xmlStrncmp(cont->c1->prefix, qname, plen) == 0) && prefix 5652 third_party/libxml/src/valid.c const xmlChar *prefix = NULL; prefix 5663 third_party/libxml/src/valid.c if ((elem->ns != NULL) && (elem->ns->prefix != NULL)) prefix 5664 third_party/libxml/src/valid.c prefix = elem->ns->prefix; prefix 5666 third_party/libxml/src/valid.c if (prefix != NULL) { prefix 5668 third_party/libxml/src/valid.c elem->name, prefix); prefix 5671 third_party/libxml/src/valid.c elem->name, prefix); prefix 6060 third_party/libxml/src/valid.c if ((child->ns != NULL) && (child->ns->prefix != NULL)) { prefix 6064 third_party/libxml/src/valid.c fullname = xmlBuildQName(child->name, child->ns->prefix, prefix 6163 third_party/libxml/src/valid.c if ((attr->prefix == NULL) && prefix 6169 third_party/libxml/src/valid.c if (ns->prefix == NULL) prefix 6173 third_party/libxml/src/valid.c } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) { prefix 6178 third_party/libxml/src/valid.c if (xmlStrEqual(attr->name, ns->prefix)) prefix 6188 third_party/libxml/src/valid.c if (attr->prefix != NULL) { prefix 6201 third_party/libxml/src/valid.c } else if (!xmlStrEqual(nameSpace->prefix, prefix 6202 third_party/libxml/src/valid.c attr->prefix)) { prefix 6221 third_party/libxml/src/valid.c if (attr->prefix == NULL) { prefix 6229 third_party/libxml/src/valid.c elem->name, attr->prefix,attr->name); prefix 6235 third_party/libxml/src/valid.c elem->name, attr->prefix, attr->name); prefix 6239 third_party/libxml/src/valid.c elem->name, attr->prefix, attr->name); prefix 6247 third_party/libxml/src/valid.c if ((attr->prefix == NULL) && prefix 6253 third_party/libxml/src/valid.c if (ns->prefix == NULL) { prefix 6265 third_party/libxml/src/valid.c } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) { prefix 6270 third_party/libxml/src/valid.c if (xmlStrEqual(attr->name, ns->prefix)) { prefix 6274 third_party/libxml/src/valid.c elem->name, ns->prefix, NULL); prefix 6327 third_party/libxml/src/valid.c if ((root->ns != NULL) && (root->ns->prefix != NULL)) { prefix 6331 third_party/libxml/src/valid.c fullname = xmlBuildQName(root->name, root->ns->prefix, fn, 50); prefix 6411 third_party/libxml/src/valid.c elem->ns->prefix, ns, ns->href); prefix 165 third_party/libxml/src/xlink.c (char *) xlink->prefix); prefix 1517 third_party/libxml/src/xmllint.c const xmlChar *prefix, prefix 1531 third_party/libxml/src/xmllint.c if (prefix == NULL) prefix 1534 third_party/libxml/src/xmllint.c fprintf(stdout, ", %s", (char *) prefix); prefix 1574 third_party/libxml/src/xmllint.c const xmlChar *prefix, prefix 1581 third_party/libxml/src/xmllint.c if (prefix == NULL) prefix 1584 third_party/libxml/src/xmllint.c fprintf(stdout, ", %s", (char *) prefix); prefix 1994 third_party/libxml/src/xmllint.c namespaces[i++] = ns->prefix; prefix 700 third_party/libxml/src/xmlreader.c const xmlChar *prefix, prefix 715 third_party/libxml/src/xmlreader.c reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces, prefix 739 third_party/libxml/src/xmlreader.c const xmlChar * prefix, prefix 749 third_party/libxml/src/xmlreader.c reader->endElementNs(ctx, localname, prefix, URI); prefix 920 third_party/libxml/src/xmlreader.c if ((node->ns == NULL) || (node->ns->prefix == NULL)) { prefix 927 third_party/libxml/src/xmlreader.c qname = xmlStrdup(node->ns->prefix); prefix 1011 third_party/libxml/src/xmlreader.c if ((node->ns == NULL) || (node->ns->prefix == NULL)) { prefix 1018 third_party/libxml/src/xmlreader.c qname = xmlStrdup(node->ns->prefix); prefix 2346 third_party/libxml/src/xmlreader.c xmlChar *prefix = NULL; prefix 2362 third_party/libxml/src/xmlreader.c localname = xmlSplitQName2(name, &prefix); prefix 2370 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) { prefix 2383 third_party/libxml/src/xmlreader.c if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { prefix 2386 third_party/libxml/src/xmlreader.c if ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localname))) { prefix 2393 third_party/libxml/src/xmlreader.c ns = xmlSearchNs(reader->node->doc, reader->node, prefix); prefix 2399 third_party/libxml/src/xmlreader.c if (prefix != NULL) prefix 2400 third_party/libxml/src/xmlreader.c xmlFree(prefix); prefix 2419 third_party/libxml/src/xmlreader.c xmlChar *prefix = NULL; prefix 2435 third_party/libxml/src/xmlreader.c prefix = BAD_CAST localName; prefix 2439 third_party/libxml/src/xmlreader.c if ((prefix == NULL && ns->prefix == NULL) || prefix 2440 third_party/libxml/src/xmlreader.c ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) { prefix 2515 third_party/libxml/src/xmlreader.c xmlTextReaderLookupNamespace(xmlTextReaderPtr reader, const xmlChar *prefix) { prefix 2523 third_party/libxml/src/xmlreader.c ns = xmlSearchNs(reader->node->doc, reader->node, prefix); prefix 2591 third_party/libxml/src/xmlreader.c xmlChar *prefix = NULL; prefix 2605 third_party/libxml/src/xmlreader.c localname = xmlSplitQName2(name, &prefix); prefix 2613 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) { prefix 2630 third_party/libxml/src/xmlreader.c ((prop->ns == NULL) || (prop->ns->prefix == NULL))) { prefix 2642 third_party/libxml/src/xmlreader.c if (xmlStrEqual(prefix, BAD_CAST "xmlns")) { prefix 2645 third_party/libxml/src/xmlreader.c if ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localname))) { prefix 2661 third_party/libxml/src/xmlreader.c (prop->ns != NULL) && (xmlStrEqual(prop->ns->prefix, prefix))) { prefix 2670 third_party/libxml/src/xmlreader.c if (prefix != NULL) prefix 2671 third_party/libxml/src/xmlreader.c xmlFree(prefix); prefix 2677 third_party/libxml/src/xmlreader.c if (prefix != NULL) prefix 2678 third_party/libxml/src/xmlreader.c xmlFree(prefix); prefix 2699 third_party/libxml/src/xmlreader.c xmlChar *prefix = NULL; prefix 2711 third_party/libxml/src/xmlreader.c prefix = BAD_CAST localName; prefix 2715 third_party/libxml/src/xmlreader.c if ((prefix == NULL && ns->prefix == NULL) || prefix 2716 third_party/libxml/src/xmlreader.c ((ns->prefix != NULL) && (xmlStrEqual(ns->prefix, localName)))) { prefix 3079 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) prefix 3082 third_party/libxml/src/xmlreader.c return(xmlStrdup(ns->prefix)); prefix 3110 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) prefix 3113 third_party/libxml/src/xmlreader.c return(ns->prefix); prefix 3145 third_party/libxml/src/xmlreader.c (node->ns->prefix == NULL)) prefix 3148 third_party/libxml/src/xmlreader.c ret = xmlStrdup(node->ns->prefix); prefix 3180 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) prefix 3183 third_party/libxml/src/xmlreader.c ret = xmlStrcat(ret, ns->prefix); prefix 3220 third_party/libxml/src/xmlreader.c (node->ns->prefix == NULL)) prefix 3222 third_party/libxml/src/xmlreader.c return(CONSTQSTR(node->ns->prefix, node->name)); prefix 3250 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) prefix 3252 third_party/libxml/src/xmlreader.c return(CONSTQSTR(BAD_CAST "xmlns", ns->prefix)); prefix 3285 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) prefix 3292 third_party/libxml/src/xmlreader.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) prefix 3293 third_party/libxml/src/xmlreader.c return(xmlStrdup(node->ns->prefix)); prefix 3317 third_party/libxml/src/xmlreader.c if (ns->prefix == NULL) prefix 3324 third_party/libxml/src/xmlreader.c if ((node->ns != NULL) && (node->ns->prefix != NULL)) prefix 3325 third_party/libxml/src/xmlreader.c return(CONSTSTR(node->ns->prefix)); prefix 515 third_party/libxml/src/xmlsave.c if (xmlStrEqual(cur->prefix, BAD_CAST "xml")) prefix 519 third_party/libxml/src/xmlsave.c if (cur->prefix != NULL) { prefix 521 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->prefix); prefix 616 third_party/libxml/src/xmlsave.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 617 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 883 third_party/libxml/src/xmlsave.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 884 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 916 third_party/libxml/src/xmlsave.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 917 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 1187 third_party/libxml/src/xmlsave.c (xmlStrEqual(cur->ns->prefix, BAD_CAST "xml"))) prefix 1406 third_party/libxml/src/xmlsave.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 1407 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 1452 third_party/libxml/src/xmlsave.c if (((cur->ns == NULL) || (cur->ns->prefix == NULL)) && prefix 1485 third_party/libxml/src/xmlsave.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 1486 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 1604 third_party/libxml/src/xmlsave.c if ((cur->ns != NULL) && (cur->ns->prefix != NULL)) { prefix 1605 third_party/libxml/src/xmlsave.c xmlOutputBufferWriteString(buf, (const char *)cur->ns->prefix); prefix 8038 third_party/libxml/src/xmlschemas.c nsArray[2 * i + 1] = nsList[i]->prefix; prefix 21782 third_party/libxml/src/xmlschemas.c const xmlChar *prefix) prefix 21792 third_party/libxml/src/xmlschemas.c if (((prefix == NULL) && prefix 21794 third_party/libxml/src/xmlschemas.c ((prefix != NULL) && xmlStrEqual(prefix, prefix 21811 third_party/libxml/src/xmlschemas.c nsName = xmlTextReaderLookupNamespace(vctxt->reader, prefix); prefix 21831 third_party/libxml/src/xmlschemas.c vctxt->inode->node, prefix); prefix 21861 third_party/libxml/src/xmlschemas.c xmlChar *prefix = NULL; prefix 21863 third_party/libxml/src/xmlschemas.c localName = xmlSplitQName2(value, &prefix); prefix 21864 third_party/libxml/src/xmlschemas.c if (prefix != NULL) { prefix 21868 third_party/libxml/src/xmlschemas.c nsName = xmlSchemaLookupNamespace(vctxt, BAD_CAST prefix); prefix 21870 third_party/libxml/src/xmlschemas.c xmlNsPtr ns = xmlSearchNs(node->doc, node, prefix); prefix 21874 third_party/libxml/src/xmlschemas.c xmlFree(prefix); prefix 21879 third_party/libxml/src/xmlschemas.c xmlFree(prefix); prefix 21892 third_party/libxml/src/xmlschemas.c xmlFree(prefix); prefix 24377 third_party/libxml/src/xmlschemas.c xmlChar *local, *prefix = NULL; prefix 24392 third_party/libxml/src/xmlschemas.c local = xmlSplitQName2(value, &prefix); prefix 24400 third_party/libxml/src/xmlschemas.c nsName = xmlSchemaLookupNamespace(vctxt, prefix); prefix 24402 third_party/libxml/src/xmlschemas.c if (prefix != NULL) { prefix 24403 third_party/libxml/src/xmlschemas.c xmlFree(prefix); prefix 24801 third_party/libxml/src/xmlschemas.c xmlChar *prefix; prefix 24807 third_party/libxml/src/xmlschemas.c local = xmlSplitQName2(value, &prefix); prefix 24815 third_party/libxml/src/xmlschemas.c *nsName = xmlSchemaLookupNamespace(vctxt, prefix); prefix 24817 third_party/libxml/src/xmlschemas.c if (prefix != NULL) { prefix 24818 third_party/libxml/src/xmlschemas.c xmlFree(prefix); prefix 25529 third_party/libxml/src/xmlschemas.c xmlChar prefix[12]; prefix 25537 third_party/libxml/src/xmlschemas.c snprintf((char *) prefix, 12, "p%d", counter++); prefix 25539 third_party/libxml/src/xmlschemas.c defAttrOwnerElem, BAD_CAST prefix); prefix 25551 third_party/libxml/src/xmlschemas.c iattr->nsName, BAD_CAST prefix); prefix 27234 third_party/libxml/src/xmlschemas.c const xmlChar * prefix ATTRIBUTE_UNUSED, prefix 27373 third_party/libxml/src/xmlschemas.c const xmlChar * prefix ATTRIBUTE_UNUSED, prefix 28415 third_party/libxml/src/xmlschemas.c const xmlChar * prefix, const xmlChar * URI, prefix 28424 third_party/libxml/src/xmlschemas.c ctxt->user_sax->startElementNs(ctxt->user_data, localname, prefix, prefix 28429 third_party/libxml/src/xmlschemas.c xmlSchemaSAXHandleStartElementNs(ctxt->ctxt, localname, prefix, prefix 28437 third_party/libxml/src/xmlschemas.c const xmlChar * prefix, const xmlChar * URI) { prefix 28443 third_party/libxml/src/xmlschemas.c ctxt->user_sax->endElementNs(ctxt->user_data, localname, prefix, URI); prefix 28445 third_party/libxml/src/xmlschemas.c xmlSchemaSAXHandleEndElementNs(ctxt->ctxt, localname, prefix, URI); prefix 2678 third_party/libxml/src/xmlschemastypes.c xmlChar *prefix; prefix 2681 third_party/libxml/src/xmlschemastypes.c local = xmlSplitQName2(value, &prefix); prefix 2682 third_party/libxml/src/xmlschemastypes.c ns = xmlSearchNs(node->doc, node, prefix); prefix 2683 third_party/libxml/src/xmlschemastypes.c if ((ns == NULL) && (prefix != NULL)) { prefix 2684 third_party/libxml/src/xmlschemastypes.c xmlFree(prefix); prefix 2691 third_party/libxml/src/xmlschemastypes.c if (prefix != NULL) prefix 2692 third_party/libxml/src/xmlschemastypes.c xmlFree(prefix); prefix 2852 third_party/libxml/src/xmlschemastypes.c xmlChar *prefix; prefix 2854 third_party/libxml/src/xmlschemastypes.c local = xmlSplitQName2(value, &prefix); prefix 2855 third_party/libxml/src/xmlschemastypes.c if (prefix != NULL) { prefix 2858 third_party/libxml/src/xmlschemastypes.c ns = xmlSearchNs(node->doc, node, prefix); prefix 2866 third_party/libxml/src/xmlschemastypes.c if (prefix != NULL) prefix 2867 third_party/libxml/src/xmlschemastypes.c xmlFree(prefix); prefix 78 third_party/libxml/src/xmlwriter.c xmlChar *prefix; prefix 1052 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, const xmlChar * name, prefix 1063 third_party/libxml/src/xmlwriter.c if (prefix != 0) { prefix 1064 third_party/libxml/src/xmlwriter.c buf = xmlStrdup(prefix); prefix 1086 third_party/libxml/src/xmlwriter.c if (prefix != 0) { prefix 1088 third_party/libxml/src/xmlwriter.c buf = xmlStrcat(buf, prefix); prefix 1091 third_party/libxml/src/xmlwriter.c p->prefix = buf; prefix 1827 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, const xmlChar * name, prefix 1843 third_party/libxml/src/xmlwriter.c if (prefix != 0) { prefix 1845 third_party/libxml/src/xmlwriter.c buf = xmlStrcat(buf, prefix); prefix 1848 third_party/libxml/src/xmlwriter.c nsentry.prefix = buf; prefix 1875 third_party/libxml/src/xmlwriter.c p->prefix = buf; prefix 1890 third_party/libxml/src/xmlwriter.c if (prefix != 0) { prefix 1891 third_party/libxml/src/xmlwriter.c buf = xmlStrdup(prefix); prefix 2061 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, prefix 2071 third_party/libxml/src/xmlwriter.c rc = xmlTextWriterWriteVFormatAttributeNS(writer, prefix, name, prefix 2093 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, prefix 2108 third_party/libxml/src/xmlwriter.c rc = xmlTextWriterWriteAttributeNS(writer, prefix, name, namespaceURI, prefix 2129 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, const xmlChar * name, prefix 2140 third_party/libxml/src/xmlwriter.c count = xmlTextWriterStartAttributeNS(writer, prefix, name, namespaceURI); prefix 2264 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, prefix 2274 third_party/libxml/src/xmlwriter.c rc = xmlTextWriterWriteVFormatElementNS(writer, prefix, name, prefix 2296 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, prefix 2311 third_party/libxml/src/xmlwriter.c rc = xmlTextWriterWriteElementNS(writer, prefix, name, namespaceURI, prefix 2332 third_party/libxml/src/xmlwriter.c const xmlChar * prefix, const xmlChar * name, prefix 2344 third_party/libxml/src/xmlwriter.c xmlTextWriterStartElementNS(writer, prefix, name, namespaceURI); prefix 4316 third_party/libxml/src/xmlwriter.c xmlChar *prefix = NULL; prefix 4323 third_party/libxml/src/xmlwriter.c prefix = xmlStrdup(np->prefix); prefix 4329 third_party/libxml/src/xmlwriter.c count = xmlTextWriterWriteAttribute(writer, prefix, namespaceURI); prefix 4331 third_party/libxml/src/xmlwriter.c xmlFree(prefix); prefix 4359 third_party/libxml/src/xmlwriter.c if (p->prefix != 0) prefix 4360 third_party/libxml/src/xmlwriter.c xmlFree(p->prefix); prefix 4395 third_party/libxml/src/xmlwriter.c rc = xmlStrcmp(p0->prefix, p1->prefix); prefix 1172 third_party/libxml/src/xpath.c const xmlChar *prefix = op->value4; prefix 1228 third_party/libxml/src/xpath.c if (prefix != NULL) prefix 1229 third_party/libxml/src/xpath.c fprintf(output, "%s:", prefix); prefix 1243 third_party/libxml/src/xpath.c const xmlChar *prefix = op->value5; prefix 1246 third_party/libxml/src/xpath.c if (prefix != NULL) prefix 1247 third_party/libxml/src/xpath.c fprintf(output, "VARIABLE %s:%s", prefix, name); prefix 1254 third_party/libxml/src/xpath.c const xmlChar *prefix = op->value5; prefix 1257 third_party/libxml/src/xpath.c if (prefix != NULL) prefix 1259 third_party/libxml/src/xpath.c prefix, name, nbargs); prefix 3343 third_party/libxml/src/xpath.c if (ns->prefix != NULL) prefix 3344 third_party/libxml/src/xpath.c cur->prefix = xmlStrdup(ns->prefix); prefix 3365 third_party/libxml/src/xpath.c if (ns->prefix != NULL) prefix 3366 third_party/libxml/src/xpath.c xmlFree((xmlChar *)ns->prefix); prefix 3466 third_party/libxml/src/xpath.c (xmlStrEqual(ns1->prefix, ns2->prefix))) prefix 3505 third_party/libxml/src/xpath.c (xmlStrEqual(ns->prefix, ((xmlNsPtr)cur->nodeTab[i])->prefix))) prefix 3714 third_party/libxml/src/xpath.c (xmlStrEqual(((xmlNsPtr) n1)->prefix, prefix 3715 third_party/libxml/src/xpath.c ((xmlNsPtr) n2)->prefix))) prefix 3882 third_party/libxml/src/xpath.c (xmlStrEqual(((xmlNsPtr) n1)->prefix, prefix 3883 third_party/libxml/src/xpath.c ((xmlNsPtr) n2)->prefix))) prefix 5015 third_party/libxml/src/xpath.c xmlXPathRegisterNs(xmlXPathContextPtr ctxt, const xmlChar *prefix, prefix 5019 third_party/libxml/src/xpath.c if (prefix == NULL) prefix 5021 third_party/libxml/src/xpath.c if (prefix[0] == 0) prefix 5029 third_party/libxml/src/xpath.c return(xmlHashRemoveEntry(ctxt->nsHash, prefix, prefix 5031 third_party/libxml/src/xpath.c return(xmlHashUpdateEntry(ctxt->nsHash, prefix, (void *) xmlStrdup(ns_uri), prefix 5046 third_party/libxml/src/xpath.c xmlXPathNsLookup(xmlXPathContextPtr ctxt, const xmlChar *prefix) { prefix 5049 third_party/libxml/src/xpath.c if (prefix == NULL) prefix 5053 third_party/libxml/src/xpath.c if (xmlStrEqual(prefix, (const xmlChar *) "xml")) prefix 5062 third_party/libxml/src/xpath.c (xmlStrEqual(ctxt->namespaces[i]->prefix, prefix))) prefix 5067 third_party/libxml/src/xpath.c return((const xmlChar *) xmlHashLookup(ctxt->nsHash, prefix)); prefix 8613 third_party/libxml/src/xpath.c ((xmlNsPtr)cur->nodesetval->nodeTab[i])->prefix)); prefix 8726 third_party/libxml/src/xpath.c (cur->nodesetval->nodeTab[i]->ns->prefix == NULL)) { prefix 8734 third_party/libxml/src/xpath.c cur->nodesetval->nodeTab[i]->ns->prefix, prefix 9791 third_party/libxml/src/xpath.c xmlXPathParseQName(xmlXPathParserContextPtr ctxt, xmlChar **prefix) { prefix 9794 third_party/libxml/src/xpath.c *prefix = NULL; prefix 9797 third_party/libxml/src/xpath.c *prefix = ret; prefix 10224 third_party/libxml/src/xpath.c xmlChar *prefix; prefix 10231 third_party/libxml/src/xpath.c name = xmlXPathParseQName(ctxt, &prefix); prefix 10237 third_party/libxml/src/xpath.c name, prefix); prefix 10286 third_party/libxml/src/xpath.c xmlChar *prefix; prefix 10290 third_party/libxml/src/xpath.c name = xmlXPathParseQName(ctxt, &prefix); prefix 10292 third_party/libxml/src/xpath.c xmlFree(prefix); prefix 10297 third_party/libxml/src/xpath.c if (prefix == NULL) prefix 10302 third_party/libxml/src/xpath.c prefix, name); prefix 10314 third_party/libxml/src/xpath.c if ((prefix == NULL) && (name[0] == 'c') && prefix 10327 third_party/libxml/src/xpath.c xmlFree(prefix); prefix 10341 third_party/libxml/src/xpath.c name, prefix); prefix 10970 third_party/libxml/src/xpath.c xmlXPathTypeVal *type, const xmlChar **prefix, prefix 10974 third_party/libxml/src/xpath.c if ((test == NULL) || (type == NULL) || (prefix == NULL)) { prefix 10980 third_party/libxml/src/xpath.c *prefix = NULL; prefix 11056 third_party/libxml/src/xpath.c *prefix = xmlXPathNsLookup(ctxt->context, name); prefix 11059 third_party/libxml/src/xpath.c if (*prefix == NULL) { prefix 11063 third_party/libxml/src/xpath.c *prefix = name; prefix 11201 third_party/libxml/src/xpath.c const xmlChar *prefix = NULL; prefix 11267 third_party/libxml/src/xpath.c name = xmlXPathCompNodeTest(ctxt, &test, &type, &prefix, name); prefix 11271 third_party/libxml/src/xpath.c if ((prefix != NULL) && (ctxt->context != NULL) && prefix 11273 third_party/libxml/src/xpath.c if (xmlXPathNsLookup(ctxt->context, prefix) == NULL) { prefix 11309 third_party/libxml/src/xpath.c test, type, (void *)prefix, (void *)name); prefix 11939 third_party/libxml/src/xpath.c const xmlChar *prefix = op->value4; prefix 11983 third_party/libxml/src/xpath.c if (prefix != NULL) { prefix 11984 third_party/libxml/src/xpath.c URI = xmlXPathNsLookup(xpctxt, prefix); prefix 12299 third_party/libxml/src/xpath.c if (prefix == NULL) prefix 12329 third_party/libxml/src/xpath.c if (prefix == NULL) { prefix 12347 third_party/libxml/src/xpath.c if (prefix == NULL) { prefix 12349 third_party/libxml/src/xpath.c (attr->ns->prefix == NULL)) prefix 12368 third_party/libxml/src/xpath.c if ((ns->prefix != NULL) && (name != NULL) prefix 12369 third_party/libxml/src/xpath.c && (xmlStrEqual(ns->prefix, name))) prefix 14525 third_party/libxml/src/xpath.c namespaces[i++] = ns->prefix; prefix 1063 third_party/libxml/src/xpointer.c xmlChar *prefix; prefix 1068 third_party/libxml/src/xpointer.c prefix = xmlXPathParseNCName(ctxt); prefix 1069 third_party/libxml/src/xpointer.c if (prefix == NULL) { prefix 1076 third_party/libxml/src/xpointer.c xmlFree(prefix); prefix 1087 third_party/libxml/src/xpointer.c xmlFree(prefix); prefix 1095 third_party/libxml/src/xpointer.c xmlFree(prefix); prefix 1101 third_party/libxml/src/xpointer.c xmlXPathRegisterNs(ctxt->context, prefix, URI); prefix 1104 third_party/libxml/src/xpointer.c xmlFree(prefix); prefix 3802 third_party/libxslt/libexslt/date.c exsltDateXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix) prefix 3805 third_party/libxslt/libexslt/date.c && prefix prefix 3807 third_party/libxslt/libexslt/date.c prefix, prefix 90 third_party/libxslt/libexslt/exslt.h const xmlChar *prefix); prefix 92 third_party/libxslt/libexslt/exslt.h const xmlChar *prefix); prefix 94 third_party/libxslt/libexslt/exslt.h const xmlChar *prefix); prefix 96 third_party/libxslt/libexslt/exslt.h const xmlChar *prefix); prefix 457 third_party/libxslt/libexslt/functions.c xmlChar *name, *prefix; prefix 470 third_party/libxslt/libexslt/functions.c name = xmlSplitQName2 (qname, &prefix); prefix 473 third_party/libxslt/libexslt/functions.c if ((name == NULL) || (prefix == NULL)) { prefix 481 third_party/libxslt/libexslt/functions.c ns = xmlSearchNs (inst->doc, inst, prefix); prefix 485 third_party/libxslt/libexslt/functions.c prefix); prefix 487 third_party/libxslt/libexslt/functions.c xmlFree(prefix); prefix 490 third_party/libxslt/libexslt/functions.c xmlFree(prefix); prefix 1116 third_party/libxslt/libexslt/math.c exsltMathXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix) prefix 1119 third_party/libxslt/libexslt/math.c && prefix prefix 1121 third_party/libxslt/libexslt/math.c prefix, prefix 300 third_party/libxslt/libexslt/sets.c exsltSetsXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix) prefix 303 third_party/libxslt/libexslt/sets.c && prefix prefix 305 third_party/libxslt/libexslt/sets.c prefix, prefix 683 third_party/libxslt/libexslt/strings.c exsltStrXpathCtxtRegister (xmlXPathContextPtr ctxt, const xmlChar *prefix) prefix 686 third_party/libxslt/libexslt/strings.c && prefix prefix 688 third_party/libxslt/libexslt/strings.c prefix, prefix 291 third_party/libxslt/libxslt/attributes.c const xmlChar *prefix; prefix 306 third_party/libxslt/libxslt/attributes.c ncname = xsltSplitQName(style->dict, value, &prefix); prefix 320 third_party/libxslt/libxslt/attributes.c attrItems = xmlHashLookup2(style->attributeSets, ncname, prefix); prefix 454 third_party/libxslt/libxslt/attributes.c xmlHashUpdateEntry2(style->attributeSets, ncname, prefix, attrItems, NULL); prefix 654 third_party/libxslt/libxslt/attributes.c const xmlChar *name = NULL, *prefix = NULL, *nsName = NULL; prefix 752 third_party/libxslt/libxslt/attributes.c name = xsltSplitQName(ctxt->dict, prop, &prefix); prefix 758 third_party/libxslt/libxslt/attributes.c if ((prefix != NULL) && prefix 759 third_party/libxslt/libxslt/attributes.c (!xmlStrncasecmp(prefix, (xmlChar *) "xmlns", 5))) prefix 782 third_party/libxslt/libxslt/attributes.c prefix = comp->nsPrefix; prefix 785 third_party/libxslt/libxslt/attributes.c name = xsltSplitQName(ctxt->dict, comp->name, &prefix); prefix 825 third_party/libxslt/libxslt/attributes.c } else if (prefix != NULL) { prefix 833 third_party/libxslt/libxslt/attributes.c ns = xmlSearchNs(inst->doc, inst, prefix); prefix 843 third_party/libxslt/libxslt/attributes.c "specified by the instruction itself.\n", prefix, name); prefix 881 third_party/libxslt/libxslt/attributes.c ns = xsltTreeAcquireStoredNs(some doc, nsName, prefix); prefix 899 third_party/libxslt/libxslt/attributes.c if (prefix == NULL) { prefix 907 third_party/libxslt/libxslt/attributes.c ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, prefix 1044 third_party/libxslt/libxslt/attributes.c const xmlChar *prefix = NULL; prefix 1091 third_party/libxslt/libxslt/attributes.c ncname = xsltSplitQName(ctxt->dict, curstr, &prefix); prefix 1101 third_party/libxslt/libxslt/attributes.c xmlHashLookup2(style->attributeSets, ncname, prefix); prefix 1112 third_party/libxslt/libxslt/attributes.c xmlHashLookup2(style->attributeSets, ncname, prefix); prefix 56 third_party/libxslt/libxslt/extensions.c xmlChar *prefix; prefix 107 third_party/libxslt/libxslt/extensions.c xsltNewExtDef(const xmlChar * prefix, const xmlChar * URI) prefix 118 third_party/libxslt/libxslt/extensions.c if (prefix != NULL) prefix 119 third_party/libxslt/libxslt/extensions.c cur->prefix = xmlStrdup(prefix); prefix 136 third_party/libxslt/libxslt/extensions.c if (extensiond->prefix != NULL) prefix 137 third_party/libxslt/libxslt/extensions.c xmlFree(extensiond->prefix); prefix 504 third_party/libxslt/libxslt/extensions.c const xmlChar * prefix, const xmlChar * URI) prefix 527 third_party/libxslt/libxslt/extensions.c if (xmlStrEqual(prefix, def->prefix)) prefix 532 third_party/libxslt/libxslt/extensions.c ret = xsltNewExtDef(prefix, URI); prefix 1196 third_party/libxslt/libxslt/extensions.c if (xmlStrEqual(URI, cur->prefix)) prefix 220 third_party/libxslt/libxslt/extensions.h const xmlChar *prefix, prefix 406 third_party/libxslt/libxslt/functions.c xmlChar *qname, *prefix; prefix 426 third_party/libxslt/libxslt/functions.c key = xmlSplitQName2(qname, &prefix); prefix 430 third_party/libxslt/libxslt/functions.c if (prefix != NULL) prefix 431 third_party/libxslt/libxslt/functions.c xmlFree(prefix); prefix 433 third_party/libxslt/libxslt/functions.c if (prefix != NULL) { prefix 434 third_party/libxslt/libxslt/functions.c keyURI = xmlXPathNsLookup(xpctxt, prefix); prefix 437 third_party/libxslt/libxslt/functions.c "key() : prefix %s is not bound\n", prefix); prefix 442 third_party/libxslt/libxslt/functions.c xmlFree(prefix); prefix 732 third_party/libxslt/libxslt/functions.c xmlChar *prefix, *name; prefix 751 third_party/libxslt/libxslt/functions.c name = xmlSplitQName2(obj->stringval, &prefix); prefix 755 third_party/libxslt/libxslt/functions.c nsURI = xmlXPathNsLookup(ctxt->context, prefix); prefix 758 third_party/libxslt/libxslt/functions.c "system-property() : prefix %s is not bound\n", prefix); prefix 807 third_party/libxslt/libxslt/functions.c if (prefix != NULL) prefix 808 third_party/libxslt/libxslt/functions.c xmlFree(prefix); prefix 824 third_party/libxslt/libxslt/functions.c xmlChar *prefix, *name; prefix 852 third_party/libxslt/libxslt/functions.c name = xmlSplitQName2(obj->stringval, &prefix); prefix 860 third_party/libxslt/libxslt/functions.c nsURI = xmlXPathNsLookup(ctxt->context, prefix); prefix 863 third_party/libxslt/libxslt/functions.c "element-available() : prefix %s is not bound\n", prefix); prefix 876 third_party/libxslt/libxslt/functions.c if (prefix != NULL) prefix 877 third_party/libxslt/libxslt/functions.c xmlFree(prefix); prefix 891 third_party/libxslt/libxslt/functions.c xmlChar *prefix, *name; prefix 909 third_party/libxslt/libxslt/functions.c name = xmlSplitQName2(obj->stringval, &prefix); prefix 913 third_party/libxslt/libxslt/functions.c nsURI = xmlXPathNsLookup(ctxt->context, prefix); prefix 916 third_party/libxslt/libxslt/functions.c "function-available() : prefix %s is not bound\n", prefix); prefix 929 third_party/libxslt/libxslt/functions.c if (prefix != NULL) prefix 930 third_party/libxslt/libxslt/functions.c xmlFree(prefix); prefix 379 third_party/libxslt/libxslt/namespaces.c if (ns->prefix == NULL) { prefix 446 third_party/libxslt/libxslt/namespaces.c if ((ns->prefix == NULL) == (nsPrefix == NULL)) { prefix 447 third_party/libxslt/libxslt/namespaces.c if (ns->prefix == nsPrefix) { prefix 452 third_party/libxslt/libxslt/namespaces.c } else if (xmlStrEqual(ns->prefix, nsPrefix)) { prefix 490 third_party/libxslt/libxslt/namespaces.c ((target->parent->ns->prefix != NULL) == (nsPrefix != NULL))) prefix 497 third_party/libxslt/libxslt/namespaces.c } else if (xmlStrEqual(ns->prefix, nsPrefix) && prefix 524 third_party/libxslt/libxslt/namespaces.c xmlStrEqual(attr->ns->prefix, nsPrefix)) prefix 648 third_party/libxslt/libxslt/namespaces.c return(xsltGetSpecialNamespace(ctxt, cur, ns->href, ns->prefix, out)); prefix 687 third_party/libxslt/libxslt/namespaces.c return(xsltGetSpecialNamespace(ctxt, cur, URI, ns->prefix, out)); prefix 761 third_party/libxslt/libxslt/namespaces.c (xmlStrEqual(node->ns->prefix, cur->prefix)) && prefix 766 third_party/libxslt/libxslt/namespaces.c tmp = xmlSearchNs(node->doc, node, cur->prefix); prefix 777 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, cur->href, cur->prefix); prefix 796 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, URI, cur->prefix); prefix 798 third_party/libxslt/libxslt/namespaces.c q = xmlNewNs(node, cur->href, cur->prefix); prefix 834 third_party/libxslt/libxslt/namespaces.c return(xmlNewNs(NULL, ns->href, ns->prefix)); prefix 836 third_party/libxslt/libxslt/namespaces.c return(xmlNewNs(elem, ns->href, ns->prefix)); prefix 49 third_party/libxslt/libxslt/namespaces.h const xmlChar *prefix, prefix 950 third_party/libxslt/libxslt/numbers.c xmlChar *the_format, *prefix = NULL, *suffix = NULL; prefix 1018 third_party/libxslt/libxslt/numbers.c prefix = the_format; prefix 1237 third_party/libxslt/libxslt/numbers.c (xmlStrncmp(nprefix, prefix, prefix_length) !=0 )) || prefix 1240 third_party/libxslt/libxslt/numbers.c prefix = nprefix; prefix 1273 third_party/libxslt/libxslt/numbers.c if ((pchar = *prefix++) == SYMBOL_QUOTE) { prefix 1274 third_party/libxslt/libxslt/numbers.c len = xsltUTF8Size(prefix); prefix 1275 third_party/libxslt/libxslt/numbers.c xmlBufferAdd(buffer, prefix, len); prefix 1276 third_party/libxslt/libxslt/numbers.c prefix += len; prefix 1565 third_party/libxslt/libxslt/pattern.c xmlChar *prefix = token; prefix 1572 third_party/libxslt/libxslt/pattern.c ns = xmlSearchNs(ctxt->doc, ctxt->elem, prefix); prefix 1576 third_party/libxslt/libxslt/pattern.c prefix); prefix 1577 third_party/libxslt/libxslt/pattern.c xmlFree(prefix); prefix 1583 third_party/libxslt/libxslt/pattern.c xmlFree(prefix); prefix 921 third_party/libxslt/libxslt/preproc.c const xmlChar *prefix = NULL, *name; prefix 923 third_party/libxslt/libxslt/preproc.c name = xsltSplitQName(style->dict, comp->name, &prefix); prefix 934 third_party/libxslt/libxslt/preproc.c ns = xmlSearchNs(inst->doc, inst, prefix); prefix 939 third_party/libxslt/libxslt/preproc.c comp->nsPrefix = prefix; prefix 942 third_party/libxslt/libxslt/preproc.c } else if (prefix != NULL) { prefix 951 third_party/libxslt/libxslt/preproc.c if ((prefix != NULL) && prefix 952 third_party/libxslt/libxslt/preproc.c (!xmlStrncasecmp(prefix, (xmlChar *)"xml", 3))) prefix 1041 third_party/libxslt/libxslt/preproc.c const xmlChar *prefix = NULL, *name; prefix 1043 third_party/libxslt/libxslt/preproc.c name = xsltSplitQName(style->dict, comp->name, &prefix); prefix 1044 third_party/libxslt/libxslt/preproc.c if (prefix != NULL) { prefix 1055 third_party/libxslt/libxslt/preproc.c ns = xmlSearchNs(inst->doc, inst, prefix); prefix 1060 third_party/libxslt/libxslt/preproc.c comp->nsPrefix = prefix; prefix 1073 third_party/libxslt/libxslt/preproc.c if (!xmlStrncasecmp(prefix, (xmlChar *) "xmlns", 5)) { prefix 523 third_party/libxslt/libxslt/templates.c (! xmlStrEqual(ret->ns->prefix, attr->ns->prefix))) prefix 713 third_party/libxslt/libxslt/templates.c attr->ns->href, attr->ns->prefix, target); prefix 1010 third_party/libxslt/libxslt/transform.c attr->ns->href, attr->ns->prefix, target); prefix 1103 third_party/libxslt/libxslt/transform.c attr->ns->href, attr->ns->prefix, target); prefix 1206 third_party/libxslt/libxslt/transform.c node, node->ns->href, node->ns->prefix, copy); prefix 1301 third_party/libxslt/libxslt/transform.c xmlStrEqual(elem->ns->prefix, ns->prefix) && prefix 1307 third_party/libxslt/libxslt/transform.c luNs = xmlSearchNs(elem->doc, elem, ns->prefix); prefix 1314 third_party/libxslt/libxslt/transform.c q = xmlNewNs(elem, ns->href, ns->prefix); prefix 1372 third_party/libxslt/libxslt/transform.c if (ns->prefix == NULL) { prefix 1383 third_party/libxslt/libxslt/transform.c } else if ((ns->prefix[0] == 'x') && prefix 1384 third_party/libxslt/libxslt/transform.c xmlStrEqual(ns->prefix, BAD_CAST "xml")) prefix 1395 third_party/libxslt/libxslt/transform.c if ((tmpns->prefix == NULL) == (ns->prefix == NULL)) { prefix 1396 third_party/libxslt/libxslt/transform.c if ((tmpns->prefix == ns->prefix) || prefix 1397 third_party/libxslt/libxslt/transform.c xmlStrEqual(tmpns->prefix, ns->prefix)) prefix 1410 third_party/libxslt/libxslt/transform.c tmpns = xmlSearchNs(insert->doc, insert, ns->prefix); prefix 1419 third_party/libxslt/libxslt/transform.c return(xmlNewNs(insert, ns->href, ns->prefix)); prefix 1550 third_party/libxslt/libxslt/transform.c (*curns)->prefix); prefix 1570 third_party/libxslt/libxslt/transform.c (*curns)->prefix); prefix 1605 third_party/libxslt/libxslt/transform.c node->ns->href, node->ns->prefix, copy); prefix 2338 third_party/libxslt/libxslt/transform.c ns = xmlSearchNs(copy->doc, copy, effNs->prefix); prefix 2345 third_party/libxslt/libxslt/transform.c ns = xmlNewNs(copy, effNs->nsName, effNs->prefix); prefix 2376 third_party/libxslt/libxslt/transform.c cur->ns->href, cur->ns->prefix, copy); prefix 2783 third_party/libxslt/libxslt/transform.c ret = xmlSearchNs(copy->doc, copy, ns->prefix); prefix 2786 third_party/libxslt/libxslt/transform.c xmlNewNs(copy, URI, ns->prefix); prefix 3595 third_party/libxslt/libxslt/transform.c if ((root->ns != NULL) && (root->ns->prefix != NULL)) prefix 3596 third_party/libxslt/libxslt/transform.c doctype = xmlDictQLookup(ctxt->dict, root->ns->prefix, root->name); prefix 3882 third_party/libxslt/libxslt/transform.c const xmlChar *name, *prefix = NULL, *nsName = NULL; prefix 3916 third_party/libxslt/libxslt/transform.c name = xsltSplitQName(ctxt->dict, prop, &prefix); prefix 3918 third_party/libxslt/libxslt/transform.c if ((prefix != NULL) && prefix 3919 third_party/libxslt/libxslt/transform.c (!xmlStrncasecmp(prefix, (xmlChar *)"xml", 3))) prefix 3931 third_party/libxslt/libxslt/transform.c prefix = comp->nsPrefix; prefix 3934 third_party/libxslt/libxslt/transform.c name = xsltSplitQName(ctxt->dict, comp->name, &prefix); prefix 3990 third_party/libxslt/libxslt/transform.c ns = xmlSearchNs(inst->doc, inst, prefix); prefix 3996 third_party/libxslt/libxslt/transform.c if (prefix != NULL) { prefix 4001 third_party/libxslt/libxslt/transform.c "specified by the instruction itself.\n", prefix, name); prefix 4010 third_party/libxslt/libxslt/transform.c copy->ns = xsltGetSpecialNamespace(ctxt, inst, nsName, prefix, copy); prefix 6103 third_party/libxslt/libxslt/transform.c if ((root->ns != NULL) && (root->ns->prefix != NULL)) prefix 6104 third_party/libxslt/libxslt/transform.c doctype = xmlDictQLookup(ctxt->dict, root->ns->prefix, root->name); prefix 1413 third_party/libxslt/libxslt/variables.c const xmlChar *prefix; prefix 1440 third_party/libxslt/libxslt/variables.c name = xsltSplitQName(ctxt->dict, name, &prefix); prefix 1442 third_party/libxslt/libxslt/variables.c if (prefix != NULL) { prefix 1446 third_party/libxslt/libxslt/variables.c prefix); prefix 1449 third_party/libxslt/libxslt/variables.c "user param : no namespace bound to prefix %s\n", prefix); prefix 1074 third_party/libxslt/libxslt/xslt.c if ((cur->prefix != NULL) && prefix 1075 third_party/libxslt/libxslt/xslt.c (xsltCheckExtPrefix(style, cur->prefix))) prefix 1101 third_party/libxslt/libxslt/xslt.c if ((cur->prefix == ret[i]->prefix) || prefix 1102 third_party/libxslt/libxslt/xslt.c (xmlStrEqual(cur->prefix, ret[i]->prefix))) prefix 1550 third_party/libxslt/libxslt/xslt.c xmlChar *prefix, *end; prefix 1568 third_party/libxslt/libxslt/xslt.c prefix = prefixes; prefix 1569 third_party/libxslt/libxslt/xslt.c while (*prefix != 0) { prefix 1570 third_party/libxslt/libxslt/xslt.c while (IS_BLANK(*prefix)) prefix++; prefix 1571 third_party/libxslt/libxslt/xslt.c if (*prefix == 0) prefix 1573 third_party/libxslt/libxslt/xslt.c end = prefix; prefix 1575 third_party/libxslt/libxslt/xslt.c prefix = xmlStrndup(prefix, end - prefix); prefix 1576 third_party/libxslt/libxslt/xslt.c if (prefix) { prefix 1579 third_party/libxslt/libxslt/xslt.c if (xmlStrEqual(prefix, (const xmlChar *)"#default")) prefix 1582 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, prefix); prefix 1586 third_party/libxslt/libxslt/xslt.c prefix); prefix 1591 third_party/libxslt/libxslt/xslt.c "add extension prefix %s\n", prefix); prefix 1593 third_party/libxslt/libxslt/xslt.c xsltRegisterExtPrefix(style, prefix, ns->href); prefix 1595 third_party/libxslt/libxslt/xslt.c xmlFree(prefix); prefix 1597 third_party/libxslt/libxslt/xslt.c prefix = end; prefix 1688 third_party/libxslt/libxslt/xslt.c xmlChar *prefix, *end; prefix 1704 third_party/libxslt/libxslt/xslt.c prefix = prefixes; prefix 1705 third_party/libxslt/libxslt/xslt.c while (*prefix != 0) { prefix 1706 third_party/libxslt/libxslt/xslt.c while (IS_BLANK(*prefix)) prefix++; prefix 1707 third_party/libxslt/libxslt/xslt.c if (*prefix == 0) prefix 1709 third_party/libxslt/libxslt/xslt.c end = prefix; prefix 1711 third_party/libxslt/libxslt/xslt.c prefix = xmlStrndup(prefix, end - prefix); prefix 1712 third_party/libxslt/libxslt/xslt.c if (prefix) { prefix 1715 third_party/libxslt/libxslt/xslt.c if (xmlStrEqual(prefix, (const xmlChar *)"#default")) prefix 1718 third_party/libxslt/libxslt/xslt.c ns = xmlSearchNs(style->doc, cur, prefix); prefix 1722 third_party/libxslt/libxslt/xslt.c prefix); prefix 1728 third_party/libxslt/libxslt/xslt.c "exclude result prefix %s\n", prefix); prefix 1733 third_party/libxslt/libxslt/xslt.c xmlFree(prefix); prefix 1735 third_party/libxslt/libxslt/xslt.c prefix = end; prefix 1783 third_party/libxslt/libxslt/xslt.c ns->prefix = xmlStrdup((const xmlChar *)"xml"); prefix 1806 third_party/libxslt/libxslt/xslt.c const xmlChar *prefix) prefix 1822 third_party/libxslt/libxslt/xslt.c if ((ns->prefix == NULL) != (prefix == NULL)) { prefix 1824 third_party/libxslt/libxslt/xslt.c } else if (prefix == NULL) { prefix 1828 third_party/libxslt/libxslt/xslt.c if ((ns->prefix[0] == prefix[0]) && prefix 1829 third_party/libxslt/libxslt/xslt.c xmlStrEqual(ns->prefix, prefix) && prefix 1840 third_party/libxslt/libxslt/xslt.c ns->next = xmlNewNs(NULL, nsName, prefix); prefix 1895 third_party/libxslt/libxslt/xslt.c alias->targetNs->prefix); prefix 1916 third_party/libxslt/libxslt/xslt.c alias->targetNs->prefix); prefix 1970 third_party/libxslt/libxslt/xslt.c alias->targetNs->prefix); prefix 1976 third_party/libxslt/libxslt/xslt.c alias->targetNs->prefix); prefix 2170 third_party/libxslt/libxslt/xslt.c effNs->prefix = ns->prefix; prefix 2541 third_party/libxslt/libxslt/xslt.c if ((ns->prefix == nsi->list[i]->prefix) || prefix 2542 third_party/libxslt/libxslt/xslt.c (xmlStrEqual(ns->prefix, nsi->list[i]->prefix))) prefix 2574 third_party/libxslt/libxslt/xslt.c if (nsi->list[i]->prefix == NULL) { prefix 3227 third_party/libxslt/libxslt/xslt.c (attr->ns->prefix != NULL) && prefix 3228 third_party/libxslt/libxslt/xslt.c (attr->ns->prefix[0] == 'x') && prefix 3229 third_party/libxslt/libxslt/xslt.c (attr->ns->prefix[1] == 'm') && prefix 3230 third_party/libxslt/libxslt/xslt.c (attr->ns->prefix[2] == 'l') && prefix 3231 third_party/libxslt/libxslt/xslt.c (attr->ns->prefix[3] == 0)) prefix 3509 third_party/libxslt/libxslt/xslt.c if ((ns->prefix != NULL) && prefix 3650 third_party/libxslt/libxslt/xslt.c if (ns->prefix != NULL) { prefix 3660 third_party/libxslt/libxslt/xslt.c URI = xmlHashLookup(style->nsHash, ns->prefix); prefix 3663 third_party/libxslt/libxslt/xslt.c "Namespaces prefix %s used for multiple namespaces\n",ns->prefix); prefix 3666 third_party/libxslt/libxslt/xslt.c xmlHashUpdateEntry(style->nsHash, ns->prefix, prefix 3671 third_party/libxslt/libxslt/xslt.c "Added namespace: %s mapped to %s\n", ns->prefix, ns->href); prefix 4937 third_party/libxslt/libxslt/xslt.c (xsltCheckExtPrefix(style, cur->ns->prefix))) prefix 6957 third_party/libxslt/libxslt/xslt.c xmlNewNs(newtree, ns->href, ns->prefix); prefix 1161 third_party/libxslt/libxslt/xsltInternals.h const xmlChar *prefix; prefix 134 third_party/libxslt/libxslt/xsltutils.c if ((attrDecl != NULL) && (attrDecl->prefix != NULL)) { prefix 138 third_party/libxslt/libxslt/xsltutils.c ns = xmlSearchNs(doc, node, attrDecl->prefix); prefix 220 third_party/libxslt/libxslt/xsltutils.c if ((attrDecl != NULL) && (attrDecl->prefix != NULL)) { prefix 224 third_party/libxslt/libxslt/xsltutils.c ns = xmlSearchNs(doc, node, attrDecl->prefix); prefix 738 third_party/libxslt/libxslt/xsltutils.c xsltSplitQName(xmlDictPtr dict, const xmlChar *name, const xmlChar **prefix) { prefix 742 third_party/libxslt/libxslt/xsltutils.c *prefix = NULL; prefix 748 third_party/libxslt/libxslt/xsltutils.c *prefix = xmlDictLookup(dict, name, len); prefix 203 third_party/libxslt/libxslt/xsltutils.h const xmlChar **prefix); prefix 823 third_party/mach_override/libudis86/decode.c if (P_STR(u->itab_entry->prefix)) { prefix 845 third_party/mach_override/libudis86/decode.c if ( P_INV64( u->itab_entry->prefix ) ) { prefix 854 third_party/mach_override/libudis86/decode.c ( u->pfx_rex & REX_PFX_MASK( u->itab_entry->prefix ) ); prefix 859 third_party/mach_override/libudis86/decode.c u->default64 = P_DEF64( u->itab_entry->prefix ); prefix 884 third_party/mach_override/libudis86/decode.c u->implicit_addr = P_IMPADDR( u->itab_entry->prefix ); prefix 1079 third_party/mach_override/libudis86/decode.c if ( !P_SEG( u->itab_entry->prefix ) && prefix 169 third_party/mach_override/libudis86/decode.h uint32_t prefix; prefix 128 third_party/mach_override/libudis86/syn-att.c if (! P_OSO(u->itab_entry->prefix) && u->pfx_opr) { prefix 141 third_party/mach_override/libudis86/syn-att.c if (! P_ASO(u->itab_entry->prefix) && u->pfx_adr) { prefix 128 third_party/mach_override/libudis86/syn-intel.c if (!P_OSO(u->itab_entry->prefix) && u->pfx_opr) { prefix 137 third_party/mach_override/libudis86/syn-intel.c if (!P_ASO(u->itab_entry->prefix) && u->pfx_adr) { prefix 786 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final String prefix, prefix 791 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java results.add(prefix + field.getName()); prefix 805 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java subMessagePrefix(prefix, field, i++), prefix 811 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java subMessagePrefix(prefix, field, -1), prefix 819 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java private static String subMessagePrefix(final String prefix, prefix 822 third_party/protobuf/java/src/main/java/com/google/protobuf/AbstractMessage.java final StringBuilder result = new StringBuilder(prefix); prefix 175 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java public boolean startsWith(ByteString prefix) { prefix 176 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java return size() >= prefix.size() && prefix 177 third_party/protobuf/java/src/main/java/com/google/protobuf/ByteString.java substring(0, prefix.size()).equals(prefix); prefix 667 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java ByteString prefix = ByteString.copyFrom(bytes, 0, 500); prefix 671 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java assertTrue(string.startsWith(prefix)); prefix 673 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java assertFalse(prefix.startsWith(suffix)); prefix 674 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java assertFalse(suffix.startsWith(prefix)); prefix 675 third_party/protobuf/java/src/test/java/com/google/protobuf/ByteStringTest.java assertFalse(ByteString.EMPTY.startsWith(prefix)); prefix 161 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool TryCreateParentDirectory(const string& prefix, const string& filename) { prefix 165 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc string path_so_far = prefix; prefix 243 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc bool WriteAllToDisk(const string& prefix); prefix 310 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc const string& prefix) { prefix 315 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (!VerifyDirectoryExists(prefix)) { prefix 325 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc if (!TryCreateParentDirectory(prefix, relative_filename)) { prefix 328 third_party/protobuf/src/google/protobuf/compiler/command_line_interface.cc string filename = prefix + relative_filename; prefix 444 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string GenerateGetBitInternal(const string& prefix, int bitIndex) { prefix 445 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string varName = prefix + GetBitFieldNameForBit(bitIndex); prefix 453 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string GenerateSetBitInternal(const string& prefix, int bitIndex) { prefix 454 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc string varName = prefix + GetBitFieldNameForBit(bitIndex); prefix 1334 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix = name; prefix 1336 third_party/protobuf/src/google/protobuf/descriptor.cc string::size_type dot_pos = prefix.find_last_of('.'); prefix 1340 third_party/protobuf/src/google/protobuf/descriptor.cc prefix = prefix.substr(0, dot_pos); prefix 1341 third_party/protobuf/src/google/protobuf/descriptor.cc Symbol symbol = tables_->FindSymbol(prefix); prefix 1689 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix(depth * 2, ' '); prefix 1694 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, all_options[i]); prefix 1784 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix(depth * 2, ' '); prefix 1808 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, nested_type(i)->name()); prefix 1821 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, prefix 1830 third_party/protobuf/src/google/protobuf/descriptor.cc if (i > 0) strings::SubstituteAndAppend(contents, "$0 }\n", prefix); prefix 1833 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, containing_type->full_name()); prefix 1838 third_party/protobuf/src/google/protobuf/descriptor.cc strings::SubstituteAndAppend(contents, "$0 }\n", prefix); prefix 1840 third_party/protobuf/src/google/protobuf/descriptor.cc strings::SubstituteAndAppend(contents, "$0}\n", prefix); prefix 1859 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix(depth * 2, ' '); prefix 1873 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, prefix 1912 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix(depth * 2, ' '); prefix 1915 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, name()); prefix 1922 third_party/protobuf/src/google/protobuf/descriptor.cc strings::SubstituteAndAppend(contents, "$0}\n", prefix); prefix 1932 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix(depth * 2, ' '); prefix 1934 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, name(), number()); prefix 1968 third_party/protobuf/src/google/protobuf/descriptor.cc string prefix(depth * 2, ' '); prefix 1971 third_party/protobuf/src/google/protobuf/descriptor.cc prefix, name(), prefix 1978 third_party/protobuf/src/google/protobuf/descriptor.cc formatted_options, prefix); prefix 596 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc string prefix = "." + template_descriptor->full_name() + "."; prefix 599 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc if (HasPrefixString(*type_name, prefix)) { prefix 600 third_party/protobuf/src/google/protobuf/extension_set_unittest.cc type_name->replace(0, prefix.size(), ".dynamic_extensions."); prefix 202 third_party/protobuf/src/google/protobuf/reflection_ops.cc static string SubMessagePrefix(const string& prefix, prefix 205 third_party/protobuf/src/google/protobuf/reflection_ops.cc string result(prefix); prefix 224 third_party/protobuf/src/google/protobuf/reflection_ops.cc const string& prefix, prefix 233 third_party/protobuf/src/google/protobuf/reflection_ops.cc errors->push_back(prefix + descriptor->field(i)->name()); prefix 252 third_party/protobuf/src/google/protobuf/reflection_ops.cc SubMessagePrefix(prefix, field, j), prefix 258 third_party/protobuf/src/google/protobuf/reflection_ops.cc SubMessagePrefix(prefix, field, -1), prefix 69 third_party/protobuf/src/google/protobuf/reflection_ops.h const string& prefix, prefix 81 third_party/protobuf/src/google/protobuf/stubs/strutil.h const string& prefix) { prefix 82 third_party/protobuf/src/google/protobuf/stubs/strutil.h return str.size() >= prefix.size() && prefix 83 third_party/protobuf/src/google/protobuf/stubs/strutil.h str.compare(0, prefix.size(), prefix) == 0; prefix 86 third_party/protobuf/src/google/protobuf/stubs/strutil.h inline string StripPrefixString(const string& str, const string& prefix) { prefix 87 third_party/protobuf/src/google/protobuf/stubs/strutil.h if (HasPrefixString(str, prefix)) { prefix 88 third_party/protobuf/src/google/protobuf/stubs/strutil.h return str.substr(prefix.size()); prefix 70 third_party/protobuf/src/google/protobuf/testing/googletest.cc string prefix = "."; prefix 72 third_party/protobuf/src/google/protobuf/testing/googletest.cc while (!File::Exists(prefix + "/src/google/protobuf")) { prefix 73 third_party/protobuf/src/google/protobuf/testing/googletest.cc if (!File::Exists(prefix)) { prefix 78 third_party/protobuf/src/google/protobuf/testing/googletest.cc prefix += "/.."; prefix 80 third_party/protobuf/src/google/protobuf/testing/googletest.cc return prefix + "/src"; prefix 851 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc bool StartsWith(const string& s, const string& prefix) { prefix 852 third_party/protobuf/src/google/protobuf/wire_format_unittest.cc return s.substr(0, prefix.length()) == prefix; prefix 617 third_party/re2/re2/regexp.cc bool Regexp::RequiredPrefix(string *prefix, bool *foldcase, Regexp** suffix) { prefix 622 third_party/re2/re2/regexp.cc prefix->clear(); prefix 644 third_party/re2/re2/regexp.cc prefix->resize(re->nrunes_); prefix 646 third_party/re2/re2/regexp.cc (*prefix)[j] = re->runes_[j]; prefix 650 third_party/re2/re2/regexp.cc prefix->resize(re->nrunes_ * UTFmax); prefix 651 third_party/re2/re2/regexp.cc char *p = &(*prefix)[0]; prefix 659 third_party/re2/re2/regexp.cc prefix->resize(p - &(*prefix)[0]); prefix 665 third_party/re2/re2/regexp.cc prefix->append(1, re->rune_); prefix 668 third_party/re2/re2/regexp.cc prefix->append(buf, runetochar(buf, &re->rune_)); prefix 430 third_party/re2/re2/regexp.h bool RequiredPrefix(string* prefix, bool *foldcase, Regexp** suffix); prefix 13 third_party/re2/re2/testing/required_prefix_test.cc const char* prefix; prefix 54 third_party/re2/re2/testing/required_prefix_test.cc CHECK_EQ(p, string(t.prefix)) prefix 552 third_party/re2/re2/testing/tester.cc void TestInstance::LogMatch(const char* prefix, Engine e, prefix 555 third_party/re2/re2/testing/tester.cc LOG(INFO) << prefix prefix 72 third_party/re2/re2/testing/tester.h void LogMatch(const char* prefix, Engine e, const StringPiece& text, prefix 72 third_party/re2/util/strutil.cc string PrefixSuccessor(const StringPiece& prefix) { prefix 79 third_party/re2/util/strutil.cc string limit(prefix.data(), prefix.size()); prefix 115 third_party/re2/util/util.h extern string PrefixSuccessor(const StringPiece& prefix); prefix 18579 third_party/sqlite/amalgamation/sqlite3.c etByte prefix; /* Offset into aPrefix[] of the prefix string */ prefix 18736 third_party/sqlite/amalgamation/sqlite3.c char prefix; /* Prefix character. "+" or "-" or " " or '\0'. */ prefix 18891 third_party/sqlite/amalgamation/sqlite3.c prefix = '-'; prefix 18894 third_party/sqlite/amalgamation/sqlite3.c if( flag_plussign ) prefix = '+'; prefix 18895 third_party/sqlite/amalgamation/sqlite3.c else if( flag_blanksign ) prefix = ' '; prefix 18896 third_party/sqlite/amalgamation/sqlite3.c else prefix = 0; prefix 18906 third_party/sqlite/amalgamation/sqlite3.c prefix = 0; prefix 18909 third_party/sqlite/amalgamation/sqlite3.c if( flag_zeropad && precision<width-(prefix!=0) ){ prefix 18910 third_party/sqlite/amalgamation/sqlite3.c precision = width-(prefix!=0); prefix 18937 third_party/sqlite/amalgamation/sqlite3.c if( prefix ) *(--bufpt) = prefix; /* Add sign */ prefix 18938 third_party/sqlite/amalgamation/sqlite3.c if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */ prefix 18941 third_party/sqlite/amalgamation/sqlite3.c pre = &aPrefix[infop->prefix]; prefix 18957 third_party/sqlite/amalgamation/sqlite3.c prefix = '-'; prefix 18959 third_party/sqlite/amalgamation/sqlite3.c if( flag_plussign ) prefix = '+'; prefix 18960 third_party/sqlite/amalgamation/sqlite3.c else if( flag_blanksign ) prefix = ' '; prefix 18961 third_party/sqlite/amalgamation/sqlite3.c else prefix = 0; prefix 18986 third_party/sqlite/amalgamation/sqlite3.c if( prefix=='-' ){ prefix 18988 third_party/sqlite/amalgamation/sqlite3.c }else if( prefix=='+' ){ prefix 19026 third_party/sqlite/amalgamation/sqlite3.c if( prefix ){ prefix 19027 third_party/sqlite/amalgamation/sqlite3.c *(bufpt++) = prefix; prefix 19094 third_party/sqlite/amalgamation/sqlite3.c i = prefix!=0; prefix 6707 third_party/sqlite/src/ext/fts2/fts2.c const char *prefix, const char *msg){ prefix 6710 third_party/sqlite/src/ext/fts2/fts2.c sqlite3_snprintf(sizeof(buf), buf, "%s: %s", prefix, msg); prefix 96 third_party/sqlite/src/src/printf.c etByte prefix; /* Offset into aPrefix[] of the prefix string */ prefix 253 third_party/sqlite/src/src/printf.c char prefix; /* Prefix character. "+" or "-" or " " or '\0'. */ prefix 408 third_party/sqlite/src/src/printf.c prefix = '-'; prefix 411 third_party/sqlite/src/src/printf.c if( flag_plussign ) prefix = '+'; prefix 412 third_party/sqlite/src/src/printf.c else if( flag_blanksign ) prefix = ' '; prefix 413 third_party/sqlite/src/src/printf.c else prefix = 0; prefix 423 third_party/sqlite/src/src/printf.c prefix = 0; prefix 426 third_party/sqlite/src/src/printf.c if( flag_zeropad && precision<width-(prefix!=0) ){ prefix 427 third_party/sqlite/src/src/printf.c precision = width-(prefix!=0); prefix 454 third_party/sqlite/src/src/printf.c if( prefix ) *(--bufpt) = prefix; /* Add sign */ prefix 455 third_party/sqlite/src/src/printf.c if( flag_alternateform && infop->prefix ){ /* Add "0" or "0x" */ prefix 458 third_party/sqlite/src/src/printf.c pre = &aPrefix[infop->prefix]; prefix 474 third_party/sqlite/src/src/printf.c prefix = '-'; prefix 476 third_party/sqlite/src/src/printf.c if( flag_plussign ) prefix = '+'; prefix 477 third_party/sqlite/src/src/printf.c else if( flag_blanksign ) prefix = ' '; prefix 478 third_party/sqlite/src/src/printf.c else prefix = 0; prefix 503 third_party/sqlite/src/src/printf.c if( prefix=='-' ){ prefix 505 third_party/sqlite/src/src/printf.c }else if( prefix=='+' ){ prefix 543 third_party/sqlite/src/src/printf.c if( prefix ){ prefix 544 third_party/sqlite/src/src/printf.c *(bufpt++) = prefix; prefix 611 third_party/sqlite/src/src/printf.c i = prefix!=0; prefix 3639 third_party/sqlite/src/tool/lemon.c const char *prefix; prefix 3641 third_party/sqlite/src/tool/lemon.c if( lemp->tokenprefix ) prefix = lemp->tokenprefix; prefix 3642 third_party/sqlite/src/tool/lemon.c else prefix = ""; prefix 3644 third_party/sqlite/src/tool/lemon.c fprintf(out,"#define %s%-30s %2d\n",prefix,lemp->symbols[i]->name,i); prefix 4048 third_party/sqlite/src/tool/lemon.c const char *prefix; prefix 4053 third_party/sqlite/src/tool/lemon.c if( lemp->tokenprefix ) prefix = lemp->tokenprefix; prefix 4054 third_party/sqlite/src/tool/lemon.c else prefix = ""; prefix 4058 third_party/sqlite/src/tool/lemon.c sprintf(pattern,"#define %s%-30s %2d\n",prefix,lemp->symbols[i]->name,i); prefix 4070 third_party/sqlite/src/tool/lemon.c fprintf(out,"#define %s%-30s %2d\n",prefix,lemp->symbols[i]->name,i); prefix 43 third_party/sqlite/src/tool/mkkeywordhash.c int prefix; /* Number of characters in prefix */ prefix 430 third_party/sqlite/src/tool/mkkeywordhash.c p->prefix = k; prefix 545 third_party/sqlite/src/tool/mkkeywordhash.c printf(" %3d,", aKeywordTable[i].len+aKeywordTable[i].prefix); prefix 302 third_party/tcmalloc/chromium/src/deep-heap-profile.cc const char* prefix, prefix 314 third_party/tcmalloc/chromium/src/deep-heap-profile.cc const int prefix_length = strlen(prefix); prefix 317 third_party/tcmalloc/chromium/src/deep-heap-profile.cc memcpy(filename_prefix_, prefix, prefix_length); prefix 693 third_party/tcmalloc/chromium/src/deep-heap-profile.cc const char* prefix, int dump_count, char raw_buffer[], int buffer_size) { prefix 696 third_party/tcmalloc/chromium/src/deep-heap-profile.cc "%s.%05d.%04d.buckets", prefix, getpid(), dump_count); prefix 1126 third_party/tcmalloc/chromium/src/deep-heap-profile.cc void DeepHeapProfile::WriteProcMaps(const char* prefix, prefix 1131 third_party/tcmalloc/chromium/src/deep-heap-profile.cc "%s.%05d.maps", prefix, static_cast<int>(getpid())); prefix 1147 third_party/tcmalloc/chromium/src/deep-heap-profile.cc const char* prefix, prefix 64 third_party/tcmalloc/chromium/src/deep-heap-profile.h const char* prefix, prefix 275 third_party/tcmalloc/chromium/src/deep-heap-profile.h void WriteForBucketFile(const char* prefix, prefix 380 third_party/tcmalloc/chromium/src/deep-heap-profile.h static void WriteProcMaps(const char* prefix, prefix 83 third_party/tcmalloc/chromium/src/gperftools/heap-profiler.h PERFTOOLS_DLL_DECL void HeapProfilerStart(const char* prefix); prefix 581 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::CleanupOldProfiles(const char* prefix) { prefix 585 third_party/tcmalloc/chromium/src/heap-profile-table.cc snprintf(buf, 1000,"%s.%05d.", prefix, getpid()); prefix 592 third_party/tcmalloc/chromium/src/heap-profile-table.cc const int prefix_length = strlen(prefix); prefix 596 third_party/tcmalloc/chromium/src/heap-profile-table.cc (memcmp(fname, prefix, prefix_length) == 0)) { prefix 188 third_party/tcmalloc/chromium/src/heap-profile-table.h static void CleanupOldProfiles(const char* prefix); prefix 484 third_party/tcmalloc/chromium/src/heap-profiler.cc extern "C" void HeapProfilerStart(const char* prefix) { prefix 536 third_party/tcmalloc/chromium/src/heap-profiler.cc DeepHeapProfile(heap_profile, prefix, DeepHeapProfile::PageFrameType( prefix 551 third_party/tcmalloc/chromium/src/heap-profiler.cc if (!prefix) prefix 554 third_party/tcmalloc/chromium/src/heap-profiler.cc const int prefix_length = strlen(prefix); prefix 556 third_party/tcmalloc/chromium/src/heap-profiler.cc memcpy(filename_prefix, prefix, prefix_length); prefix 347 third_party/tcmalloc/chromium/src/windows/port.cc void DeleteMatchingFiles(const char* prefix, const char* full_glob) { prefix 351 third_party/tcmalloc/chromium/src/windows/port.cc const int prefix_length = strlen(prefix); prefix 355 third_party/tcmalloc/chromium/src/windows/port.cc (memcmp(fname, prefix, prefix_length) == 0)) { prefix 72 third_party/tcmalloc/vendor/src/gperftools/heap-profiler.h PERFTOOLS_DLL_DECL void HeapProfilerStart(const char* prefix); prefix 526 third_party/tcmalloc/vendor/src/heap-profile-table.cc void HeapProfileTable::CleanupOldProfiles(const char* prefix) { prefix 529 third_party/tcmalloc/vendor/src/heap-profile-table.cc string pattern = string(prefix) + ".*" + kFileExt; prefix 534 third_party/tcmalloc/vendor/src/heap-profile-table.cc const int prefix_length = strlen(prefix); prefix 538 third_party/tcmalloc/vendor/src/heap-profile-table.cc (memcmp(fname, prefix, prefix_length) == 0)) { prefix 171 third_party/tcmalloc/vendor/src/heap-profile-table.h static void CleanupOldProfiles(const char* prefix); prefix 405 third_party/tcmalloc/vendor/src/heap-profiler.cc extern "C" void HeapProfilerStart(const char* prefix) { prefix 463 third_party/tcmalloc/vendor/src/heap-profiler.cc const int prefix_length = strlen(prefix); prefix 465 third_party/tcmalloc/vendor/src/heap-profiler.cc memcpy(filename_prefix, prefix, prefix_length); prefix 278 third_party/tcmalloc/vendor/src/windows/port.cc void DeleteMatchingFiles(const char* prefix, const char* full_glob) { prefix 282 third_party/tcmalloc/vendor/src/windows/port.cc const int prefix_length = strlen(prefix); prefix 286 third_party/tcmalloc/vendor/src/windows/port.cc (memcmp(fname, prefix, prefix_length) == 0)) { prefix 230 tools/android/forwarder2/host_forwarder_main.cc const std::string prefix = base::StringPrintf("%d:", port); prefix 233 tools/android/forwarder2/host_forwarder_main.cc if (others->first.find(prefix) == 0U) prefix 155 tools/clang/blink_gc_plugin/Config.h static bool StartsWith(const std::string& str, const std::string& prefix) { prefix 156 tools/clang/blink_gc_plugin/Config.h if (prefix.size() > str.size()) prefix 158 tools/clang/blink_gc_plugin/Config.h return str.compare(0, prefix.size(), prefix) == 0; prefix 123 tools/gn/ninja_helper.cc const char* prefix; prefix 128 tools/gn/ninja_helper.cc prefix = "lib"; prefix 130 tools/gn/ninja_helper.cc prefix = ""; prefix 160 tools/gn/ninja_helper.cc ret.value().append(prefix); prefix 173 tools/gn/ninja_helper.cc ret.value().append(prefix); prefix 187 tools/gn/ninja_helper.cc ret.value().append(prefix); prefix 209 tools/gn/ninja_helper.cc std::string prefix = GetRulePrefix(settings); prefix 212 tools/gn/ninja_helper.cc return prefix + "cc"; prefix 214 tools/gn/ninja_helper.cc return prefix + "cxx"; prefix 220 tools/gn/ninja_helper.cc return prefix + "objc"; prefix 222 tools/gn/ninja_helper.cc return prefix + "objcxx"; prefix 227 tools/gn/ninja_helper.cc return prefix + "rc"; prefix 230 tools/gn/ninja_helper.cc return prefix + "cc"; // Assembly files just get compiled by CC. prefix 178 tools/gn/parser.cc PrefixFunc prefix = expressions_[token.type()].prefix; prefix 180 tools/gn/parser.cc if (prefix == NULL) { prefix 187 tools/gn/parser.cc scoped_ptr<ParseNode> left = (this->*prefix)(token); prefix 23 tools/gn/parser.h PrefixFunc prefix; prefix 166 tools/gn/string_utils.cc std::string RemovePrefix(const std::string& str, const std::string& prefix) { prefix 167 tools/gn/string_utils.cc CHECK(str.size() >= prefix.size() && prefix 168 tools/gn/string_utils.cc str.compare(0, prefix.size(), prefix) == 0); prefix 169 tools/gn/string_utils.cc return str.substr(prefix.size()); prefix 42 tools/gn/string_utils.h std::string RemovePrefix(const std::string& str, const std::string& prefix); prefix 102 tools/win/split_link/split_link.cc static void RunLinker(const vector<wstring>& prefix, const wchar_t* msg) { prefix 126 tools/win/split_link/split_link.cc argv.insert(argv.end(), prefix.begin(), prefix.end()); prefix 605 ui/base/l10n/l10n_util.cc std::string prefix = NormalizeLocale(locale); prefix 609 ui/base/l10n/l10n_util.cc prefix = locale.substr(0, split_point); prefix 619 ui/base/l10n/l10n_util.cc for (size_t i = 0; i < prefix.size(); i++) { prefix 620 ui/base/l10n/l10n_util.cc char ch = prefix[i]; prefix 627 ui/base/l10n/l10n_util.cc for (size_t i = 0; i < prefix.size(); i++) { prefix 628 ui/base/l10n/l10n_util.cc char ch = prefix[i]; prefix 643 ui/base/l10n/l10n_util.cc for (size_t i = 0; i < prefix.size(); i++) { prefix 644 ui/base/l10n/l10n_util.cc if (prefix[i] != '_') { prefix 37 url/url_canon_icu.cc const static char prefix[prefix_len + 1] = "%26%23"; // "&#" percent-escaped prefix 38 url/url_canon_icu.cc ucnv_cbFromUWriteBytes(from_args, prefix, prefix_len, 0, err); prefix 623 webkit/browser/appcache/appcache_unittest.cc Namespace prefix; prefix 624 webkit/browser/appcache/appcache_unittest.cc prefix.namespace_url = GURL("http://foo.com/prefix"); prefix 625 webkit/browser/appcache/appcache_unittest.cc prefix.is_pattern = false; prefix 626 webkit/browser/appcache/appcache_unittest.cc EXPECT_TRUE(prefix.IsMatch( prefix 628 webkit/browser/appcache/appcache_unittest.cc EXPECT_FALSE(prefix.IsMatch(