attr              548 base/file_util_win.cc   WIN32_FILE_ATTRIBUTE_DATA attr;
attr              550 base/file_util_win.cc                            GetFileExInfoStandard, &attr)) {
attr              555 base/file_util_win.cc   size.HighPart = attr.nFileSizeHigh;
attr              556 base/file_util_win.cc   size.LowPart = attr.nFileSizeLow;
attr              560 base/file_util_win.cc       (attr.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) != 0;
attr              561 base/file_util_win.cc   results->last_modified = Time::FromFileTime(attr.ftLastWriteTime);
attr              562 base/file_util_win.cc   results->last_accessed = Time::FromFileTime(attr.ftLastAccessTime);
attr              563 base/file_util_win.cc   results->creation_time = Time::FromFileTime(attr.ftCreationTime);
attr               62 chrome/android/java/src/org/chromium/chrome/browser/NavigationPopup.java         super(context, null, android.R.attr.popupMenuStyle);
attr               84 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenu.java         mPopup = new ListPopupWindow(context, null, android.R.attr.popupMenuStyle);
attr               78 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuHandler.java                     new int[] {android.R.attr.listPreferredItemHeightSmall});
attr               15 chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuItemIcon.java     private static final int[] CHECKED_STATE_SET = new int[] {android.R.attr.state_checked};
attr              125 chrome/browser/chromeos/customization_document.h   void InitFromMachineStatistic(const char* attr, std::string* value);
attr               68 chrome/browser/component_updater/update_response.cc   for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) {
attr               69 chrome/browser/component_updater/update_response.cc     if (!xmlStrcmp(attr->name, name) && attr->children &&
attr               70 chrome/browser/component_updater/update_response.cc         attr->children->content) {
attr               72 chrome/browser/component_updater/update_response.cc           attr->children->content));
attr              131 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         std::pair<ui::AXBoolAttribute, bool> attr = node.bool_attributes[i];
attr              132 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         bool_attributes->SetBoolean(ToString(attr.first), attr.second);
attr              140 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         std::pair<ui::AXFloatAttribute, float> attr = node.float_attributes[i];
attr              141 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         float_attributes->SetDouble(ToString(attr.first), attr.second);
attr              149 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         std::pair<std::string, std::string> attr = node.html_attributes[i];
attr              150 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         html_attributes->SetString(attr.first, attr.second);
attr              158 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         std::pair<ui::AXIntAttribute, int> attr = node.int_attributes[i];
attr              159 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         int_attributes->SetInteger(ToString(attr.first), attr.second);
attr              167 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         std::pair<ui::AXIntListAttribute, std::vector<int32> > attr =
attr              170 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         for (size_t j = 0; j < attr.second.size(); j++)
attr              171 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc           intlist->AppendInteger(attr.second[j]);
attr              172 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         intlist_attributes->Set(ToString(attr.first), intlist);
attr              180 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         std::pair<ui::AXStringAttribute, std::string> attr =
attr              182 chrome/browser/extensions/api/automation_internal/automation_internal_api.cc         string_attributes->SetString(ToString(attr.first), attr.second);
attr               18 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_linux.cc static uint64 get_int_attr(const char* attr){
attr               21 chrome/browser/extensions/api/image_writer_private/removable_storage_provider_linux.cc   base::StringToUint64(attr, &result);
attr              109 chrome/browser/password_manager/native_backend_gnome_x.cc     GnomeKeyringAttribute attr = gnome_keyring_attribute_list_index(attrs, i);
attr              110 chrome/browser/password_manager/native_backend_gnome_x.cc     if (attr.type == GNOME_KEYRING_ATTRIBUTE_TYPE_STRING)
attr              111 chrome/browser/password_manager/native_backend_gnome_x.cc       string_attr_map[attr.name] = attr.value.string;
attr              112 chrome/browser/password_manager/native_backend_gnome_x.cc     else if (attr.type == GNOME_KEYRING_ATTRIBUTE_TYPE_UINT32)
attr              113 chrome/browser/password_manager/native_backend_gnome_x.cc       uint_attr_map[attr.name] = attr.value.integer;
attr               61 chrome/browser/password_manager/password_store_mac.cc   search_attributes_.attr = NULL;
attr               65 chrome/browser/password_manager/password_store_mac.cc   if (search_attributes_.attr) {
attr               66 chrome/browser/password_manager/password_store_mac.cc     free(search_attributes_.attr);
attr               77 chrome/browser/password_manager/password_store_mac.cc   search_attributes_.attr =
attr               86 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecServerItemAttr;
attr               87 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(server);
attr               88 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr               94 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecPortItemAttr;
attr               95 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(port);
attr               96 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              102 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecProtocolItemAttr;
attr              103 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(protocol);
attr              104 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              110 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecAuthenticationTypeItemAttr;
attr              111 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(auth_type);
attr              112 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              118 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecSecurityDomainItemAttr;
attr              119 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(security_domain);
attr              120 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              126 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecPathItemAttr;
attr              127 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(path);
attr              128 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              134 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecAccountItemAttr;
attr              135 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = strlen(username);
attr              136 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              142 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].tag = kSecCreatorItemAttr;
attr              143 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].length = sizeof(creator);
attr              144 chrome/browser/password_manager/password_store_mac.cc     search_attributes_.attr[entries].data =
attr              289 chrome/browser/password_manager/password_store_mac.cc     SecKeychainAttribute attr = attrList->attr[i];
attr              290 chrome/browser/password_manager/password_store_mac.cc     if (!attr.data) {
attr              293 chrome/browser/password_manager/password_store_mac.cc     switch (attr.tag) {
attr              295 chrome/browser/password_manager/password_store_mac.cc         base::UTF8ToUTF16(static_cast<const char *>(attr.data), attr.length,
attr              299 chrome/browser/password_manager/password_store_mac.cc         server.assign(static_cast<const char *>(attr.data), attr.length);
attr              302 chrome/browser/password_manager/password_store_mac.cc         port = *(static_cast<UInt32*>(attr.data));
attr              305 chrome/browser/password_manager/password_store_mac.cc         path.assign(static_cast<const char *>(attr.data), attr.length);
attr              309 chrome/browser/password_manager/password_store_mac.cc         SecProtocolType protocol = *(static_cast<SecProtocolType*>(attr.data));
attr              317 chrome/browser/password_manager/password_store_mac.cc             *(static_cast<SecAuthenticationType*>(attr.data));
attr              322 chrome/browser/password_manager/password_store_mac.cc         security_domain.assign(static_cast<const char *>(attr.data),
attr              323 chrome/browser/password_manager/password_store_mac.cc                                attr.length);
attr              328 chrome/browser/password_manager/password_store_mac.cc         TimeFromKeychainTimeString(static_cast<char*>(attr.data), attr.length,
attr              332 chrome/browser/password_manager/password_store_mac.cc         Boolean negative_item = *(static_cast<Boolean*>(attr.data));
attr              814 chrome/browser/password_manager/password_store_mac.cc   SecKeychainAttribute attr = { kSecCreatorItemAttr, sizeof(creator_code),
attr              816 chrome/browser/password_manager/password_store_mac.cc   SecKeychainAttributeList attrList = { 1, &attr };
attr              123 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       PangoAttribute* attr = pango_attr_iterator_get(attr_iter, type);
attr              127 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       if (!attr)
attr              131 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       if (attr->end_index <= location)
attr              140 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc         if (attr->start_index <= location) {
attr              142 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc         } else if (!pango_attribute_equal(retval.attr_, attr)) {
attr              143 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc           retval.length_ = attr->start_index - location;
attr              155 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       retval.attr_ = attr;
attr              156 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc       if (attr->end_index > (guint)end_range) {
attr              160 chrome/browser/ui/gtk/omnibox/omnibox_popup_view_gtk_unittest.cc         retval.length_ = attr->end_index - location;
attr               75 chrome/common/extensions/update_manifest.cc   for (xmlAttr* attr = node->properties; attr != NULL; attr = attr->next) {
attr               76 chrome/common/extensions/update_manifest.cc     if (!xmlStrcmp(attr->name, name) && attr->children &&
attr               77 chrome/common/extensions/update_manifest.cc         attr->children->content) {
attr               79 chrome/common/extensions/update_manifest.cc           attr->children->content));
attr               23 components/nacl/loader/nonsfi/irt_thread.cc   ScopedPthreadAttrPtr(pthread_attr_t* attr) : attr_(attr) {
attr               57 components/nacl/loader/nonsfi/irt_thread.cc   pthread_attr_t attr;
attr               58 components/nacl/loader/nonsfi/irt_thread.cc   int error = pthread_attr_init(&attr);
attr               61 components/nacl/loader/nonsfi/irt_thread.cc   ScopedPthreadAttrPtr scoped_attr_ptr(&attr);
attr               64 components/nacl/loader/nonsfi/irt_thread.cc   error = pthread_attr_setstacksize(&attr, kStackSize);
attr               68 components/nacl/loader/nonsfi/irt_thread.cc   error = pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);
attr               77 components/nacl/loader/nonsfi/irt_thread.cc   error = pthread_create(&tid, &attr, ThreadMain, context.get());
attr              175 content/browser/accessibility/accessibility_tree_formatter.cc     bool include_by_default, const std::string& attr, base::string16* line) {
attr              176 content/browser/accessibility/accessibility_tree_formatter.cc   WriteAttribute(include_by_default, base::UTF8ToUTF16(attr), line);
attr              180 content/browser/accessibility/accessibility_tree_formatter.cc     bool include_by_default, const base::string16& attr, base::string16* line) {
attr              181 content/browser/accessibility/accessibility_tree_formatter.cc   if (attr.empty())
attr              183 content/browser/accessibility/accessibility_tree_formatter.cc   if (!MatchesFilters(attr, include_by_default))
attr              187 content/browser/accessibility/accessibility_tree_formatter.cc   *line += attr;
attr              133 content/browser/accessibility/accessibility_tree_formatter.h                       const base::string16& attr,
attr              136 content/browser/accessibility/accessibility_tree_formatter.h                       const std::string& attr,
attr              580 content/browser/accessibility/browser_accessibility.cc     const std::string& attr = html_attributes_[i].first;
attr              581 content/browser/accessibility/browser_accessibility.cc     if (LowerCaseEqualsASCII(attr, html_attr)) {
attr              200 content/browser/accessibility/browser_accessibility.h   bool HasBoolAttribute(ui::AXBoolAttribute attr) const;
attr              201 content/browser/accessibility/browser_accessibility.h   bool GetBoolAttribute(ui::AXBoolAttribute attr) const;
attr              202 content/browser/accessibility/browser_accessibility.h   bool GetBoolAttribute(ui::AXBoolAttribute attr, bool* value) const;
attr              204 content/browser/accessibility/browser_accessibility.h   bool HasFloatAttribute(ui::AXFloatAttribute attr) const;
attr              205 content/browser/accessibility/browser_accessibility.h   float GetFloatAttribute(ui::AXFloatAttribute attr) const;
attr              206 content/browser/accessibility/browser_accessibility.h   bool GetFloatAttribute(ui::AXFloatAttribute attr, float* value) const;
attr              234 content/browser/accessibility/browser_accessibility.h   bool GetHtmlAttribute(const char* attr, base::string16* value) const;
attr              235 content/browser/accessibility/browser_accessibility.h   bool GetHtmlAttribute(const char* attr, std::string* value) const;
attr               65 content/browser/accessibility/cross_platform_accessibility_browsertest.cc                       const ui::AXStringAttribute attr);
attr               67 content/browser/accessibility/cross_platform_accessibility_browsertest.cc                  const ui::AXIntAttribute attr);
attr               69 content/browser/accessibility/cross_platform_accessibility_browsertest.cc                    const ui::AXBoolAttribute attr);
attr               97 content/browser/accessibility/cross_platform_accessibility_browsertest.cc     const ui::AXStringAttribute attr) {
attr              100 content/browser/accessibility/cross_platform_accessibility_browsertest.cc     if (data.string_attributes[i].first == attr)
attr              110 content/browser/accessibility/cross_platform_accessibility_browsertest.cc     const ui::AXIntAttribute attr) {
attr              113 content/browser/accessibility/cross_platform_accessibility_browsertest.cc     if (data.int_attributes[i].first == attr)
attr              123 content/browser/accessibility/cross_platform_accessibility_browsertest.cc     const ui::AXBoolAttribute attr) {
attr              126 content/browser/accessibility/cross_platform_accessibility_browsertest.cc     if (data.bool_attributes[i].first == attr)
attr              598 content/common/gpu/gpu_command_buffer_stub.cc int32 GpuCommandBufferStub::GetRequestedAttribute(int attr) const {
attr              603 content/common/gpu/gpu_command_buffer_stub.cc     if (*it++ == attr) {
attr              125 content/common/gpu/gpu_command_buffer_stub.h   int32 GetRequestedAttribute(int attr) const;
attr              163 content/common/gpu/media/tegra_v4l2_video_device.cc   EGLint attr = EGL_NONE;
attr              169 content/common/gpu/media/tegra_v4l2_video_device.cc                         &attr);
attr              127 content/public/android/java/src/org/chromium/content/browser/ContentVideoView.java             mProgressBar = new ProgressBar(context, null, android.R.attr.progressBarStyleLarge);
attr               54 content/public/android/java/src/org/chromium/content/browser/ContentView.java                 android.R.attr.webViewStyle);
attr               71 content/public/android/java/src/org/chromium/content/browser/ContentView.java                 android.R.attr.webViewStyle);
attr               88 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java         android.R.attr.textSelectHandleLeft,
attr               89 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java         android.R.attr.textSelectHandle,
attr               90 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java         android.R.attr.textSelectHandleRight,
attr               99 content/public/android/java/src/org/chromium/content/browser/input/HandleView.java         mContainer = new PopupWindow(context, null, android.R.attr.textSelectHandleWindowStyle);
attr              208 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                     android.R.attr.textSelectHandleWindowStyle);
attr              216 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                 android.R.attr.textEditPasteWindowLayout,
attr              217 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                 android.R.attr.textEditNoPasteWindowLayout,
attr              218 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                 android.R.attr.textEditSidePasteWindowLayout,
attr              219 content/public/android/java/src/org/chromium/content/browser/input/InsertionHandleController.java                 android.R.attr.textEditSideNoPasteWindowLayout,
attr               27 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java         R.attr.select_dialog_multichoice,
attr               28 content/public/android/java/src/org/chromium/content/browser/input/SelectPopupDialog.java         R.attr.select_dialog_singlechoice
attr               56 content/public/android/java/src/org/chromium/content/browser/input/TwoFieldDatePicker.java         super(context, null, android.R.attr.datePickerStyle);
attr               84 content/renderer/accessibility/blink_ax_tree_source.cc void AddIntListAttributeFromWebObjects(ui::AXIntListAttribute attr,
attr               91 content/renderer/accessibility/blink_ax_tree_source.cc     dst->AddIntListAttribute(attr, ids);
attr               59 content/renderer/pepper/pepper_platform_context_3d.cc     for (const int32_t* attr = attrib_list;
attr               60 content/renderer/pepper/pepper_platform_context_3d.cc          attr[0] != PP_GRAPHICS3DATTRIB_NONE;
attr               61 content/renderer/pepper/pepper_platform_context_3d.cc          attr += 2) {
attr               62 content/renderer/pepper/pepper_platform_context_3d.cc       switch (attr[0]) {
attr               64 content/renderer/pepper/pepper_platform_context_3d.cc           surface_size.set_width(attr[1]);
attr               67 content/renderer/pepper/pepper_platform_context_3d.cc           surface_size.set_height(attr[1]);
attr               71 content/renderer/pepper/pepper_platform_context_3d.cc               (attr[1] == PP_GRAPHICS3DATTRIB_GPU_PREFERENCE_LOW_POWER) ?
attr               75 content/renderer/pepper/pepper_platform_context_3d.cc           has_alpha_ = attr[1] > 0;
attr               78 content/renderer/pepper/pepper_platform_context_3d.cc           attribs.push_back(attr[0]);
attr               79 content/renderer/pepper/pepper_platform_context_3d.cc           attribs.push_back(attr[1]);
attr               38 crypto/mock_apple_keychain_mac.cc   keychain_attr_list_[key].attr = static_cast<SecKeychainAttribute*>(
attr               41 crypto/mock_apple_keychain_mac.cc     keychain_attr_list_[key].attr[i].tag = tags[i];
attr               61 crypto/mock_apple_keychain_mac.cc       keychain_attr_list_[key].attr[i].length = data_size;
attr               62 crypto/mock_apple_keychain_mac.cc       keychain_attr_list_[key].attr[i].data = calloc(1, data_size);
attr               72 crypto/mock_apple_keychain_mac.cc       if (it->second.attr[i].data)
attr               73 crypto/mock_apple_keychain_mac.cc         free(it->second.attr[i].data);
attr               75 crypto/mock_apple_keychain_mac.cc     free(it->second.attr);
attr               88 crypto/mock_apple_keychain_mac.cc     if (attribute_list.attr[i].tag == tag) {
attr               97 crypto/mock_apple_keychain_mac.cc   return &(attribute_list.attr[attribute_index]);
attr              230 crypto/mock_apple_keychain_mac.cc       if (attrList->attr[change_attr].tag == kSecCreatorItemAttr) {
attr              231 crypto/mock_apple_keychain_mac.cc         void* data = attrList->attr[change_attr].data;
attr              255 crypto/mock_apple_keychain_mac.cc     if (keychain_attr_list_[key].attr[i].data)
attr              256 crypto/mock_apple_keychain_mac.cc       free(keychain_attr_list_[key].attr[i].data);
attr              258 crypto/mock_apple_keychain_mac.cc   free(keychain_attr_list_[key].attr);
attr              283 crypto/mock_apple_keychain_mac.cc           AttributeWithTag(it->second, attrList->attr[search_attr].tag);
attr              284 crypto/mock_apple_keychain_mac.cc       if (mock_attribute->length != attrList->attr[search_attr].length ||
attr              285 crypto/mock_apple_keychain_mac.cc           memcmp(mock_attribute->data, attrList->attr[search_attr].data,
attr              286 crypto/mock_apple_keychain_mac.cc                  attrList->attr[search_attr].length) != 0) {
attr              203 media/tools/player_x11/x11_video_renderer.cc     XWindowAttributes attr;
attr              204 media/tools/player_x11/x11_video_renderer.cc     XGetWindowAttributes(display_, window_, &attr);
attr              208 media/tools/player_x11/x11_video_renderer.cc         attr.visual);
attr               34 mojo/public/cpp/utility/lib/thread.cc   pthread_attr_t attr;
attr               35 mojo/public/cpp/utility/lib/thread.cc   int rv MOJO_ALLOW_UNUSED = pthread_attr_init(&attr);
attr               40 mojo/public/cpp/utility/lib/thread.cc     rv = pthread_attr_setstacksize(&attr, options_.stack_size());
attr               45 mojo/public/cpp/utility/lib/thread.cc   rv = pthread_create(&thread_, &attr, &ThreadRunTrampoline, this);
attr               48 mojo/public/cpp/utility/lib/thread.cc   rv = pthread_attr_destroy(&attr);
attr               39 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Read(const HandleAttr& attr,
attr               43 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Write(const HandleAttr& attr,
attr               57 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Read(const HandleAttr& attr,
attr               61 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Write(const HandleAttr& attr,
attr               71 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Write(const HandleAttr& attr,
attr               84 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Read(const HandleAttr& attr,
attr               88 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Write(const HandleAttr& attr,
attr               98 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Read(const HandleAttr& attr,
attr              102 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc   virtual Error Write(const HandleAttr& attr,
attr              118 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error RealNode::Read(const HandleAttr& attr,
attr              133 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error RealNode::Write(const HandleAttr& attr,
attr              150 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error NullNode::Read(const HandleAttr& attr,
attr              158 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error NullNode::Write(const HandleAttr& attr,
attr              169 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error ConsoleNode::Write(const HandleAttr& attr,
attr              194 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error ZeroNode::Read(const HandleAttr& attr,
attr              203 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error ZeroNode::Write(const HandleAttr& attr,
attr              220 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error UrandomNode::Read(const HandleAttr& attr,
attr              256 native_client_sdk/src/libraries/nacl_io/devfs/dev_fs.cc Error UrandomNode::Write(const HandleAttr& attr,
attr               19 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.cc Error JSPipeNode::Write(const HandleAttr& attr,
attr               22 native_client_sdk/src/libraries/nacl_io/devfs/jspipe_node.h   virtual Error Write(const HandleAttr& attr,
attr               81 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc Error TtyNode::Write(const HandleAttr& attr,
attr              104 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.cc Error TtyNode::Read(const HandleAttr& attr,
attr               27 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h   virtual Error Read(const HandleAttr& attr,
attr               32 native_client_sdk/src/libraries/nacl_io/devfs/tty_node.h   virtual Error Write(const HandleAttr& attr,
attr               38 native_client_sdk/src/libraries/nacl_io/dir_node.cc Error DirNode::Read(const HandleAttr& attr,
attr               48 native_client_sdk/src/libraries/nacl_io/dir_node.cc Error DirNode::Write(const HandleAttr& attr,
attr               38 native_client_sdk/src/libraries/nacl_io/dir_node.h   virtual Error Read(const HandleAttr& attr,
attr               42 native_client_sdk/src/libraries/nacl_io/dir_node.h   virtual Error Write(const HandleAttr& attr,
attr              303 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FileFuseFsNode::Read(const HandleAttr& attr,
attr              312 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc   int result = fuse_ops_->read(path_.c_str(), cbuf, count, attr.offs, &info_);
attr              326 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc Error FileFuseFsNode::Write(const HandleAttr& attr,
attr              334 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.cc       path_.c_str(), static_cast<const char*>(buf), count, attr.offs, &info_);
attr               77 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Read(const HandleAttr& attr,
attr               81 native_client_sdk/src/libraries/nacl_io/fusefs/fuse_fs.h   virtual Error Write(const HandleAttr& attr,
attr              175 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc Error Html5FsNode::Read(const HandleAttr& attr,
attr              186 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc       attr.offs,
attr              208 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc Error Html5FsNode::Write(const HandleAttr& attr,
attr              219 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.cc       attr.offs,
attr               26 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h   virtual Error Read(const HandleAttr& attr,
attr               31 native_client_sdk/src/libraries/nacl_io/html5fs/html5_fs_node.h   virtual Error Write(const HandleAttr& attr,
attr              170 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc Error HttpFsNode::Read(const HandleAttr& attr,
attr              184 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc     return ReadPartialFromCache(attr, buf, count, out_bytes);
attr              187 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   return DownloadPartial(attr, buf, count, out_bytes);
attr              192 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc Error HttpFsNode::Write(const HandleAttr& attr,
attr              393 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc Error HttpFsNode::ReadPartialFromCache(const HandleAttr& attr,
attr              400 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   if (attr.offs + count > size)
attr              401 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc     count = size - attr.offs;
attr              406 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   memcpy(buf, &cached_data_.data()[attr.offs], count);
attr              411 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc Error HttpFsNode::DownloadPartial(const HandleAttr& attr,
attr              424 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc            attr.offs,
attr              425 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc            attr.offs + count - 1);
attr              455 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc       if (attr.offs >= content_length)
attr              459 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc       if (attr.offs + count > content_length) {
attr              460 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc         count = content_length - attr.offs;
attr              469 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc       if (read_start > attr.offs || read_start > read_end) {
attr              481 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc       read_start = attr.offs;
attr              485 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc   if (read_start < attr.offs) {
attr              488 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.cc     int bytes_to_read = attr.offs - read_start;
attr               28 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   virtual Error Read(const HandleAttr& attr,
attr               33 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   virtual Error Write(const HandleAttr& attr,
attr               58 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   Error ReadPartialFromCache(const HandleAttr& attr,
attr               62 native_client_sdk/src/libraries/nacl_io/httpfs/http_fs_node.h   Error DownloadPartial(const HandleAttr& attr,
attr               32 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc Error MemFsNode::Read(const HandleAttr& attr,
attr               44 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc   if (attr.offs + count > size) {
attr               45 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc     count = size - attr.offs;
attr               48 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc   memcpy(buf, &data_[attr.offs], count);
attr               53 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc Error MemFsNode::Write(const HandleAttr& attr,
attr               63 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc   if (count + attr.offs > static_cast<size_t>(stat_.st_size)) {
attr               64 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc     Resize(count + attr.offs);
attr               65 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc     count = stat_.st_size - attr.offs;
attr               68 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.cc   memcpy(&data_[attr.offs], buf, count);
attr               23 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h   virtual Error Read(const HandleAttr& attr,
attr               27 native_client_sdk/src/libraries/nacl_io/memfs/mem_fs_node.h   virtual Error Write(const HandleAttr& attr,
attr              102 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::Read(const HandleAttr& attr,
attr              110 native_client_sdk/src/libraries/nacl_io/node.cc Error Node::Write(const HandleAttr& attr,
attr               71 native_client_sdk/src/libraries/nacl_io/node.h   virtual Error Read(const HandleAttr& attr,
attr               76 native_client_sdk/src/libraries/nacl_io/node.h   virtual Error Write(const HandleAttr& attr,
attr               30 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc   virtual Error Read(const HandleAttr& attr,
attr               37 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc     int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
attr               50 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc   virtual Error Write(const HandleAttr& attr,
attr               57 native_client_sdk/src/libraries/nacl_io/passthroughfs/passthrough_fs.cc     int err = _real_lseek(real_fd_, attr.offs, 0, &new_offset);
attr               27 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc Error PipeNode::Read(const HandleAttr& attr,
attr               31 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc   int ms = attr.IsBlocking() ? read_timeout_ : 0;
attr               42 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc Error PipeNode::Write(const HandleAttr& attr,
attr               46 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.cc   int ms = attr.IsBlocking() ? write_timeout_ : 0;
attr               21 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h   virtual Error Read(const HandleAttr& attr,
attr               25 native_client_sdk/src/libraries/nacl_io/pipe/pipe_node.h   virtual Error Write(const HandleAttr& attr,
attr               72 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::Read(const HandleAttr& attr,
attr               76 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   return Recv(attr, buf, count, 0, out_bytes);
attr               79 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::Write(const HandleAttr& attr,
attr               83 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   return Send(attr, buf, count, 0, out_bytes);
attr              199 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::Accept(const HandleAttr& attr,
attr              206 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::Connect(const HandleAttr& attr,
attr              318 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::Recv(const HandleAttr& attr,
attr              323 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   return RecvFrom(attr, buf, len, flags, NULL, 0, out_len);
attr              326 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::RecvFrom(const HandleAttr& attr,
attr              334 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   Error err = RecvHelper(attr, buf, len, flags, &addr, out_len);
attr              345 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::RecvHelper(const HandleAttr& attr,
attr              355 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   if ((flags & MSG_DONTWAIT) || !attr.IsBlocking())
attr              378 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::Send(const HandleAttr& attr,
attr              383 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   return SendHelper(attr, buf, len, flags, remote_addr_, out_len);
attr              386 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::SendTo(const HandleAttr& attr,
attr              400 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   Error err = SendHelper(attr, buf, len, flags, addr, out_len);
attr              405 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc Error SocketNode::SendHelper(const HandleAttr& attr,
attr              418 native_client_sdk/src/libraries/nacl_io/socket/socket_node.cc   if ((flags & MSG_DONTWAIT) || !attr.IsBlocking())
attr               41 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error Read(const HandleAttr& attr,
attr               45 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error Write(const HandleAttr& attr,
attr               65 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error Accept(const HandleAttr& attr,
attr               70 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error Connect(const HandleAttr& attr,
attr               74 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error Recv(const HandleAttr& attr,
attr               79 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error RecvFrom(const HandleAttr& attr,
attr               86 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error Send(const HandleAttr& attr,
attr               91 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   virtual Error SendTo(const HandleAttr& attr,
attr              115 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   Error SendHelper(const HandleAttr& attr,
attr              123 native_client_sdk/src/libraries/nacl_io/socket/socket_node.h   Error RecvHelper(const HandleAttr& attr,
attr              387 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc Error TcpNode::Accept(const HandleAttr& attr,
attr              397 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc   int ms = attr.IsBlocking() ? -1 : 0;
attr              446 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc Error TcpNode::Connect(const HandleAttr& attr,
attr              461 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.cc   int ms = attr.IsBlocking() ? -1 : 0;
attr               37 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.h   virtual Error Accept(const HandleAttr& attr,
attr               42 native_client_sdk/src/libraries/nacl_io/socket/tcp_node.h   virtual Error Connect(const HandleAttr& attr,
attr              228 native_client_sdk/src/libraries/nacl_io/socket/udp_node.cc Error UdpNode::Connect(const HandleAttr& attr,
attr               34 native_client_sdk/src/libraries/nacl_io/socket/udp_node.h   virtual Error Connect(const HandleAttr& attr,
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c 		const pthread_attr_t * attr,
attr              105 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c   if (attr != NULL)
attr              107 native_client_sdk/src/libraries/third_party/pthreads-win32/create.c       a = *attr;
attr              617 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   int ptw32_is_attr (const pthread_attr_t * attr);
attr              891 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_init (pthread_attr_t * attr);
attr              893 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_destroy (pthread_attr_t * attr);
attr              895 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getdetachstate (const pthread_attr_t * attr,
attr              898 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getstackaddr (const pthread_attr_t * attr,
attr              901 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getstacksize (const pthread_attr_t * attr,
attr              904 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setdetachstate (pthread_attr_t * attr,
attr              907 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setstackaddr (pthread_attr_t * attr,
attr              910 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setstacksize (pthread_attr_t * attr,
attr              913 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getschedparam (const pthread_attr_t *attr,
attr              916 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setschedparam (pthread_attr_t *attr,
attr              925 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_setinheritsched(pthread_attr_t * attr,
attr              928 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_attr_getinheritsched(const pthread_attr_t * attr,
attr              941 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                             const pthread_attr_t * attr,
attr              995 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_init (pthread_mutexattr_t * attr);
attr              997 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_destroy (pthread_mutexattr_t * attr);
attr             1000 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                           * attr,
attr             1003 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setpshared (pthread_mutexattr_t * attr,
attr             1006 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_settype (pthread_mutexattr_t * attr, int kind);
attr             1007 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_gettype (const pthread_mutexattr_t * attr, int *kind);
attr             1010 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                            pthread_mutexattr_t *attr,
attr             1013 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                            const pthread_mutexattr_t * attr,
attr             1019 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_init (pthread_barrierattr_t * attr);
attr             1021 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_destroy (pthread_barrierattr_t * attr);
attr             1024 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                             * attr,
attr             1027 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_barrierattr_setpshared (pthread_barrierattr_t * attr,
attr             1034 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                 const pthread_mutexattr_t * attr);
attr             1066 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                   const pthread_barrierattr_t * attr,
attr             1076 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_init (pthread_condattr_t * attr);
attr             1078 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_destroy (pthread_condattr_t * attr);
attr             1080 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_getpshared (const pthread_condattr_t * attr,
attr             1083 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_condattr_setpshared (pthread_condattr_t * attr,
attr             1090 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                const pthread_condattr_t * attr);
attr             1124 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h                                 const pthread_rwlockattr_t *attr);
attr             1144 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_init (pthread_rwlockattr_t * attr);
attr             1146 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_destroy (pthread_rwlockattr_t * attr);
attr             1148 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_getpshared (const pthread_rwlockattr_t * attr,
attr             1151 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr,
attr             1169 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_setkind_np(pthread_mutexattr_t * attr,
attr             1171 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_mutexattr_getkind_np(pthread_mutexattr_t * attr,
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_destroy.c pthread_attr_destroy (pthread_attr_t * attr)
attr               66 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_destroy.c   if (ptw32_is_attr (attr) != 0)
attr               74 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_destroy.c   (*attr)->valid = 0;
attr               75 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_destroy.c   free (*attr);
attr               76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_destroy.c   *attr = NULL;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getdetachstate.c pthread_attr_getdetachstate (const pthread_attr_t * attr, int *detachstate)
attr               79 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getdetachstate.c   if (ptw32_is_attr (attr) != 0 || detachstate == NULL)
attr               84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getdetachstate.c   *detachstate = (*attr)->detachstate;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getinheritsched.c pthread_attr_getinheritsched (const pthread_attr_t * attr, int *inheritsched)
attr               44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getinheritsched.c   if (ptw32_is_attr (attr) != 0 || inheritsched == NULL)
attr               49 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getinheritsched.c   *inheritsched = (*attr)->inheritsched;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedparam.c pthread_attr_getschedparam (const pthread_attr_t * attr,
attr               45 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedparam.c   if (ptw32_is_attr (attr) != 0 || param == NULL)
attr               50 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedparam.c   memcpy (param, &(*attr)->param, sizeof (*param));
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedpolicy.c pthread_attr_getschedpolicy (const pthread_attr_t * attr, int *policy)
attr               44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getschedpolicy.c   if (ptw32_is_attr (attr) != 0 || policy == NULL)
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getscope.c pthread_attr_getscope (const pthread_attr_t * attr, int *contentionscope)
attr               49 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getscope.c   *contentionscope = (*attr)->contentionscope;
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstackaddr.c pthread_attr_getstackaddr (const pthread_attr_t * attr, void **stackaddr)
attr               84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstackaddr.c   if (ptw32_is_attr (attr) != 0)
attr               89 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstackaddr.c   *stackaddr = (*attr)->stackaddr;
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstacksize.c pthread_attr_getstacksize (const pthread_attr_t * attr, size_t * stacksize)
attr               85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstacksize.c   if (ptw32_is_attr (attr) != 0)
attr               91 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_getstacksize.c   *stacksize = (*attr)->stacksize;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_init.c pthread_attr_init (pthread_attr_t * attr)
attr               70 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_init.c   if (attr == NULL)
attr              114 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_init.c   *attr = attr_result;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setdetachstate.c pthread_attr_setdetachstate (pthread_attr_t * attr, int detachstate)
attr               78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setdetachstate.c   if (ptw32_is_attr (attr) != 0)
attr               89 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setdetachstate.c   (*attr)->detachstate = detachstate;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setinheritsched.c pthread_attr_setinheritsched (pthread_attr_t * attr, int inheritsched)
attr               44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setinheritsched.c   if (ptw32_is_attr (attr) != 0)
attr               55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setinheritsched.c   (*attr)->inheritsched = inheritsched;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedparam.c pthread_attr_setschedparam (pthread_attr_t * attr,
attr               47 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedparam.c   if (ptw32_is_attr (attr) != 0 || param == NULL)
attr               61 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedparam.c   memcpy (&(*attr)->param, param, sizeof (*param));
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedpolicy.c pthread_attr_setschedpolicy (pthread_attr_t * attr, int policy)
attr               44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setschedpolicy.c   if (ptw32_is_attr (attr) != 0)
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setscope.c pthread_attr_setscope (pthread_attr_t * attr, int contentionscope)
attr               52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setscope.c       (*attr)->contentionscope = contentionscope;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstackaddr.c pthread_attr_setstackaddr (pthread_attr_t * attr, void *stackaddr)
attr               84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstackaddr.c   if (ptw32_is_attr (attr) != 0)
attr               89 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstackaddr.c   (*attr)->stackaddr = stackaddr;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstacksize.c pthread_attr_setstacksize (pthread_attr_t * attr, size_t stacksize)
attr               95 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstacksize.c   if (ptw32_is_attr (attr) != 0)
attr              101 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_attr_setstacksize.c   (*attr)->stacksize = stacksize;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c 		      const pthread_barrierattr_t * attr, unsigned int count)
attr               54 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c       b->pshared = (attr != NULL && *attr != NULL
attr               55 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrier_init.c 		    ? (*attr)->pshared : PTHREAD_PROCESS_PRIVATE);
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_destroy.c pthread_barrierattr_destroy (pthread_barrierattr_t * attr)
attr               70 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_destroy.c   if (attr == NULL || *attr == NULL)
attr               76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_destroy.c       pthread_barrierattr_t ba = *attr;
attr               78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_destroy.c       *attr = NULL;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_getpshared.c pthread_barrierattr_getpshared (const pthread_barrierattr_t * attr,
attr               84 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_getpshared.c   if ((attr != NULL && *attr != NULL) && (pshared != NULL))
attr               86 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_getpshared.c       *pshared = (*attr)->pshared;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_init.c pthread_barrierattr_init (pthread_barrierattr_t * attr)
attr               82 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_init.c   *attr = ba;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_setpshared.c pthread_barrierattr_setpshared (pthread_barrierattr_t * attr, int pshared)
attr               86 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_setpshared.c   if ((attr != NULL && *attr != NULL) &&
attr              110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_barrierattr_setpshared.c       (*attr)->pshared = pshared;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c pthread_cond_init (pthread_cond_t * cond, const pthread_condattr_t * attr)
attr               79 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c   if ((attr != NULL && *attr != NULL) &&
attr               80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_cond_init.c       ((*attr)->pshared == PTHREAD_PROCESS_SHARED))
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_destroy.c pthread_condattr_destroy (pthread_condattr_t * attr)
attr               72 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_destroy.c   if (attr == NULL || *attr == NULL)
attr               78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_destroy.c       (void) free (*attr);
attr               80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_destroy.c       *attr = NULL;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_getpshared.c pthread_condattr_getpshared (const pthread_condattr_t * attr, int *pshared)
attr               85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_getpshared.c   if ((attr != NULL && *attr != NULL) && (pshared != NULL))
attr               87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_getpshared.c       *pshared = (*attr)->pshared;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_init.c pthread_condattr_init (pthread_condattr_t * attr)
attr               83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_init.c   *attr = attr_result;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_setpshared.c pthread_condattr_setpshared (pthread_condattr_t * attr, int pshared)
attr               87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_setpshared.c   if ((attr != NULL && *attr != NULL)
attr              108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_condattr_setpshared.c       (*attr)->pshared = pshared;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c pthread_mutex_init (pthread_mutex_t * mutex, const pthread_mutexattr_t * attr)
attr               52 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c   if (attr != NULL && *attr != NULL)
attr               54 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c       if ((*attr)->pshared == PTHREAD_PROCESS_SHARED)
attr               87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c       if (attr == NULL || *attr == NULL)
attr               93 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c           mx->kind = (*attr)->kind;
attr               94 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutex_init.c           if ((*attr)->robustness == PTHREAD_MUTEX_ROBUST)
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_destroy.c pthread_mutexattr_destroy (pthread_mutexattr_t * attr)
attr               70 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_destroy.c   if (attr == NULL || *attr == NULL)
attr               76 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_destroy.c       pthread_mutexattr_t ma = *attr;
attr               78 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_destroy.c       *attr = NULL;
attr               41 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getkind_np.c pthread_mutexattr_getkind_np (pthread_mutexattr_t * attr, int *kind)
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getkind_np.c   return pthread_mutexattr_gettype (attr, kind);
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getpshared.c pthread_mutexattr_getpshared (const pthread_mutexattr_t * attr, int *pshared)
attr               83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getpshared.c   if ((attr != NULL && *attr != NULL) && (pshared != NULL))
attr               85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getpshared.c       *pshared = (*attr)->pshared;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getrobust.c pthread_mutexattr_getrobust (const pthread_mutexattr_t * attr, int * robust)
attr              106 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getrobust.c   if ((attr != NULL && *attr != NULL && robust != NULL))
attr              108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_getrobust.c       *robust = (*attr)->robustness;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_gettype.c pthread_mutexattr_gettype (const pthread_mutexattr_t * attr, int *kind)
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_gettype.c   if (attr != NULL && *attr != NULL && kind != NULL)
attr               48 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_gettype.c       *kind = (*attr)->kind;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_init.c pthread_mutexattr_init (pthread_mutexattr_t * attr)
attr               83 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_init.c   *attr = ma;
attr               41 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setkind_np.c pthread_mutexattr_setkind_np (pthread_mutexattr_t * attr, int kind)
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setkind_np.c   return pthread_mutexattr_settype (attr, kind);
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setpshared.c pthread_mutexattr_setpshared (pthread_mutexattr_t * attr, int pshared)
attr               86 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setpshared.c   if ((attr != NULL && *attr != NULL) &&
attr              110 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setpshared.c       (*attr)->pshared = pshared;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setrobust.c pthread_mutexattr_setrobust (pthread_mutexattr_t * attr, int robust)
attr              106 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setrobust.c   if ((attr != NULL && *attr != NULL))
attr              112 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_setrobust.c 	    (*attr)->robustness = robust;
attr               42 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_settype.c pthread_mutexattr_settype (pthread_mutexattr_t * attr, int kind)
attr              123 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_settype.c   if ((attr != NULL && *attr != NULL))
attr              130 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_mutexattr_settype.c 	  (*attr)->kind = kind;
attr               44 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c 		     const pthread_rwlockattr_t * attr)
attr               54 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlock_init.c   if (attr != NULL && *attr != NULL)
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_destroy.c pthread_rwlockattr_destroy (pthread_rwlockattr_t * attr)
attr               71 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_destroy.c   if (attr == NULL || *attr == NULL)
attr               77 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_destroy.c       pthread_rwlockattr_t rwa = *attr;
attr               79 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_destroy.c       *attr = NULL;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_getpshared.c pthread_rwlockattr_getpshared (const pthread_rwlockattr_t * attr,
attr               85 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_getpshared.c   if ((attr != NULL && *attr != NULL) && (pshared != NULL))
attr               87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_getpshared.c       *pshared = (*attr)->pshared;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_init.c pthread_rwlockattr_init (pthread_rwlockattr_t * attr)
attr               80 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_init.c   *attr = rwa;
attr               43 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_setpshared.c pthread_rwlockattr_setpshared (pthread_rwlockattr_t * attr, int pshared)
attr               87 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_setpshared.c   if ((attr != NULL && *attr != NULL) &&
attr              111 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_rwlockattr_setpshared.c       (*attr)->pshared = pshared;
attr               41 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_is_attr.c ptw32_is_attr (const pthread_attr_t * attr)
attr               45 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_is_attr.c   return (attr == NULL ||
attr               46 native_client_sdk/src/libraries/third_party/pthreads-win32/ptw32_is_attr.c 	  *attr == NULL || (*attr)->valid != PTW32_ATTR_VALID);
attr              223 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   HandleAttr attr;
attr              224 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              234 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   HandleAttr attr;
attr              237 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, node->Write(attr, &message[0], strlen(message), &bytes_written));
attr              243 native_client_sdk/src/tests/nacl_io_test/fuse_fs_test.cc   ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              257 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   HandleAttr attr;
attr              258 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              263 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   attr.offs = 100;
attr              264 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              268 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   attr.offs = 4;
attr              269 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              276 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   attr.offs = 0;
attr              278 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc             node->Write(attr, &buffer[0], sizeof(buffer), &bytes_written));
attr              283 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   ASSERT_EQ(EISDIR, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              301 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   HandleAttr attr;
attr              302 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(EACCES, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              309 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   attr.offs = 3;
attr              310 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, node->Write(attr, "struct", 6, &bytes_written));
attr              313 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   attr.offs = 0;
attr              314 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              321 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(EISDIR, node->Write(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              400 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   HandleAttr attr;
attr              406 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              413 native_client_sdk/src/tests/nacl_io_test/html5_fs_test.cc   EXPECT_EQ(0, node->Read(attr, &buffer[0], sizeof(buffer), &bytes_read));
attr              104 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   HandleAttr attr;
attr              105 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes));
attr              110 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   attr.offs = 10;
attr              111 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes));
attr              117 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   attr.offs = 100;
attr              118 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(0, node->Read(attr, &buf[0], sizeof(buf), &result_bytes));
attr              134 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   HandleAttr attr;
attr              135 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes));
attr              140 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   attr.offs = 10;
attr              141 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   ASSERT_EQ(0, node->Read(attr, buf, sizeof(buf) - 1, &result_bytes));
attr              147 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   attr.offs = 100;
attr              148 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(0, node->Read(attr, &buf[0], sizeof(buf), &result_bytes));
attr              160 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   HandleAttr attr;
attr              161 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   attr.offs = 3;
attr              163 native_client_sdk/src/tests/nacl_io_test/http_fs_test.cc   EXPECT_EQ(EACCES, node->Write(attr, "struct", 6, &bytes_written));
attr               91 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   HandleAttr attr;
attr               95 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(0, file.Read(attr, buf2, sizeof(buf2), &result_bytes));
attr               99 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(0, file.Write(attr, buf1, sizeof(buf1), &result_bytes));
attr              103 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(0, file.Read(attr, buf2, sizeof(buf2), &result_bytes));
attr              134 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   HandleAttr attr;
attr              137 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   ASSERT_EQ(0, file.Write(attr, data, sizeof(data), &result_bytes));
attr              146 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(0, file.Read(attr, buffer, sizeof(buffer), &result_bytes));
attr              151 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   attr.offs = sizeof(data);
attr              152 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(0, file.Read(attr, buffer, sizeof(buffer), &result_bytes));
attr              162 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   attr.offs = 0;
attr              163 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(0, file.Read(attr, buffer, sizeof(buffer), &result_bytes));
attr              217 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   HandleAttr attr;
attr              220 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(EISDIR, root.Read(attr, buf1, sizeof(buf1), &result_bytes));
attr              221 native_client_sdk/src/tests/nacl_io_test/mem_fs_node_test.cc   EXPECT_EQ(EISDIR, root.Write(attr, buf1, sizeof(buf1), &result_bytes));
attr               48 net/base/address_tracker_linux.cc   for (const struct rtattr* attr =
attr               50 net/base/address_tracker_linux.cc        RTA_OK(attr, length);
attr               51 net/base/address_tracker_linux.cc        attr = RTA_NEXT(attr, length)) {
attr               52 net/base/address_tracker_linux.cc     switch (attr->rta_type) {
attr               54 net/base/address_tracker_linux.cc         DCHECK_GE(RTA_PAYLOAD(attr), address_length);
attr               55 net/base/address_tracker_linux.cc         address = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
attr               58 net/base/address_tracker_linux.cc         DCHECK_GE(RTA_PAYLOAD(attr), address_length);
attr               59 net/base/address_tracker_linux.cc         local = reinterpret_cast<unsigned char*>(RTA_DATA(attr));
attr               63 net/base/address_tracker_linux.cc             reinterpret_cast<const struct ifa_cacheinfo*>(RTA_DATA(attr));
attr              106 net/base/address_tracker_linux_unittest.cc     struct nlattr attr;
attr              107 net/base/address_tracker_linux_unittest.cc     attr.nla_len = NLA_HDRLEN + length;
attr              108 net/base/address_tracker_linux_unittest.cc     attr.nla_type = type;
attr              109 net/base/address_tracker_linux_unittest.cc     Append(&attr, sizeof(attr));
attr              155 ppapi/proxy/ppb_graphics_3d_proxy.cc     for (const int32_t* attr = attrib_list;
attr              156 ppapi/proxy/ppb_graphics_3d_proxy.cc          attr[0] != PP_GRAPHICS3DATTRIB_NONE;
attr              157 ppapi/proxy/ppb_graphics_3d_proxy.cc          attr += 2) {
attr              158 ppapi/proxy/ppb_graphics_3d_proxy.cc       attribs.push_back(attr[0]);
attr              159 ppapi/proxy/ppb_graphics_3d_proxy.cc       attribs.push_back(attr[1]);
attr              105 ppapi/utility/threading/simple_thread.cc   pthread_attr_t attr;
attr              106 ppapi/utility/threading/simple_thread.cc   pthread_attr_init(&attr);
attr              109 ppapi/utility/threading/simple_thread.cc     setval = pthread_attr_setstacksize(&attr, stacksize_);
attr              110 ppapi/utility/threading/simple_thread.cc   if (setval != 0 || pthread_create(&thread_, &attr, &RunThread, data) != 0) {
attr              289 printing/backend/cups_helper.cc   ppd_attr_t* attr = ppdFindAttr(ppd, kColorDevice, NULL);
attr              290 printing/backend/cups_helper.cc   if (attr && attr->value)
attr               28 remoting/host/server_log_entry_unittest.cc     for (const XmlAttr* attr = elem->FirstAttr(); attr != NULL;
attr               29 remoting/host/server_log_entry_unittest.cc          attr = attr->NextAttr(), attrCount++) {
attr               30 remoting/host/server_log_entry_unittest.cc       if (attr->Name().Namespace().length() != 0) {
attr               32 remoting/host/server_log_entry_unittest.cc             attr->Name().Namespace();
attr               35 remoting/host/server_log_entry_unittest.cc       const std::string& key = attr->Name().LocalPart();
attr               36 remoting/host/server_log_entry_unittest.cc       const std::string& value = attr->Value();
attr             1757 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   pthread_attr_t attr;
attr             1758 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(!pthread_attr_init(&attr));
attr             1759 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(!pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED));
attr             1760 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(!pthread_create(&thread, &attr, ThreadFnc, &thread_ran));
attr             1761 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc   BPF_ASSERT(!pthread_attr_destroy(&attr));
attr             2167 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   TranslationTableCharacterAttributes attr;
attr             2171 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       attr = definedCharOrDots (passNested, passLine.chars[passLinepos],
attr             2175 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  if (!(attr & CTC_Letter))
attr             2181 third_party/liblouis/overrides/liblouis/compileTranslationTable.c       if (!(attr & CTC_Letter))
attr             3399 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   TranslationTableCharacterAttributes attr;
attr             3449 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	attr = CTC_Letter | CTC_UpperCase;
attr             3452 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	  attr = CTC_Space;
attr             3453 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	upperCell->attributes |= attr;
attr             3461 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    attr = CTC_Letter | CTC_LowerCase;
attr             3464 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      attr = CTC_Space;
attr             3465 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	    lowerCell->attributes |= attr;
attr             3818 third_party/liblouis/overrides/liblouis/compileTranslationTable.c   TranslationTableCharacterAttributes attr;
attr             3844 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      attr = attributes;
attr             3847 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 		attr = CTC_Space;
attr             3848 third_party/liblouis/overrides/liblouis/compileTranslationTable.c 	      otherCell->attributes |= attr;
attr              499 third_party/libusb/src/libusb/os/linux_usbfs.c static int _open_sysfs_attr(struct libusb_device *dev, const char *attr)
attr              506 third_party/libusb/src/libusb/os/linux_usbfs.c 		SYSFS_DEVICE_PATH, priv->sysfs_dir, attr);
attr              519 third_party/libusb/src/libusb/os/linux_usbfs.c 	const char *devname, const char *attr)
attr              526 third_party/libusb/src/libusb/os/linux_usbfs.c 		 devname, attr);
attr              541 third_party/libusb/src/libusb/os/linux_usbfs.c 		usbi_err(ctx, "fscanf %s returned %d, errno=%d", attr, r, errno);
attr               33 third_party/libusb/src/libusb/os/threads_posix.c int usbi_mutex_init_recursive(pthread_mutex_t *mutex, pthread_mutexattr_t *attr)
attr               37 third_party/libusb/src/libusb/os/threads_posix.c 	if (!attr) {
attr               38 third_party/libusb/src/libusb/os/threads_posix.c 		attr = &stack_attr;
attr               45 third_party/libusb/src/libusb/os/threads_posix.c 	err = pthread_mutexattr_settype(attr, PTHREAD_MUTEX_RECURSIVE);
attr               49 third_party/libusb/src/libusb/os/threads_posix.c 	err = pthread_mutex_init(mutex, attr);
attr               52 third_party/libusb/src/libusb/os/threads_posix.c 	if (attr == &stack_attr)
attr               46 third_party/libusb/src/libusb/os/threads_posix.h extern int usbi_mutex_init_recursive(pthread_mutex_t *mutex, pthread_mutexattr_t *attr);
attr               31 third_party/libusb/src/libusb/os/threads_windows.c 					const usbi_mutexattr_t *attr) {
attr               32 third_party/libusb/src/libusb/os/threads_windows.c 	UNUSED(attr);
attr               85 third_party/libusb/src/libusb/os/threads_windows.c 				   const usbi_condattr_t *attr) {
attr               86 third_party/libusb/src/libusb/os/threads_windows.c 	UNUSED(attr);
attr               62 third_party/libusb/src/libusb/os/threads_windows.h #define usbi_mutex_init_recursive(mutex, attr) usbi_mutex_init((mutex), (attr))
attr               69 third_party/libusb/src/libusb/os/threads_windows.h 					const usbi_mutexattr_t *attr);
attr               76 third_party/libusb/src/libusb/os/threads_windows.h 				   const usbi_condattr_t *attr);
attr               31 third_party/libwebp/utils/thread.c static int pthread_create(pthread_t* const thread, const void* attr,
attr               33 third_party/libwebp/utils/thread.c   (void)attr;
attr             6316 third_party/libxml/src/HTMLparser.c htmlAttrAllowed(const htmlElemDesc* elt, const xmlChar* attr, int legacy) {
attr             6319 third_party/libxml/src/HTMLparser.c   if ( !elt || ! attr )
attr             6324 third_party/libxml/src/HTMLparser.c       if ( !xmlStrcmp((const xmlChar*)*p, attr) )
attr             6329 third_party/libxml/src/HTMLparser.c       if ( !xmlStrcmp((const xmlChar*)*p, attr) )
attr             6334 third_party/libxml/src/HTMLparser.c       if ( !xmlStrcmp((const xmlChar*)*p, attr) )
attr               99 third_party/libxml/src/HTMLtree.c 		xmlAttrPtr attr = cur->properties;
attr              105 third_party/libxml/src/HTMLtree.c 		while (attr != NULL) {
attr              106 third_party/libxml/src/HTMLtree.c 		    if ((attr->children != NULL) &&
attr              107 third_party/libxml/src/HTMLtree.c 		        (attr->children->type == XML_TEXT_NODE) &&
attr              108 third_party/libxml/src/HTMLtree.c 		        (attr->children->next == NULL)) {
attr              109 third_party/libxml/src/HTMLtree.c 			value = attr->children->content;
attr              110 third_party/libxml/src/HTMLtree.c 			if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
attr              114 third_party/libxml/src/HTMLtree.c 			 && (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
attr              119 third_party/libxml/src/HTMLtree.c 		    attr = attr->next;
attr              231 third_party/libxml/src/HTMLtree.c 		xmlAttrPtr attr = cur->properties;
attr              237 third_party/libxml/src/HTMLtree.c 		while (attr != NULL) {
attr              238 third_party/libxml/src/HTMLtree.c 		    if ((attr->children != NULL) &&
attr              239 third_party/libxml/src/HTMLtree.c 		        (attr->children->type == XML_TEXT_NODE) &&
attr              240 third_party/libxml/src/HTMLtree.c 		        (attr->children->next == NULL)) {
attr              241 third_party/libxml/src/HTMLtree.c 			value = attr->children->content;
attr              242 third_party/libxml/src/HTMLtree.c 			if ((!xmlStrcasecmp(attr->name, BAD_CAST"http-equiv"))
attr              248 third_party/libxml/src/HTMLtree.c                                (!xmlStrcasecmp(attr->name, BAD_CAST"content")))
attr              254 third_party/libxml/src/HTMLtree.c 		    attr = attr->next;
attr              708 third_party/libxml/src/SAX2.c     xmlAttributePtr attr;
attr              733 third_party/libxml/src/SAX2.c 	attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->intSubset, elem,
attr              737 third_party/libxml/src/SAX2.c 	attr = xmlAddAttributeDecl(&ctxt->vctxt, ctxt->myDoc->extSubset, elem,
attr              750 third_party/libxml/src/SAX2.c     if ((attr != NULL) && (ctxt->validate) && (ctxt->wellFormed) &&
attr              753 third_party/libxml/src/SAX2.c 	                                        attr);
attr             1409 third_party/libxml/src/SAX2.c 	xmlAttributePtr attr = elemDecl->attributes;
attr             1417 third_party/libxml/src/SAX2.c 	    while (attr != NULL) {
attr             1418 third_party/libxml/src/SAX2.c 		if ((attr->defaultValue != NULL) &&
attr             1420 third_party/libxml/src/SAX2.c 					attr->elem, attr->name,
attr             1421 third_party/libxml/src/SAX2.c 					attr->prefix) == attr) &&
attr             1423 third_party/libxml/src/SAX2.c 					attr->elem, attr->name,
attr             1424 third_party/libxml/src/SAX2.c 					attr->prefix) == NULL)) {
attr             1427 third_party/libxml/src/SAX2.c 		    if (attr->prefix != NULL) {
attr             1428 third_party/libxml/src/SAX2.c 			fulln = xmlStrdup(attr->prefix);
attr             1430 third_party/libxml/src/SAX2.c 			fulln = xmlStrcat(fulln, attr->name);
attr             1432 third_party/libxml/src/SAX2.c 			fulln = xmlStrdup(attr->name);
attr             1458 third_party/libxml/src/SAX2.c 				    (const char *)attr->elem);
attr             1462 third_party/libxml/src/SAX2.c 		attr = attr->nexth;
attr             1469 third_party/libxml/src/SAX2.c 	attr = elemDecl->attributes;
attr             1470 third_party/libxml/src/SAX2.c 	while (attr != NULL) {
attr             1476 third_party/libxml/src/SAX2.c 	    if (attr->defaultValue != NULL) {
attr             1485 third_party/libxml/src/SAX2.c 		if (((attr->prefix != NULL) &&
attr             1486 third_party/libxml/src/SAX2.c 		     (xmlStrEqual(attr->prefix, BAD_CAST "xmlns"))) ||
attr             1487 third_party/libxml/src/SAX2.c 		    ((attr->prefix == NULL) &&
attr             1488 third_party/libxml/src/SAX2.c 		     (xmlStrEqual(attr->name, BAD_CAST "xmlns"))) ||
attr             1493 third_party/libxml/src/SAX2.c 					     attr->elem, attr->name,
attr             1494 third_party/libxml/src/SAX2.c 					     attr->prefix);
attr             1495 third_party/libxml/src/SAX2.c 		    if ((tst == attr) || (tst == NULL)) {
attr             1499 third_party/libxml/src/SAX2.c                         fulln = xmlBuildQName(attr->name, attr->prefix, fn, 50);
attr             1522 third_party/libxml/src/SAX2.c 						 attr->defaultValue, prefix);
attr             1524 third_party/libxml/src/SAX2.c 			if ((fulln != fn) && (fulln != attr->name))
attr             1529 third_party/libxml/src/SAX2.c 	    attr = attr->nexth;
attr              708 third_party/libxml/src/c14n.c     xmlAttrPtr attr;
attr              793 third_party/libxml/src/c14n.c     for(attr = cur->properties; attr != NULL; attr = attr->next) {
attr              799 third_party/libxml/src/c14n.c 	if((attr->ns != NULL) && !xmlC14NIsXmlNs(attr->ns) && xmlC14NIsVisible(ctx, attr, cur)) {
attr              800 third_party/libxml/src/c14n.c 	    already_rendered = xmlExcC14NVisibleNsStackFind(ctx->ns_rendered, attr->ns, ctx);
attr              801 third_party/libxml/src/c14n.c 	    xmlC14NVisibleNsStackAdd(ctx->ns_rendered, attr->ns, cur); 
attr              803 third_party/libxml/src/c14n.c 		xmlListInsert(list, attr->ns); 
attr              805 third_party/libxml/src/c14n.c 	    if(xmlStrlen(attr->ns->prefix) == 0) {
attr              808 third_party/libxml/src/c14n.c 	} else if((attr->ns != NULL) && (xmlStrlen(attr->ns->prefix) == 0) && (xmlStrlen(attr->ns->href) == 0)) {
attr              862 third_party/libxml/src/c14n.c xmlC14NIsXmlAttr(xmlAttrPtr attr)
attr              864 third_party/libxml/src/c14n.c     return ((attr->ns != NULL) && 
attr              865 third_party/libxml/src/c14n.c            (xmlC14NIsXmlNs(attr->ns) != 0));
attr              931 third_party/libxml/src/c14n.c xmlC14NPrintAttrs(const xmlAttrPtr attr, xmlC14NCtxPtr ctx)
attr              936 third_party/libxml/src/c14n.c     if ((attr == NULL) || (ctx == NULL)) {
attr              942 third_party/libxml/src/c14n.c     if (attr->ns != NULL && xmlStrlen(attr->ns->prefix) > 0) {
attr              944 third_party/libxml/src/c14n.c                                    (const char *) attr->ns->prefix);
attr              947 third_party/libxml/src/c14n.c     xmlOutputBufferWriteString(ctx->buf, (const char *) attr->name);
attr              950 third_party/libxml/src/c14n.c     value = xmlNodeListGetString(ctx->doc, attr->children, 1);
attr             1002 third_party/libxml/src/c14n.c     xmlAttrPtr attr;
attr             1022 third_party/libxml/src/c14n.c         attr = xmlHasNsProp(cur, BAD_CAST "base", XML_XML_NAMESPACE);
attr             1023 third_party/libxml/src/c14n.c         if(attr != NULL) {
attr             1025 third_party/libxml/src/c14n.c             tmp_str = xmlNodeListGetString(ctx->doc, attr->children, 1);
attr             1076 third_party/libxml/src/c14n.c     attr = xmlNewNsProp(NULL, xml_base_attr->ns, BAD_CAST "base", res);
attr             1077 third_party/libxml/src/c14n.c     if(attr == NULL) {
attr             1086 third_party/libxml/src/c14n.c     return (attr);
attr             1125 third_party/libxml/src/c14n.c     xmlAttrPtr attr;
attr             1164 third_party/libxml/src/c14n.c         attr = cur->properties;
attr             1165 third_party/libxml/src/c14n.c         while (attr != NULL) {
attr             1167 third_party/libxml/src/c14n.c             if (xmlC14NIsVisible(ctx, attr, cur)) {
attr             1168 third_party/libxml/src/c14n.c                 xmlListInsert(list, attr);
attr             1170 third_party/libxml/src/c14n.c             attr = attr->next;
attr             1187 third_party/libxml/src/c14n.c                 attr = tmp->properties;
attr             1188 third_party/libxml/src/c14n.c                 while (attr != NULL) {
attr             1189 third_party/libxml/src/c14n.c                     if (xmlC14NIsXmlAttr(attr) != 0) {
attr             1190 third_party/libxml/src/c14n.c                         if (xmlListSearch(list, attr) == NULL) {
attr             1191 third_party/libxml/src/c14n.c                             xmlListInsert(list, attr);
attr             1194 third_party/libxml/src/c14n.c                     attr = attr->next;
attr             1210 third_party/libxml/src/c14n.c         attr = cur->properties;
attr             1211 third_party/libxml/src/c14n.c         while (attr != NULL) {
attr             1213 third_party/libxml/src/c14n.c             if (xmlC14NIsVisible(ctx, attr, cur)) {
attr             1214 third_party/libxml/src/c14n.c                 xmlListInsert(list, attr);
attr             1216 third_party/libxml/src/c14n.c             attr = attr->next;
attr             1253 third_party/libxml/src/c14n.c         attr = cur->properties;
attr             1254 third_party/libxml/src/c14n.c         while (attr != NULL) {
attr             1256 third_party/libxml/src/c14n.c             if ((!parent_visible) || (xmlC14NIsXmlAttr(attr) == 0)) {
attr             1258 third_party/libxml/src/c14n.c                 if (xmlC14NIsVisible(ctx, attr, cur)) {
attr             1259 third_party/libxml/src/c14n.c                     xmlListInsert(list, attr);
attr             1265 third_party/libxml/src/c14n.c                 if((!matched) && (xml_lang_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "lang")) {
attr             1266 third_party/libxml/src/c14n.c                     xml_lang_attr = attr;
attr             1269 third_party/libxml/src/c14n.c                 if((!matched) && (xml_space_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "space")) {
attr             1270 third_party/libxml/src/c14n.c                     xml_space_attr = attr;
attr             1275 third_party/libxml/src/c14n.c                 if((!matched) && (xml_base_attr == NULL) && xmlStrEqual(attr->name, BAD_CAST "base")) {
attr             1276 third_party/libxml/src/c14n.c                     xml_base_attr = attr;
attr             1281 third_party/libxml/src/c14n.c                 if((!matched) && xmlC14NIsVisible(ctx, attr, cur)) {
attr             1282 third_party/libxml/src/c14n.c                     xmlListInsert(list, attr);
attr             1287 third_party/libxml/src/c14n.c             attr = attr->next;
attr              478 third_party/libxml/src/debugXML.c xmlCtxtDumpAttrDecl(xmlDebugCtxtPtr ctxt, xmlAttributePtr attr)
attr              482 third_party/libxml/src/debugXML.c     if (attr == NULL) {
attr              487 third_party/libxml/src/debugXML.c     if (attr->type != XML_ATTRIBUTE_DECL) {
attr              492 third_party/libxml/src/debugXML.c     if (attr->name != NULL) {
attr              494 third_party/libxml/src/debugXML.c             fprintf(ctxt->output, "ATTRDECL(%s)", (char *) attr->name);
attr              498 third_party/libxml/src/debugXML.c     if (attr->elem != NULL) {
attr              500 third_party/libxml/src/debugXML.c             fprintf(ctxt->output, " for %s", (char *) attr->elem);
attr              505 third_party/libxml/src/debugXML.c         switch (attr->atype) {
attr              537 third_party/libxml/src/debugXML.c         if (attr->tree != NULL) {
attr              539 third_party/libxml/src/debugXML.c             xmlEnumerationPtr cur = attr->tree;
attr              555 third_party/libxml/src/debugXML.c         switch (attr->def) {
attr              568 third_party/libxml/src/debugXML.c         if (attr->defaultValue != NULL) {
attr              570 third_party/libxml/src/debugXML.c             xmlCtxtDumpString(ctxt, attr->defaultValue);
attr              579 third_party/libxml/src/debugXML.c     xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) attr);
attr              822 third_party/libxml/src/debugXML.c xmlCtxtDumpAttr(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
attr              826 third_party/libxml/src/debugXML.c     if (attr == NULL) {
attr              833 third_party/libxml/src/debugXML.c 	xmlCtxtDumpString(ctxt, attr->name);
attr              835 third_party/libxml/src/debugXML.c         if (attr->children != NULL) {
attr              837 third_party/libxml/src/debugXML.c             xmlCtxtDumpNodeList(ctxt, attr->children);
attr              841 third_party/libxml/src/debugXML.c     if (attr->name == NULL)
attr              848 third_party/libxml/src/debugXML.c     xmlCtxtGenericNodeCheck(ctxt, (xmlNodePtr) attr);
attr              860 third_party/libxml/src/debugXML.c xmlCtxtDumpAttrList(xmlDebugCtxtPtr ctxt, xmlAttrPtr attr)
attr              862 third_party/libxml/src/debugXML.c     while (attr != NULL) {
attr              863 third_party/libxml/src/debugXML.c         xmlCtxtDumpAttr(ctxt, attr);
attr              864 third_party/libxml/src/debugXML.c         attr = attr->next;
attr             1376 third_party/libxml/src/debugXML.c xmlDebugDumpAttr(FILE *output, xmlAttrPtr attr, int depth) {
attr             1383 third_party/libxml/src/debugXML.c     xmlCtxtDumpAttr(&ctxt, attr);
attr             1416 third_party/libxml/src/debugXML.c xmlDebugDumpAttrList(FILE * output, xmlAttrPtr attr, int depth)
attr             1424 third_party/libxml/src/debugXML.c     xmlCtxtDumpAttrList(&ctxt, attr);
attr               33 third_party/libxml/src/include/libxml/debugXML.h 				 xmlAttrPtr attr,
attr               37 third_party/libxml/src/include/libxml/debugXML.h 				 xmlAttrPtr attr,
attr              280 third_party/libxml/src/include/libxml/schemasInternals.h     struct _xmlSchemaAttribute *attr;/* the linked attribute */
attr              422 third_party/libxml/src/include/libxml/tree.h     xmlAttrPtr        attr;	/* The attribute holding it */
attr              439 third_party/libxml/src/include/libxml/tree.h     xmlAttrPtr        attr;	/* The attribute holding it */
attr             1085 third_party/libxml/src/include/libxml/tree.h 					 xmlAttrPtr attr,
attr              263 third_party/libxml/src/include/libxml/valid.h 					xmlAttributePtr attr);
attr              271 third_party/libxml/src/include/libxml/valid.h 					xmlAttrPtr attr);
attr              280 third_party/libxml/src/include/libxml/valid.h 					xmlAttrPtr attr);
attr              283 third_party/libxml/src/include/libxml/valid.h 					xmlAttrPtr attr);
attr              290 third_party/libxml/src/include/libxml/valid.h 					xmlAttrPtr attr);
attr              296 third_party/libxml/src/include/libxml/valid.h 					xmlAttrPtr attr);
attr              299 third_party/libxml/src/include/libxml/valid.h 					xmlAttrPtr attr);
attr              335 third_party/libxml/src/include/libxml/valid.h 		                         xmlAttributePtr attr);
attr              365 third_party/libxml/src/include/libxml/valid.h 					 xmlAttrPtr attr,
attr             1185 third_party/libxml/src/relaxng.c     xmlAttrPtr attr;
attr             1195 third_party/libxml/src/relaxng.c         attr = node->properties;
attr             1196 third_party/libxml/src/relaxng.c         while (attr != NULL) {
attr             1198 third_party/libxml/src/relaxng.c                 attrs[nbAttrs++] = attr;
attr             1201 third_party/libxml/src/relaxng.c             attr = attr->next;
attr             1255 third_party/libxml/src/relaxng.c             attr = node->properties;
attr             1257 third_party/libxml/src/relaxng.c             while (attr != NULL) {
attr             1258 third_party/libxml/src/relaxng.c                 ret->attrs[nbAttrs++] = attr;
attr             1259 third_party/libxml/src/relaxng.c                 attr = attr->next;
attr             5199 third_party/libxml/src/relaxng.c                                xmlNodePtr node, int attr)
attr             5229 third_party/libxml/src/relaxng.c         if (attr)
attr             1373 third_party/libxml/src/testapi.c     xmlChar * attr; /* HTML attribute */
attr             1383 third_party/libxml/src/testapi.c         attr = gen_const_xmlChar_ptr(n_attr, 1);
attr             1386 third_party/libxml/src/testapi.c         ret_val = htmlAttrAllowed((const htmlElemDesc *)elt, (const xmlChar *)attr, legacy);
attr             1390 third_party/libxml/src/testapi.c         des_const_xmlChar_ptr(n_attr, (const xmlChar *)attr, 1);
attr             7003 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute */
attr             7013 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 1);
attr             7016 third_party/libxml/src/testapi.c         xmlDebugDumpAttr(output, attr, depth);
attr             7019 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 1);
attr             7049 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute list */
attr             7059 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 1);
attr             7062 third_party/libxml/src/testapi.c         xmlDebugDumpAttrList(output, attr, depth);
attr             7065 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 1);
attr             18373 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute node */
attr             18385 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 2);
attr             18388 third_party/libxml/src/testapi.c         xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
attr             18392 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 2);
attr             24923 third_party/libxml/src/testapi.c     xmlAttributePtr attr; /* An attribute declaration */
attr             24930 third_party/libxml/src/testapi.c         attr = gen_xmlAttributePtr(n_attr, 1);
attr             24932 third_party/libxml/src/testapi.c         xmlDumpAttributeDecl(buf, attr);
attr             24935 third_party/libxml/src/testapi.c         des_xmlAttributePtr(n_attr, attr, 1);
attr             25416 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute */
attr             25425 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 2);
attr             25427 third_party/libxml/src/testapi.c         ret_val = xmlIsID(doc, elem, attr);
attr             25432 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 2);
attr             25501 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute */
attr             25510 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 2);
attr             25512 third_party/libxml/src/testapi.c         ret_val = xmlIsRef(doc, elem, attr);
attr             25517 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 2);
attr             25641 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute */
attr             25648 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 1);
attr             25650 third_party/libxml/src/testapi.c         ret_val = xmlRemoveID(doc, attr);
attr             25654 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 1);
attr             25680 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* the attribute */
attr             25687 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 1);
attr             25689 third_party/libxml/src/testapi.c         ret_val = xmlRemoveRef(doc, attr);
attr             25693 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 1);
attr             26100 third_party/libxml/src/testapi.c     xmlAttributePtr attr; /* an attribute definition */
attr             26109 third_party/libxml/src/testapi.c         attr = gen_xmlAttributePtr(n_attr, 2);
attr             26111 third_party/libxml/src/testapi.c         ret_val = xmlValidateAttributeDecl(ctxt, doc, attr);
attr             26116 third_party/libxml/src/testapi.c         des_xmlAttributePtr(n_attr, attr, 2);
attr             26690 third_party/libxml/src/testapi.c     xmlAttrPtr attr; /* an attribute instance */
attr             26704 third_party/libxml/src/testapi.c         attr = gen_xmlAttrPtr(n_attr, 3);
attr             26707 third_party/libxml/src/testapi.c         ret_val = xmlValidateOneAttribute(ctxt, doc, elem, attr, (const xmlChar *)value);
attr             26713 third_party/libxml/src/testapi.c         des_xmlAttrPtr(n_attr, attr, 3);
attr             2884 third_party/libxml/src/tree.c 	xmlAttrPtr attr;
attr             2891 third_party/libxml/src/tree.c 		attr = xmlHasNsProp(cur->parent, prop->name, NULL);
attr             2893 third_party/libxml/src/tree.c 		attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
attr             2911 third_party/libxml/src/tree.c 	if ((attr != NULL) && (attr->type != XML_ATTRIBUTE_DECL)) {
attr             2913 third_party/libxml/src/tree.c 		xmlRemoveProp((xmlAttrPtr) attr);
attr             5275 third_party/libxml/src/tree.c                 xmlAttrPtr attr = (xmlAttrPtr) cur;
attr             5276 third_party/libxml/src/tree.c 		xmlNodePtr tmp = attr->children;
attr             6138 third_party/libxml/src/tree.c     xmlAttrPtr attr;
attr             6210 third_party/libxml/src/tree.c 	    attr = node->properties;
attr             6211 third_party/libxml/src/tree.c 	    while (attr != NULL) {
attr             6212 third_party/libxml/src/tree.c 		if (attr->ns != NULL) {
attr             6233 third_party/libxml/src/tree.c 			if (oldNs[i] == attr->ns) {
attr             6234 third_party/libxml/src/tree.c 			    attr->ns = newNs[i];
attr             6242 third_party/libxml/src/tree.c 			n = xmlNewReconciliedNs(doc, tree, attr->ns);
attr             6265 third_party/libxml/src/tree.c 			    oldNs[nbCache++] = attr->ns;
attr             6266 third_party/libxml/src/tree.c 			    attr->ns = n;
attr             6270 third_party/libxml/src/tree.c 		attr = attr->next;
attr             9673 third_party/libxml/src/tree.c 		    xmlAttrPtr attr,
attr             9681 third_party/libxml/src/tree.c     if ((attr == NULL) || (destDoc == NULL))
attr             9684 third_party/libxml/src/tree.c     attr->doc = destDoc;
attr             9685 third_party/libxml/src/tree.c     if (attr->ns != NULL) {
attr             9692 third_party/libxml/src/tree.c 	if (IS_STR_XML(attr->ns->prefix)) {
attr             9698 third_party/libxml/src/tree.c 	    ns = xmlDOMWrapStoreNs(destDoc, attr->ns->href, attr->ns->prefix);
attr             9703 third_party/libxml/src/tree.c 	    if (xmlSearchNsByNamespaceStrict(destDoc, destParent, attr->ns->href,
attr             9708 third_party/libxml/src/tree.c 		    attr->ns->href, attr->ns->prefix, 1);
attr             9713 third_party/libxml/src/tree.c 	attr->ns = ns;
attr             9716 third_party/libxml/src/tree.c     XML_TREE_ADOPT_STR(attr->name);
attr             9717 third_party/libxml/src/tree.c     attr->atype = 0;
attr             9718 third_party/libxml/src/tree.c     attr->psvi = NULL;
attr             9722 third_party/libxml/src/tree.c     if (attr->children == NULL)
attr             9724 third_party/libxml/src/tree.c     cur = attr->children;
attr             9760 third_party/libxml/src/tree.c 	if (cur == (xmlNodePtr) attr)
attr             1872 third_party/libxml/src/valid.c xmlFreeAttribute(xmlAttributePtr attr) {
attr             1875 third_party/libxml/src/valid.c     if (attr == NULL) return;
attr             1876 third_party/libxml/src/valid.c     if (attr->doc != NULL)
attr             1877 third_party/libxml/src/valid.c 	dict = attr->doc->dict;
attr             1880 third_party/libxml/src/valid.c     xmlUnlinkNode((xmlNodePtr) attr);
attr             1881 third_party/libxml/src/valid.c     if (attr->tree != NULL)
attr             1882 third_party/libxml/src/valid.c         xmlFreeEnumeration(attr->tree);
attr             1884 third_party/libxml/src/valid.c         if ((attr->elem != NULL) && (!xmlDictOwns(dict, attr->elem)))
attr             1885 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->elem);
attr             1886 third_party/libxml/src/valid.c         if ((attr->name != NULL) && (!xmlDictOwns(dict, attr->name)))
attr             1887 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->name);
attr             1888 third_party/libxml/src/valid.c         if ((attr->prefix != NULL) && (!xmlDictOwns(dict, attr->prefix)))
attr             1889 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->prefix);
attr             1890 third_party/libxml/src/valid.c         if ((attr->defaultValue != NULL) &&
attr             1891 third_party/libxml/src/valid.c 	    (!xmlDictOwns(dict, attr->defaultValue)))
attr             1892 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->defaultValue);
attr             1894 third_party/libxml/src/valid.c 	if (attr->elem != NULL)
attr             1895 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->elem);
attr             1896 third_party/libxml/src/valid.c 	if (attr->name != NULL)
attr             1897 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->name);
attr             1898 third_party/libxml/src/valid.c 	if (attr->defaultValue != NULL)
attr             1899 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->defaultValue);
attr             1900 third_party/libxml/src/valid.c 	if (attr->prefix != NULL)
attr             1901 third_party/libxml/src/valid.c 	    xmlFree((xmlChar *) attr->prefix);
attr             1903 third_party/libxml/src/valid.c     xmlFree(attr);
attr             2160 third_party/libxml/src/valid.c xmlCopyAttribute(xmlAttributePtr attr) {
attr             2170 third_party/libxml/src/valid.c     cur->atype = attr->atype;
attr             2171 third_party/libxml/src/valid.c     cur->def = attr->def;
attr             2172 third_party/libxml/src/valid.c     cur->tree = xmlCopyEnumeration(attr->tree);
attr             2173 third_party/libxml/src/valid.c     if (attr->elem != NULL)
attr             2174 third_party/libxml/src/valid.c 	cur->elem = xmlStrdup(attr->elem);
attr             2175 third_party/libxml/src/valid.c     if (attr->name != NULL)
attr             2176 third_party/libxml/src/valid.c 	cur->name = xmlStrdup(attr->name);
attr             2177 third_party/libxml/src/valid.c     if (attr->prefix != NULL)
attr             2178 third_party/libxml/src/valid.c 	cur->prefix = xmlStrdup(attr->prefix);
attr             2179 third_party/libxml/src/valid.c     if (attr->defaultValue != NULL)
attr             2180 third_party/libxml/src/valid.c 	cur->defaultValue = xmlStrdup(attr->defaultValue);
attr             2209 third_party/libxml/src/valid.c xmlDumpAttributeDecl(xmlBufferPtr buf, xmlAttributePtr attr) {
attr             2210 third_party/libxml/src/valid.c     if ((buf == NULL) || (attr == NULL))
attr             2213 third_party/libxml/src/valid.c     xmlBufferWriteCHAR(buf, attr->elem);
attr             2215 third_party/libxml/src/valid.c     if (attr->prefix != NULL) {
attr             2216 third_party/libxml/src/valid.c 	xmlBufferWriteCHAR(buf, attr->prefix);
attr             2219 third_party/libxml/src/valid.c     xmlBufferWriteCHAR(buf, attr->name);
attr             2220 third_party/libxml/src/valid.c     switch (attr->atype) {
attr             2247 third_party/libxml/src/valid.c 	    xmlDumpEnumeration(buf, attr->tree);
attr             2251 third_party/libxml/src/valid.c 	    xmlDumpEnumeration(buf, attr->tree);
attr             2258 third_party/libxml/src/valid.c     switch (attr->def) {
attr             2275 third_party/libxml/src/valid.c     if (attr->defaultValue != NULL) {
attr             2277 third_party/libxml/src/valid.c 	xmlBufferWriteQuotedString(buf, attr->defaultValue);
attr             2290 third_party/libxml/src/valid.c xmlDumpAttributeDeclScan(xmlAttributePtr attr, xmlBufferPtr buf) {
attr             2291 third_party/libxml/src/valid.c     xmlDumpAttributeDecl(buf, attr);
attr             2578 third_party/libxml/src/valid.c          xmlAttrPtr attr) {
attr             2588 third_party/libxml/src/valid.c     if (attr == NULL) {
attr             2621 third_party/libxml/src/valid.c 	    ret->name = xmlDictLookup(doc->dict, attr->name, -1);
attr             2623 third_party/libxml/src/valid.c 	    ret->name = xmlStrdup(attr->name);
attr             2624 third_party/libxml/src/valid.c 	ret->attr = NULL;
attr             2626 third_party/libxml/src/valid.c 	ret->attr = attr;
attr             2629 third_party/libxml/src/valid.c     ret->lineno = xmlGetLineNo(attr->parent);
attr             2637 third_party/libxml/src/valid.c 	    xmlErrValidNode(ctxt, attr->parent, XML_DTD_ID_REDEFINED,
attr             2645 third_party/libxml/src/valid.c     if (attr != NULL)
attr             2646 third_party/libxml/src/valid.c 	attr->atype = XML_ATTRIBUTE_ID;
attr             2675 third_party/libxml/src/valid.c xmlIsID(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
attr             2676 third_party/libxml/src/valid.c     if ((attr == NULL) || (attr->name == NULL)) return(0);
attr             2677 third_party/libxml/src/valid.c     if ((attr->ns != NULL) && (attr->ns->prefix != NULL) &&
attr             2678 third_party/libxml/src/valid.c         (!strcmp((char *) attr->name, "id")) &&
attr             2679 third_party/libxml/src/valid.c         (!strcmp((char *) attr->ns->prefix, "xml")))
attr             2686 third_party/libxml/src/valid.c         if ((xmlStrEqual(BAD_CAST "id", attr->name)) ||
attr             2687 third_party/libxml/src/valid.c 	    ((xmlStrEqual(BAD_CAST "name", attr->name)) &&
attr             2703 third_party/libxml/src/valid.c 	fullattrname = (attr->ns != NULL && attr->ns->prefix != NULL) ?
attr             2704 third_party/libxml/src/valid.c 	    xmlBuildQName(attr->name, attr->ns->prefix, fattr, 50) :
attr             2705 third_party/libxml/src/valid.c 	    (xmlChar *)attr->name;
attr             2715 third_party/libxml/src/valid.c 	if ((fullattrname != fattr) && (fullattrname != attr->name))
attr             2736 third_party/libxml/src/valid.c xmlRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
attr             2742 third_party/libxml/src/valid.c     if (attr == NULL) return(-1);
attr             2747 third_party/libxml/src/valid.c     if (attr == NULL)
attr             2749 third_party/libxml/src/valid.c     ID = xmlNodeListGetString(doc, attr->children, 1);
attr             2753 third_party/libxml/src/valid.c     if (id == NULL || id->attr != attr) {
attr             2759 third_party/libxml/src/valid.c 	attr->atype = 0;
attr             2792 third_party/libxml/src/valid.c     if (id->attr == NULL) {
attr             2799 third_party/libxml/src/valid.c     return(id->attr);
attr             2862 third_party/libxml/src/valid.c     xmlAttrPtr attr0 = ((xmlRefPtr)data)->attr;
attr             2900 third_party/libxml/src/valid.c     xmlAttrPtr attr) {
attr             2911 third_party/libxml/src/valid.c     if (attr == NULL) {
attr             2942 third_party/libxml/src/valid.c 	ret->name = xmlStrdup(attr->name);
attr             2943 third_party/libxml/src/valid.c 	ret->attr = NULL;
attr             2946 third_party/libxml/src/valid.c 	ret->attr = attr;
attr             2948 third_party/libxml/src/valid.c     ret->lineno = xmlGetLineNo(attr->parent);
attr             3014 third_party/libxml/src/valid.c xmlIsRef(xmlDocPtr doc, xmlNodePtr elem, xmlAttrPtr attr) {
attr             3015 third_party/libxml/src/valid.c     if (attr == NULL)
attr             3018 third_party/libxml/src/valid.c         doc = attr->doc;
attr             3031 third_party/libxml/src/valid.c         attrDecl = xmlGetDtdAttrDesc(doc->intSubset, elem->name, attr->name);
attr             3034 third_party/libxml/src/valid.c 		                         elem->name, attr->name);
attr             3054 third_party/libxml/src/valid.c xmlRemoveRef(xmlDocPtr doc, xmlAttrPtr attr) {
attr             3061 third_party/libxml/src/valid.c     if (attr == NULL) return(-1);
attr             3066 third_party/libxml/src/valid.c     if (attr == NULL)
attr             3068 third_party/libxml/src/valid.c     ID = xmlNodeListGetString(doc, attr->children, 1);
attr             3088 third_party/libxml/src/valid.c     target.ap = attr;
attr             4092 third_party/libxml/src/valid.c xmlValidateAttributeIdCallback(xmlAttributePtr attr, int *count,
attr             4094 third_party/libxml/src/valid.c     if (attr->atype == XML_ATTRIBUTE_ID) (*count)++;
attr             4117 third_party/libxml/src/valid.c                          xmlAttributePtr attr) {
attr             4121 third_party/libxml/src/valid.c     if(attr == NULL) return(1);
attr             4125 third_party/libxml/src/valid.c     if (attr->defaultValue != NULL) {
attr             4126 third_party/libxml/src/valid.c 	val = xmlValidateAttributeValueInternal(doc, attr->atype,
attr             4127 third_party/libxml/src/valid.c 	                                        attr->defaultValue);
attr             4129 third_party/libxml/src/valid.c 	    xmlErrValidNode(ctxt, (xmlNodePtr) attr, XML_DTD_ATTRIBUTE_DEFAULT,
attr             4131 third_party/libxml/src/valid.c 	           attr->name, attr->elem, NULL);
attr             4137 third_party/libxml/src/valid.c     if ((attr->atype == XML_ATTRIBUTE_ID)&&
attr             4138 third_party/libxml/src/valid.c         (attr->def != XML_ATTRIBUTE_IMPLIED) &&
attr             4139 third_party/libxml/src/valid.c 	(attr->def != XML_ATTRIBUTE_REQUIRED)) {
attr             4140 third_party/libxml/src/valid.c 	xmlErrValidNode(ctxt, (xmlNodePtr) attr, XML_DTD_ID_FIXED,
attr             4142 third_party/libxml/src/valid.c 	       attr->name, attr->elem, NULL);
attr             4147 third_party/libxml/src/valid.c     if (attr->atype == XML_ATTRIBUTE_ID) {
attr             4152 third_party/libxml/src/valid.c 	                                          attr->elem);
attr             4165 third_party/libxml/src/valid.c 		xmlHashScan3(table, NULL, NULL, attr->elem, (xmlHashScanner)
attr             4171 third_party/libxml/src/valid.c 	    xmlErrValidNodeNr(ctxt, (xmlNodePtr) attr, XML_DTD_ID_SUBSET,
attr             4173 third_party/libxml/src/valid.c 		   attr->elem, nbId, attr->name);
attr             4176 third_party/libxml/src/valid.c 	    elem = xmlGetDtdElementDesc(doc->extSubset, attr->elem);
attr             4181 third_party/libxml/src/valid.c 		xmlErrValidNodeNr(ctxt, (xmlNodePtr) attr, XML_DTD_ID_SUBSET,
attr             4183 third_party/libxml/src/valid.c 		       attr->elem, extId, attr->name);
attr             4185 third_party/libxml/src/valid.c 		xmlErrValidNode(ctxt, (xmlNodePtr) attr, XML_DTD_ID_SUBSET,
attr             4187 third_party/libxml/src/valid.c 		       attr->elem, attr->name, NULL);
attr             4193 third_party/libxml/src/valid.c     if ((attr->defaultValue != NULL) && (attr->tree != NULL)) {
attr             4194 third_party/libxml/src/valid.c         xmlEnumerationPtr tree = attr->tree;
attr             4196 third_party/libxml/src/valid.c 	    if (xmlStrEqual(tree->name, attr->defaultValue)) break;
attr             4200 third_party/libxml/src/valid.c 	    xmlErrValidNode(ctxt, (xmlNodePtr) attr, XML_DTD_ATTRIBUTE_VALUE,
attr             4202 third_party/libxml/src/valid.c 		   attr->defaultValue, attr->name, attr->elem);
attr             4350 third_party/libxml/src/valid.c                         xmlNodePtr elem, xmlAttrPtr attr, const xmlChar *value) 
attr             4358 third_party/libxml/src/valid.c     if ((attr == NULL) || (attr->name == NULL)) return(0);
attr             4367 third_party/libxml/src/valid.c 	if (attr->ns != NULL) {
attr             4369 third_party/libxml/src/valid.c 		                          attr->name, attr->ns->prefix);
attr             4372 third_party/libxml/src/valid.c 					      attr->name, attr->ns->prefix);
attr             4374 third_party/libxml/src/valid.c 	    attrDecl = xmlGetDtdAttrDesc(doc->intSubset, fullname, attr->name);
attr             4377 third_party/libxml/src/valid.c 					     fullname, attr->name);
attr             4383 third_party/libxml/src/valid.c 	if (attr->ns != NULL) {
attr             4385 third_party/libxml/src/valid.c 		                          attr->name, attr->ns->prefix);
attr             4388 third_party/libxml/src/valid.c 					      attr->name, attr->ns->prefix);
attr             4391 third_party/libxml/src/valid.c 		                         elem->name, attr->name);
attr             4394 third_party/libxml/src/valid.c 					     elem->name, attr->name);
attr             4403 third_party/libxml/src/valid.c 	       attr->name, elem->name, NULL);
attr             4406 third_party/libxml/src/valid.c     attr->atype = attrDecl->atype;
attr             4412 third_party/libxml/src/valid.c 	       attr->name, elem->name, NULL);
attr             4421 third_party/libxml/src/valid.c 		   attr->name, elem->name, attrDecl->defaultValue);
attr             4428 third_party/libxml/src/valid.c         if (xmlAddID(ctxt, doc, value, attr) == NULL)
attr             4434 third_party/libxml/src/valid.c         if (xmlAddRef(ctxt, doc, value, attr) == NULL)
attr             4451 third_party/libxml/src/valid.c 		   value, attr->name, elem->name);
attr             4463 third_party/libxml/src/valid.c 		   value, attr->name, elem->name);
attr             4478 third_party/libxml/src/valid.c 		   value, attr->name, elem->name);
attr             4488 third_party/libxml/src/valid.c 	       attr->name, elem->name, attrDecl->defaultValue);
attr             4493 third_party/libxml/src/valid.c     ret &= xmlValidateAttributeValue2(ctxt, doc, attr->name,
attr             5944 third_party/libxml/src/valid.c     xmlAttributePtr attr;
attr             6158 third_party/libxml/src/valid.c     attr = elemDecl->attributes;
attr             6159 third_party/libxml/src/valid.c     while (attr != NULL) {
attr             6160 third_party/libxml/src/valid.c 	if (attr->def == XML_ATTRIBUTE_REQUIRED) {
attr             6163 third_party/libxml/src/valid.c 	    if ((attr->prefix == NULL) &&
attr             6164 third_party/libxml/src/valid.c 		(xmlStrEqual(attr->name, BAD_CAST "xmlns"))) {
attr             6173 third_party/libxml/src/valid.c 	    } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) {
attr             6178 third_party/libxml/src/valid.c 		    if (xmlStrEqual(attr->name, ns->prefix))
attr             6187 third_party/libxml/src/valid.c 		    if (xmlStrEqual(attrib->name, attr->name)) {
attr             6188 third_party/libxml/src/valid.c 			if (attr->prefix != NULL) {
attr             6202 third_party/libxml/src/valid.c 						    attr->prefix)) {
attr             6221 third_party/libxml/src/valid.c 		if (attr->prefix == NULL) {
attr             6224 third_party/libxml/src/valid.c 			   elem->name, attr->name, NULL);
attr             6229 third_party/libxml/src/valid.c 			   elem->name, attr->prefix,attr->name);
attr             6235 third_party/libxml/src/valid.c 		       elem->name, attr->prefix, attr->name);
attr             6239 third_party/libxml/src/valid.c 		       elem->name, attr->prefix, attr->name);
attr             6241 third_party/libxml/src/valid.c 	} else if (attr->def == XML_ATTRIBUTE_FIXED) {
attr             6247 third_party/libxml/src/valid.c 	    if ((attr->prefix == NULL) &&
attr             6248 third_party/libxml/src/valid.c 		(xmlStrEqual(attr->name, BAD_CAST "xmlns"))) {
attr             6254 third_party/libxml/src/valid.c 			if (!xmlStrEqual(attr->defaultValue, ns->href)) {
attr             6265 third_party/libxml/src/valid.c 	    } else if (xmlStrEqual(attr->prefix, BAD_CAST "xmlns")) {
attr             6270 third_party/libxml/src/valid.c 		    if (xmlStrEqual(attr->name, ns->prefix)) {
attr             6271 third_party/libxml/src/valid.c 			if (!xmlStrEqual(attr->defaultValue, ns->href)) {
attr             6284 third_party/libxml/src/valid.c         attr = attr->nexth;
attr             6370 third_party/libxml/src/valid.c     xmlAttrPtr attr;
attr             6396 third_party/libxml/src/valid.c 	attr = elem->properties;
attr             6397 third_party/libxml/src/valid.c 	while (attr != NULL) {
attr             6398 third_party/libxml/src/valid.c 	    value = xmlNodeListGetString(doc, attr->children, 0);
attr             6399 third_party/libxml/src/valid.c 	    ret &= xmlValidateOneAttribute(ctxt, doc, elem, attr, value);
attr             6402 third_party/libxml/src/valid.c 	    attr= attr->next;
attr             6435 third_party/libxml/src/valid.c     xmlAttrPtr attr;
attr             6439 third_party/libxml/src/valid.c     if ((ref->attr == NULL) && (ref->name == NULL))
attr             6441 third_party/libxml/src/valid.c     attr = ref->attr;
attr             6442 third_party/libxml/src/valid.c     if (attr == NULL) {
attr             6469 third_party/libxml/src/valid.c     } else if (attr->atype == XML_ATTRIBUTE_IDREF) {
attr             6472 third_party/libxml/src/valid.c 	    xmlErrValidNode(ctxt, attr->parent, XML_DTD_UNKNOWN_ID,
attr             6474 third_party/libxml/src/valid.c 		   attr->name, name, NULL);
attr             6477 third_party/libxml/src/valid.c     } else if (attr->atype == XML_ATTRIBUTE_IDREFS) {
attr             6494 third_party/libxml/src/valid.c 		xmlErrValidNode(ctxt, attr->parent, XML_DTD_UNKNOWN_ID,
attr             6496 third_party/libxml/src/valid.c 			     attr->name, str, NULL);
attr              247 third_party/libxml/src/xmlreader.c xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
attr              253 third_party/libxml/src/xmlreader.c     if (attr == NULL) return(-1);
attr              258 third_party/libxml/src/xmlreader.c     ID = xmlNodeListGetString(doc, attr->children, 1);
attr              263 third_party/libxml/src/xmlreader.c     if (id == NULL || id->attr != attr) {
attr              266 third_party/libxml/src/xmlreader.c     id->name = attr->name;
attr              267 third_party/libxml/src/xmlreader.c     id->attr = NULL;
attr             2923 third_party/libxml/src/xmlreader.c     xmlAttrPtr attr;
attr             2943 third_party/libxml/src/xmlreader.c     attr = node->properties;
attr             2944 third_party/libxml/src/xmlreader.c     while (attr != NULL) {
attr             2946 third_party/libxml/src/xmlreader.c 	attr = attr->next;
attr             3535 third_party/libxml/src/xmlreader.c 	    xmlAttrPtr attr = (xmlAttrPtr) node;
attr             3537 third_party/libxml/src/xmlreader.c 	    if (attr->parent != NULL)
attr             3539 third_party/libxml/src/xmlreader.c 			(attr->parent->doc, attr->children, 1));
attr             3541 third_party/libxml/src/xmlreader.c 		return (xmlNodeListGetString(NULL, attr->children, 1));
attr             3581 third_party/libxml/src/xmlreader.c 	    xmlAttrPtr attr = (xmlAttrPtr) node;
attr             3583 third_party/libxml/src/xmlreader.c 	    if ((attr->children != NULL) &&
attr             3584 third_party/libxml/src/xmlreader.c 	        (attr->children->type == XML_TEXT_NODE) &&
attr             3585 third_party/libxml/src/xmlreader.c 		(attr->children->next == NULL))
attr             3586 third_party/libxml/src/xmlreader.c 		return(attr->children->content);
attr              429 third_party/libxml/src/xmlsave.c xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr)
attr              433 third_party/libxml/src/xmlsave.c     children = attr->children;
attr              437 third_party/libxml/src/xmlsave.c 	        xmlAttrSerializeTxtContent(buf->buffer, attr->doc,
attr              438 third_party/libxml/src/xmlsave.c 		                           attr, children->content);
attr             1876 third_party/libxml/src/xmlsave.c                            xmlAttrPtr attr, const xmlChar * string)
attr             1937 third_party/libxml/src/xmlsave.c                 xmlSaveErr(XML_SAVE_NOT_UTF8, (xmlNodePtr) attr, NULL);
attr             1968 third_party/libxml/src/xmlsave.c                 xmlSaveErr(XML_SAVE_CHAR_INVALID, (xmlNodePtr) attr, NULL);
attr             1652 third_party/libxml/src/xmlschemas.c 		xmlSchemaAttributePtr attr;
attr             1654 third_party/libxml/src/xmlschemas.c 		attr = (xmlSchemaAttributePtr) item;
attr             1658 third_party/libxml/src/xmlschemas.c 		    attr->targetNamespace, attr->name));
attr             2831 third_party/libxml/src/xmlschemas.c 			xmlAttrPtr attr,
attr             2837 third_party/libxml/src/xmlschemas.c 	xmlSchemaFormatItemForReport(&des, NULL, ownerItem, attr->parent);
attr             2839 third_party/libxml/src/xmlschemas.c 	xmlSchemaFormatItemForReport(ownerDes, NULL, ownerItem, attr->parent);
attr             2843 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             2849 third_party/libxml/src/xmlschemas.c 	xmlSchemaPErrExt(ctxt, (xmlNodePtr) attr, error, NULL, NULL, NULL,
attr             2851 third_party/libxml/src/xmlschemas.c 	    BAD_CAST des, attr->name, (const xmlChar *) msg, NULL, NULL);
attr             2871 third_party/libxml/src/xmlschemas.c 			 xmlAttrPtr attr)
attr             2875 third_party/libxml/src/xmlschemas.c     xmlSchemaFormatNodeForError(&strA, ACTXT_CAST ctxt, attr->parent);
attr             2876 third_party/libxml/src/xmlschemas.c     xmlSchemaErr4(ACTXT_CAST ctxt, error, (xmlNodePtr) attr,
attr             2878 third_party/libxml/src/xmlschemas.c 	xmlSchemaFormatQNameNs(&strB, attr->ns, attr->name),
attr             3055 third_party/libxml/src/xmlschemas.c 			 xmlAttrPtr attr,
attr             3061 third_party/libxml/src/xmlschemas.c     xmlSchemaFormatItemForReport(&des, NULL, WXS_BASIC_CAST ownerItem, attr->parent);
attr             3062 third_party/libxml/src/xmlschemas.c     xmlSchemaPErrExt(ctxt, (xmlNodePtr) attr, error, NULL, NULL, NULL,
attr             3716 third_party/libxml/src/xmlschemas.c xmlSchemaFreeAttribute(xmlSchemaAttributePtr attr)
attr             3718 third_party/libxml/src/xmlschemas.c     if (attr == NULL)
attr             3720 third_party/libxml/src/xmlschemas.c     if (attr->annot != NULL)
attr             3721 third_party/libxml/src/xmlschemas.c 	xmlSchemaFreeAnnot(attr->annot);
attr             3722 third_party/libxml/src/xmlschemas.c     if (attr->defVal != NULL)
attr             3723 third_party/libxml/src/xmlschemas.c 	xmlSchemaFreeValue(attr->defVal);
attr             3724 third_party/libxml/src/xmlschemas.c     xmlFree(attr);
attr             5772 third_party/libxml/src/xmlschemas.c 				       xmlAttrPtr attr,
attr             5787 third_party/libxml/src/xmlschemas.c 	    ownerItem, (xmlNodePtr) attr,
attr             5796 third_party/libxml/src/xmlschemas.c 	ns = xmlSearchNs(attr->doc, attr->parent, NULL);
attr             5817 third_party/libxml/src/xmlschemas.c     ns = xmlSearchNs(attr->doc, attr->parent, pref);
attr             5821 third_party/libxml/src/xmlschemas.c 	    ownerItem, (xmlNodePtr) attr,
attr             5853 third_party/libxml/src/xmlschemas.c 				       xmlAttrPtr attr,
attr             5859 third_party/libxml/src/xmlschemas.c     value = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             5861 third_party/libxml/src/xmlschemas.c 	ownerItem, attr, value, uri, local));
attr             5889 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             5891 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(ownerElem, name);
attr             5892 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             5898 third_party/libxml/src/xmlschemas.c 	ownerItem, attr, uri, local));
attr             5916 third_party/libxml/src/xmlschemas.c xmlSchemaPValAttrNodeID(xmlSchemaParserCtxtPtr ctxt, xmlAttrPtr attr)
attr             5921 third_party/libxml/src/xmlschemas.c     if (attr == NULL)
attr             5923 third_party/libxml/src/xmlschemas.c     value = xmlSchemaGetNodeContentNoDict((xmlNodePtr) attr);
attr             5929 third_party/libxml/src/xmlschemas.c 	if (attr->atype != XML_ATTRIBUTE_ID) {
attr             5942 third_party/libxml/src/xmlschemas.c     	    res = xmlAddID(NULL, attr->doc, value, attr);
attr             5947 third_party/libxml/src/xmlschemas.c 		    NULL, (xmlNodePtr) attr,
attr             5952 third_party/libxml/src/xmlschemas.c 		attr->atype = XML_ATTRIBUTE_ID;
attr             5958 third_party/libxml/src/xmlschemas.c 	    NULL, (xmlNodePtr) attr,
attr             5975 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             5977 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(ownerElem, (const char *) name);
attr             5978 third_party/libxml/src/xmlschemas.c     if (attr == NULL)
attr             5980 third_party/libxml/src/xmlschemas.c     return(xmlSchemaPValAttrNodeID(ctxt, attr));
attr             5999 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             6001 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "maxOccurs");
attr             6002 third_party/libxml/src/xmlschemas.c     if (attr == NULL)
attr             6004 third_party/libxml/src/xmlschemas.c     val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             6011 third_party/libxml/src/xmlschemas.c 		NULL, (xmlNodePtr) attr, NULL, expected,
attr             6025 third_party/libxml/src/xmlschemas.c 	    NULL, (xmlNodePtr) attr, NULL, expected,
attr             6042 third_party/libxml/src/xmlschemas.c 	    NULL, (xmlNodePtr) attr, NULL, expected,
attr             6064 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             6066 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "minOccurs");
attr             6067 third_party/libxml/src/xmlschemas.c     if (attr == NULL)
attr             6069 third_party/libxml/src/xmlschemas.c     val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             6077 third_party/libxml/src/xmlschemas.c 	    NULL, (xmlNodePtr) attr, NULL, expected,
attr             6094 third_party/libxml/src/xmlschemas.c 	    NULL, (xmlNodePtr) attr, NULL, expected,
attr             6245 third_party/libxml/src/xmlschemas.c 			   xmlAttrPtr attr,
attr             6256 third_party/libxml/src/xmlschemas.c     if ((pctxt == NULL) || (type == NULL) || (attr == NULL))
attr             6270 third_party/libxml/src/xmlschemas.c 		(xmlNodePtr) attr);
attr             6292 third_party/libxml/src/xmlschemas.c 	    ret, ownerItem, (xmlNodePtr) attr,
attr             6318 third_party/libxml/src/xmlschemas.c 			   xmlAttrPtr attr,
attr             6324 third_party/libxml/src/xmlschemas.c     if ((ctxt == NULL) || (type == NULL) || (attr == NULL))
attr             6327 third_party/libxml/src/xmlschemas.c     val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             6331 third_party/libxml/src/xmlschemas.c     return (xmlSchemaPValAttrNodeValue(ctxt, ownerItem, attr,
attr             6362 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             6379 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(ownerElem, name);
attr             6380 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             6385 third_party/libxml/src/xmlschemas.c     return (xmlSchemaPValAttrNode(ctxt, ownerItem, attr,
attr             6393 third_party/libxml/src/xmlschemas.c 		  xmlAttrPtr attr,
attr             6419 third_party/libxml/src/xmlschemas.c 	xmlNodePtr n = (attr != NULL) ? (xmlNodePtr) attr : node;
attr             6496 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             6513 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             6514 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             6515 third_party/libxml/src/xmlschemas.c 	if (((attr->ns == NULL) &&
attr             6516 third_party/libxml/src/xmlschemas.c 	    (!xmlStrEqual(attr->name, BAD_CAST "id"))) ||
attr             6517 third_party/libxml/src/xmlschemas.c 	    ((attr->ns != NULL) &&
attr             6518 third_party/libxml/src/xmlschemas.c 	    xmlStrEqual(attr->ns->href, xmlSchemaNs))) {
attr             6521 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             6523 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             6538 third_party/libxml/src/xmlschemas.c 	    attr = child->properties;
attr             6539 third_party/libxml/src/xmlschemas.c 	    while (attr != NULL) {
attr             6540 third_party/libxml/src/xmlschemas.c 		if (((attr->ns == NULL) &&
attr             6541 third_party/libxml/src/xmlschemas.c 		     (!xmlStrEqual(attr->name, BAD_CAST "source"))) ||
attr             6542 third_party/libxml/src/xmlschemas.c 		     ((attr->ns != NULL) &&
attr             6543 third_party/libxml/src/xmlschemas.c 		      xmlStrEqual(attr->ns->href, xmlSchemaNs))) {
attr             6546 third_party/libxml/src/xmlschemas.c 			XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             6548 third_party/libxml/src/xmlschemas.c 		attr = attr->next;
attr             6560 third_party/libxml/src/xmlschemas.c 	    attr = child->properties;
attr             6561 third_party/libxml/src/xmlschemas.c 	    while (attr != NULL) {
attr             6562 third_party/libxml/src/xmlschemas.c 		if (attr->ns == NULL) {
attr             6563 third_party/libxml/src/xmlschemas.c 		    if (!xmlStrEqual(attr->name, BAD_CAST "source")) {
attr             6565 third_party/libxml/src/xmlschemas.c 			    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             6568 third_party/libxml/src/xmlschemas.c 		    if (xmlStrEqual(attr->ns->href, xmlSchemaNs) ||
attr             6569 third_party/libxml/src/xmlschemas.c 			(xmlStrEqual(attr->name, BAD_CAST "lang") &&
attr             6570 third_party/libxml/src/xmlschemas.c 			(!xmlStrEqual(attr->ns->href, XML_XML_NAMESPACE)))) {
attr             6573 third_party/libxml/src/xmlschemas.c 			    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             6576 third_party/libxml/src/xmlschemas.c 		attr = attr->next;
attr             6581 third_party/libxml/src/xmlschemas.c 	    attr = xmlSchemaGetPropNodeNs(child, (const char *) XML_XML_NAMESPACE, "lang");
attr             6582 third_party/libxml/src/xmlschemas.c 	    if (attr != NULL)
attr             6583 third_party/libxml/src/xmlschemas.c 		xmlSchemaPValAttrNode(ctxt, NULL, attr,
attr             6713 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             6735 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "namespace");
attr             6736 third_party/libxml/src/xmlschemas.c     ns = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             6737 third_party/libxml/src/xmlschemas.c     if ((attr == NULL) || (xmlStrEqual(ns, BAD_CAST "##any")))
attr             6762 third_party/libxml/src/xmlschemas.c 		    NULL, (xmlNodePtr) attr,
attr             6777 third_party/libxml/src/xmlschemas.c 		    xmlSchemaPValAttrNodeValue(ctxt, NULL, attr,
attr             6878 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             6886 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             6887 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             6888 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             6889 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             6890 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
attr             6891 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
attr             6892 third_party/libxml/src/xmlschemas.c 	        (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
attr             6893 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
attr             6895 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             6897 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             6899 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             6901 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             7016 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             7029 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             7030 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             7031 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             7032 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             7033 third_party/libxml/src/xmlschemas.c 	        (!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
attr             7034 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "processContents"))) {
attr             7036 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7038 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             7040 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7042 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             7090 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             7104 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "ref");
attr             7105 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             7107 third_party/libxml/src/xmlschemas.c 	    NULL, attr, &tmpNs, &tmpName) != 0) {
attr             7110 third_party/libxml/src/xmlschemas.c 	if (xmlSchemaCheckReference(pctxt, schema, node, attr, tmpNs) != 0)
attr             7118 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             7119 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             7120 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             7122 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "id")) {
attr             7123 third_party/libxml/src/xmlschemas.c 		    xmlSchemaPValAttrNodeID(pctxt, attr);
attr             7125 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "ref")) {
attr             7129 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "name")) {
attr             7131 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "id")) {
attr             7132 third_party/libxml/src/xmlschemas.c 		    xmlSchemaPValAttrNodeID(pctxt, attr);
attr             7134 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "type")) {
attr             7136 third_party/libxml/src/xmlschemas.c 			attr, &tmpNs, &tmpName);
attr             7138 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "form")) {
attr             7144 third_party/libxml/src/xmlschemas.c 			(xmlNodePtr) attr);
attr             7151 third_party/libxml/src/xmlschemas.c 			    NULL, (xmlNodePtr) attr,
attr             7158 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->name, BAD_CAST "use")) {
attr             7160 third_party/libxml/src/xmlschemas.c 		attrValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
attr             7171 third_party/libxml/src/xmlschemas.c 			NULL, (xmlNodePtr) attr,
attr             7176 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->name, BAD_CAST "default")) {
attr             7184 third_party/libxml/src/xmlschemas.c 			NULL, attr, "default", "fixed");
attr             7186 third_party/libxml/src/xmlschemas.c 		    defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
attr             7190 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->name, BAD_CAST "fixed")) {
attr             7198 third_party/libxml/src/xmlschemas.c 			NULL, attr, "default", "fixed");
attr             7200 third_party/libxml/src/xmlschemas.c 		    defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
attr             7205 third_party/libxml/src/xmlschemas.c 	} else if (! xmlStrEqual(attr->ns->href, xmlSchemaNs))
attr             7209 third_party/libxml/src/xmlschemas.c 	    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7212 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             7251 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "name");
attr             7252 third_party/libxml/src/xmlschemas.c 	if (attr == NULL) {
attr             7257 third_party/libxml/src/xmlschemas.c 	if (xmlSchemaPValAttrNode(pctxt, NULL, attr,
attr             7268 third_party/libxml/src/xmlschemas.c 		NULL, (xmlNodePtr) attr,
attr             7480 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             7494 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "name");
attr             7495 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             7500 third_party/libxml/src/xmlschemas.c     if (xmlSchemaPValAttrNode(pctxt, NULL, attr,
attr             7511 third_party/libxml/src/xmlschemas.c 	    NULL, (xmlNodePtr) attr,
attr             7539 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             7540 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             7541 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             7542 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             7543 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "default")) &&
attr             7544 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
attr             7545 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "name")) &&
attr             7546 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "type")))
attr             7549 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7551 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             7553 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7555 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             7570 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "default");
attr             7571 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             7578 third_party/libxml/src/xmlschemas.c 		WXS_BASIC_CAST ret, attr, "default", "fixed");
attr             7580 third_party/libxml/src/xmlschemas.c 	    ret->defValue = xmlSchemaGetNodeContent(pctxt, (xmlNodePtr) attr);
attr             7632 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             7638 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "ref");
attr             7639 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             7646 third_party/libxml/src/xmlschemas.c 	NULL, attr, &refNs, &ref);
attr             7647 third_party/libxml/src/xmlschemas.c     if (xmlSchemaCheckReference(pctxt, schema, node, attr, refNs) != 0)
attr             7653 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             7654 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             7655 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             7656 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
attr             7657 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id")))
attr             7660 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7662 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             7664 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7666 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             7764 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             7770 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "name");
attr             7771 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             7781 third_party/libxml/src/xmlschemas.c 	NULL, attr,
attr             7792 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             7793 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             7794 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             7795 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
attr             7796 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id")))
attr             7799 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7801 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             7803 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             7805 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             7974 third_party/libxml/src/xmlschemas.c 			     xmlAttrPtr attr,
attr             7993 third_party/libxml/src/xmlschemas.c     if (attr == NULL)
attr             7996 third_party/libxml/src/xmlschemas.c 	node = (xmlNodePtr) attr;
attr             8015 third_party/libxml/src/xmlschemas.c 	if (attr == NULL)
attr             8018 third_party/libxml/src/xmlschemas.c 	    nsList = xmlGetNsList(attr->doc, attr->parent);
attr             8195 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             8200 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             8201 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             8202 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             8203 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             8204 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "xpath"))) {
attr             8206 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8208 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             8210 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8212 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             8228 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "xpath");
attr             8229 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             8235 third_party/libxml/src/xmlschemas.c 	item->xpath = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             8240 third_party/libxml/src/xmlschemas.c 	if (xmlSchemaCheckCSelectorXPath(ctxt, idc, item, attr,
attr             8243 third_party/libxml/src/xmlschemas.c 		(xmlNodePtr) attr,
attr             8293 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             8300 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             8301 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             8302 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             8303 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             8304 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "name")) &&
attr             8306 third_party/libxml/src/xmlschemas.c 		 (!xmlStrEqual(attr->name, BAD_CAST "refer")))) {
attr             8308 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8310 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             8312 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8314 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             8319 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "name");
attr             8320 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             8327 third_party/libxml/src/xmlschemas.c 	NULL, attr,
attr             8342 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "refer");
attr             8343 third_party/libxml/src/xmlschemas.c 	if (attr == NULL) {
attr             8357 third_party/libxml/src/xmlschemas.c 		NULL, attr,
attr             8360 third_party/libxml/src/xmlschemas.c 	    xmlSchemaCheckReference(ctxt, schema, node, attr,
attr             8442 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr, nameAttr;
attr             8460 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "ref");
attr             8461 third_party/libxml/src/xmlschemas.c     if ((topLevel) || (attr == NULL)) {
attr             8504 third_party/libxml/src/xmlschemas.c 	    NULL, attr, &refNs, &ref);
attr             8505 third_party/libxml/src/xmlschemas.c 	xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
attr             8516 third_party/libxml/src/xmlschemas.c 	attr = node->properties;
attr             8517 third_party/libxml/src/xmlschemas.c 	while (attr != NULL) {
attr             8518 third_party/libxml/src/xmlschemas.c 	    if (attr->ns == NULL) {
attr             8519 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "ref") ||
attr             8520 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "name") ||
attr             8521 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "id") ||
attr             8522 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "maxOccurs") ||
attr             8523 third_party/libxml/src/xmlschemas.c 		    xmlStrEqual(attr->name, BAD_CAST "minOccurs"))
attr             8525 third_party/libxml/src/xmlschemas.c 		    attr = attr->next;
attr             8531 third_party/libxml/src/xmlschemas.c 			NULL, NULL, attr,
attr             8536 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             8538 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8540 third_party/libxml/src/xmlschemas.c 	    attr = attr->next;
attr             8584 third_party/libxml/src/xmlschemas.c 	    attr = xmlSchemaGetPropNode(node, "form");
attr             8585 third_party/libxml/src/xmlschemas.c 	    if (attr != NULL) {
attr             8586 third_party/libxml/src/xmlschemas.c 		attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             8592 third_party/libxml/src/xmlschemas.c 			NULL, (xmlNodePtr) attr,
attr             8606 third_party/libxml/src/xmlschemas.c 	attr = node->properties;
attr             8607 third_party/libxml/src/xmlschemas.c 	while (attr != NULL) {
attr             8608 third_party/libxml/src/xmlschemas.c 	    if (attr->ns == NULL) {
attr             8609 third_party/libxml/src/xmlschemas.c 		if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
attr             8610 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "type")) &&
attr             8611 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             8612 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "default")) &&
attr             8613 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "fixed")) &&
attr             8614 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "block")) &&
attr             8615 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "nillable")))
attr             8618 third_party/libxml/src/xmlschemas.c 			if ((!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
attr             8619 third_party/libxml/src/xmlschemas.c 			    (!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
attr             8620 third_party/libxml/src/xmlschemas.c 			    (!xmlStrEqual(attr->name, BAD_CAST "form")))
attr             8623 third_party/libxml/src/xmlschemas.c 				XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8625 third_party/libxml/src/xmlschemas.c 		    } else if ((!xmlStrEqual(attr->name, BAD_CAST "final")) &&
attr             8626 third_party/libxml/src/xmlschemas.c 			(!xmlStrEqual(attr->name, BAD_CAST "abstract")) &&
attr             8627 third_party/libxml/src/xmlschemas.c 			(!xmlStrEqual(attr->name, BAD_CAST "substitutionGroup"))) {
attr             8630 third_party/libxml/src/xmlschemas.c 			    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8633 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             8636 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8638 third_party/libxml/src/xmlschemas.c 	    attr = attr->next;
attr             8657 third_party/libxml/src/xmlschemas.c 	    attr = xmlSchemaGetPropNode(node, "final");
attr             8658 third_party/libxml/src/xmlschemas.c 	    if (attr == NULL) {
attr             8664 third_party/libxml/src/xmlschemas.c 		attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             8671 third_party/libxml/src/xmlschemas.c 			NULL, (xmlNodePtr) attr,
attr             8680 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "block");
attr             8681 third_party/libxml/src/xmlschemas.c 	if (attr == NULL) {
attr             8692 third_party/libxml/src/xmlschemas.c 	    attrValue = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             8700 third_party/libxml/src/xmlschemas.c 		    NULL, (xmlNodePtr) attr,
attr             8709 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "type");
attr             8710 third_party/libxml/src/xmlschemas.c 	if (attr != NULL) {
attr             8712 third_party/libxml/src/xmlschemas.c 		NULL, attr,
attr             8715 third_party/libxml/src/xmlschemas.c 		attr, decl->namedTypeNs);
attr             8718 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "fixed");
attr             8719 third_party/libxml/src/xmlschemas.c 	if (attr != NULL) {
attr             8720 third_party/libxml/src/xmlschemas.c 	    fixed = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             8728 third_party/libxml/src/xmlschemas.c 		    NULL, attr, "default", "fixed");
attr             8838 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             8857 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             8858 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             8859 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             8860 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             8861 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "memberTypes"))) {
attr             8863 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8865 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             8867 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             8869 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             8876 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "memberTypes");
attr             8877 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             8884 third_party/libxml/src/xmlschemas.c 	cur = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             8896 third_party/libxml/src/xmlschemas.c 		NULL, attr, BAD_CAST tmp, &nsName, &localName) == 0) {
attr             8974 third_party/libxml/src/xmlschemas.c     if ((attr == NULL) && (type->subtypes == NULL)) {
attr             9007 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             9025 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             9026 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             9027 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             9028 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             9029 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "itemType"))) {
attr             9031 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9033 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             9035 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9037 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             9119 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             9126 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "name");
attr             9127 third_party/libxml/src/xmlschemas.c 	if (attr == NULL) {
attr             9135 third_party/libxml/src/xmlschemas.c 		NULL, attr,
attr             9193 third_party/libxml/src/xmlschemas.c 	attr = node->properties;
attr             9194 third_party/libxml/src/xmlschemas.c 	while (attr != NULL) {
attr             9195 third_party/libxml/src/xmlschemas.c 	    if (attr->ns == NULL) {
attr             9196 third_party/libxml/src/xmlschemas.c 		if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
attr             9198 third_party/libxml/src/xmlschemas.c 			XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9200 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             9202 third_party/libxml/src/xmlschemas.c 			XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9204 third_party/libxml/src/xmlschemas.c 	    attr = attr->next;
attr             9222 third_party/libxml/src/xmlschemas.c 	attr = node->properties;
attr             9223 third_party/libxml/src/xmlschemas.c 	while (attr != NULL) {
attr             9224 third_party/libxml/src/xmlschemas.c 	    if (attr->ns == NULL) {
attr             9225 third_party/libxml/src/xmlschemas.c 		if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             9226 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "name")) &&
attr             9227 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "final"))) {
attr             9229 third_party/libxml/src/xmlschemas.c 			XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9231 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             9233 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9235 third_party/libxml/src/xmlschemas.c 	    attr = attr->next;
attr             9240 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "final");
attr             9241 third_party/libxml/src/xmlschemas.c 	if (attr == NULL) {
attr             9257 third_party/libxml/src/xmlschemas.c 		    WXS_BASIC_CAST type, (xmlNodePtr) attr,
attr             9333 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             9340 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "ref");
attr             9341 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             9347 third_party/libxml/src/xmlschemas.c 	attr, &refNs, &ref) != 0) {
attr             9350 third_party/libxml/src/xmlschemas.c     xmlSchemaCheckReference(ctxt, schema, node, attr, refNs);
attr             9357 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             9358 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             9359 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             9360 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "ref")) &&
attr             9361 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             9362 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "minOccurs")) &&
attr             9363 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "maxOccurs"))) {
attr             9365 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9367 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             9369 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9371 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             9435 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             9441 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "name");
attr             9442 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             9448 third_party/libxml/src/xmlschemas.c     } else if (xmlSchemaPValAttrNode(ctxt, NULL, attr,
attr             9459 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             9460 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             9461 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             9462 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "name")) &&
attr             9463 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "id"))) {
attr             9465 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9467 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             9469 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             9471 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             9614 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             9638 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "targetNamespace");
attr             9639 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             9640 third_party/libxml/src/xmlschemas.c 	res = xmlSchemaPValAttrNode(ctxt, NULL, attr,
attr             9648 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "elementFormDefault");
attr             9649 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             9650 third_party/libxml/src/xmlschemas.c 	val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             9657 third_party/libxml/src/xmlschemas.c 		NULL, (xmlNodePtr) attr, NULL,
attr             9661 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "attributeFormDefault");
attr             9662 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             9663 third_party/libxml/src/xmlschemas.c 	val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             9670 third_party/libxml/src/xmlschemas.c 		NULL, (xmlNodePtr) attr, NULL,
attr             9674 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "finalDefault");
attr             9675 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             9676 third_party/libxml/src/xmlschemas.c 	val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             9687 third_party/libxml/src/xmlschemas.c 		NULL, (xmlNodePtr) attr, NULL,
attr             9692 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "blockDefault");
attr             9693 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             9694 third_party/libxml/src/xmlschemas.c 	val = xmlSchemaGetNodeContent(ctxt, (xmlNodePtr) attr);
attr             9703 third_party/libxml/src/xmlschemas.c 		NULL, (xmlNodePtr) attr, NULL,
attr             10693 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             10703 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             10704 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             10705 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             10706 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             10707 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "namespace")) &&
attr             10708 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
attr             10710 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             10712 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             10714 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             10716 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             10840 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             10851 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             10852 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             10853 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             10854 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             10855 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "schemaLocation"))) {
attr             10857 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             10859 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             10861 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             10863 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             10873 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetPropNode(node, "schemaLocation");
attr             10874 third_party/libxml/src/xmlschemas.c     if (attr != NULL) {
attr             10878 third_party/libxml/src/xmlschemas.c 	if (xmlSchemaPValAttrNode(pctxt, NULL, attr,
attr             11199 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             11232 third_party/libxml/src/xmlschemas.c 	attr = node->properties;
attr             11233 third_party/libxml/src/xmlschemas.c 	while (attr != NULL) {
attr             11234 third_party/libxml/src/xmlschemas.c 	    if (attr->ns == NULL) {
attr             11235 third_party/libxml/src/xmlschemas.c 		if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             11236 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "maxOccurs")) &&
attr             11237 third_party/libxml/src/xmlschemas.c 		    (!xmlStrEqual(attr->name, BAD_CAST "minOccurs"))) {
attr             11239 third_party/libxml/src/xmlschemas.c 			XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11241 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             11243 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11245 third_party/libxml/src/xmlschemas.c 	    attr = attr->next;
attr             11251 third_party/libxml/src/xmlschemas.c 	attr = node->properties;
attr             11252 third_party/libxml/src/xmlschemas.c 	while (attr != NULL) {
attr             11253 third_party/libxml/src/xmlschemas.c 	    if (attr->ns == NULL) {
attr             11254 third_party/libxml/src/xmlschemas.c 		if (!xmlStrEqual(attr->name, BAD_CAST "id")) {
attr             11256 third_party/libxml/src/xmlschemas.c 			XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11258 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             11260 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11262 third_party/libxml/src/xmlschemas.c 	    attr = attr->next;
attr             11463 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             11474 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             11475 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             11476 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             11477 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             11478 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "base"))) {
attr             11480 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11482 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             11484 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11486 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             11767 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             11778 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             11779 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             11780 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             11781 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             11782 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "base"))) {
attr             11784 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11786 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             11788 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11790 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             11903 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             11915 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             11916 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             11917 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             11918 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id"))) {
attr             11920 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11922 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             11924 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             11926 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             11993 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             12004 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             12005 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             12006 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             12007 third_party/libxml/src/xmlschemas.c 	    if ((!xmlStrEqual(attr->name, BAD_CAST "id")) &&
attr             12008 third_party/libxml/src/xmlschemas.c 		(!xmlStrEqual(attr->name, BAD_CAST "mixed")))
attr             12011 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             12013 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             12015 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             12017 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             12088 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             12102 third_party/libxml/src/xmlschemas.c 	attr = xmlSchemaGetPropNode(node, "name");
attr             12103 third_party/libxml/src/xmlschemas.c 	if (attr == NULL) {
attr             12107 third_party/libxml/src/xmlschemas.c 	} else if (xmlSchemaPValAttrNode(ctxt, NULL, attr,
attr             12153 third_party/libxml/src/xmlschemas.c     attr = node->properties;
attr             12154 third_party/libxml/src/xmlschemas.c     while (attr != NULL) {
attr             12155 third_party/libxml/src/xmlschemas.c 	if (attr->ns == NULL) {
attr             12156 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->name, BAD_CAST "id")) {
attr             12161 third_party/libxml/src/xmlschemas.c 	    } else if (xmlStrEqual(attr->name, BAD_CAST "mixed")) {
attr             12166 third_party/libxml/src/xmlschemas.c 			NULL, (xmlNodePtr) attr))
attr             12172 third_party/libxml/src/xmlschemas.c 		if (xmlStrEqual(attr->name, BAD_CAST "name")) {
attr             12174 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "abstract")) {
attr             12179 third_party/libxml/src/xmlschemas.c 			    NULL, (xmlNodePtr) attr))
attr             12181 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "final")) {
attr             12186 third_party/libxml/src/xmlschemas.c 			(xmlNodePtr) attr);
attr             12196 third_party/libxml/src/xmlschemas.c 			    NULL, (xmlNodePtr) attr, NULL,
attr             12201 third_party/libxml/src/xmlschemas.c 		} else if (xmlStrEqual(attr->name, BAD_CAST "block")) {
attr             12206 third_party/libxml/src/xmlschemas.c 			(xmlNodePtr) attr);
attr             12214 third_party/libxml/src/xmlschemas.c 			    NULL, (xmlNodePtr) attr, NULL,
attr             12221 third_party/libxml/src/xmlschemas.c 			    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             12225 third_party/libxml/src/xmlschemas.c 		    XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             12227 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->ns->href, xmlSchemaNs)) {
attr             12229 third_party/libxml/src/xmlschemas.c 		XML_SCHEMAP_S4S_ATTR_NOT_ALLOWED, NULL, attr);
attr             12231 third_party/libxml/src/xmlschemas.c 	attr = attr->next;
attr             19458 third_party/libxml/src/xmlschemas.c 			       xmlSchemaAttributePtr attr)
attr             19469 third_party/libxml/src/xmlschemas.c     if (WXS_ATTR_TYPEDEF(attr) == NULL)
attr             19472 third_party/libxml/src/xmlschemas.c     if (attr->defValue != NULL) {
attr             19481 third_party/libxml/src/xmlschemas.c 	    WXS_ATTR_TYPEDEF(attr), XML_SCHEMAS_ID))
attr             19485 third_party/libxml/src/xmlschemas.c 		NULL, WXS_BASIC_CAST attr,
attr             19500 third_party/libxml/src/xmlschemas.c 	    attr->node, WXS_ATTR_TYPEDEF(attr),
attr             19501 third_party/libxml/src/xmlschemas.c 	    attr->defValue, &(attr->defVal),
attr             19511 third_party/libxml/src/xmlschemas.c 		NULL, WXS_BASIC_CAST attr,
attr             23935 third_party/libxml/src/xmlschemas.c     xmlSchemaAttrInfoPtr attr;
attr             23937 third_party/libxml/src/xmlschemas.c     attr = xmlSchemaGetFreshAttrInfo(vctxt);
attr             23938 third_party/libxml/src/xmlschemas.c     if (attr == NULL) {
attr             23943 third_party/libxml/src/xmlschemas.c     attr->node = attrNode;
attr             23944 third_party/libxml/src/xmlschemas.c     attr->nodeLine = nodeLine;
attr             23945 third_party/libxml/src/xmlschemas.c     attr->state = XML_SCHEMAS_ATTR_UNKNOWN;
attr             23946 third_party/libxml/src/xmlschemas.c     attr->localName = localName;
attr             23947 third_party/libxml/src/xmlschemas.c     attr->nsName = nsName;
attr             23949 third_party/libxml/src/xmlschemas.c 	attr->flags |= XML_SCHEMA_NODE_INFO_FLAG_OWNED_NAMES;
attr             23955 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
attr             23956 third_party/libxml/src/xmlschemas.c 		attr->metaType = XML_SCHEMA_ATTR_INFO_META_XSI_NIL;
attr             23959 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
attr             23960 third_party/libxml/src/xmlschemas.c 		attr->metaType = XML_SCHEMA_ATTR_INFO_META_XSI_TYPE;
attr             23963 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
attr             23964 third_party/libxml/src/xmlschemas.c 		attr->metaType = XML_SCHEMA_ATTR_INFO_META_XSI_SCHEMA_LOC;
attr             23967 third_party/libxml/src/xmlschemas.c 	    if (xmlStrEqual(attr->nsName, xmlSchemaInstanceNs)) {
attr             23968 third_party/libxml/src/xmlschemas.c 		attr->metaType = XML_SCHEMA_ATTR_INFO_META_XSI_NO_NS_SCHEMA_LOC;
attr             23970 third_party/libxml/src/xmlschemas.c 	} else if (xmlStrEqual(attr->nsName, xmlNamespaceNs)) {
attr             23971 third_party/libxml/src/xmlschemas.c 	    attr->metaType = XML_SCHEMA_ATTR_INFO_META_XMLNS;
attr             23974 third_party/libxml/src/xmlschemas.c     attr->value = value;
attr             23976 third_party/libxml/src/xmlschemas.c 	attr->flags |= XML_SCHEMA_NODE_INFO_FLAG_OWNED_VALUES;
attr             23977 third_party/libxml/src/xmlschemas.c     if (attr->metaType != 0)
attr             23978 third_party/libxml/src/xmlschemas.c 	attr->state = XML_SCHEMAS_ATTR_META;
attr             25129 third_party/libxml/src/xmlschemas.c     xmlSchemaAttrInfoPtr attr;
attr             25134 third_party/libxml/src/xmlschemas.c 	attr = vctxt->attrInfos[i];
attr             25135 third_party/libxml/src/xmlschemas.c 	if (attr->flags & XML_SCHEMA_NODE_INFO_FLAG_OWNED_NAMES) {
attr             25136 third_party/libxml/src/xmlschemas.c 	    if (attr->localName != NULL)
attr             25137 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->localName);
attr             25138 third_party/libxml/src/xmlschemas.c 	    if (attr->nsName != NULL)
attr             25139 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->nsName);
attr             25141 third_party/libxml/src/xmlschemas.c 	if (attr->flags & XML_SCHEMA_NODE_INFO_FLAG_OWNED_VALUES) {
attr             25142 third_party/libxml/src/xmlschemas.c 	    if (attr->value != NULL)
attr             25143 third_party/libxml/src/xmlschemas.c 		xmlFree((xmlChar *) attr->value);
attr             25145 third_party/libxml/src/xmlschemas.c 	if (attr->val != NULL) {
attr             25146 third_party/libxml/src/xmlschemas.c 	    xmlSchemaFreeValue(attr->val);
attr             25147 third_party/libxml/src/xmlschemas.c 	    attr->val = NULL;
attr             25149 third_party/libxml/src/xmlschemas.c 	memset(attr, 0, sizeof(xmlSchemaAttrInfo));
attr             27606 third_party/libxml/src/xmlschemas.c 	xmlSchemaAttrInfoPtr attr;
attr             27612 third_party/libxml/src/xmlschemas.c 	    attr = ctxt->attrInfos[i];
attr             27613 third_party/libxml/src/xmlschemas.c 	    xmlFree(attr);
attr             27781 third_party/libxml/src/xmlschemas.c     xmlAttrPtr attr;
attr             27822 third_party/libxml/src/xmlschemas.c 		attr = node->properties;
attr             27824 third_party/libxml/src/xmlschemas.c 		    if (attr->ns != NULL)
attr             27825 third_party/libxml/src/xmlschemas.c 			nsName = attr->ns->href;
attr             27829 third_party/libxml/src/xmlschemas.c 			(xmlNodePtr) attr,
attr             27835 third_party/libxml/src/xmlschemas.c 			attr->name, nsName, 0,
attr             27836 third_party/libxml/src/xmlschemas.c 			xmlNodeListGetString(attr->doc, attr->children, 1), 1);
attr             27842 third_party/libxml/src/xmlschemas.c 		    attr = attr->next;
attr             27843 third_party/libxml/src/xmlschemas.c 		} while (attr);
attr             2738 third_party/libxml/src/xmlschemastypes.c                 xmlAttrPtr attr = (xmlAttrPtr) node;
attr             2743 third_party/libxml/src/xmlschemastypes.c                 if (attr->atype != XML_ATTRIBUTE_ID) {
attr             2749 third_party/libxml/src/xmlschemastypes.c                         res = xmlAddID(NULL, node->doc, strip, attr);
attr             2752 third_party/libxml/src/xmlschemastypes.c                         res = xmlAddID(NULL, node->doc, value, attr);
attr             2756 third_party/libxml/src/xmlschemastypes.c                         attr->atype = XML_ATTRIBUTE_ID;
attr             2772 third_party/libxml/src/xmlschemastypes.c                 xmlAttrPtr attr = (xmlAttrPtr) node;
attr             2777 third_party/libxml/src/xmlschemastypes.c                     xmlAddRef(NULL, node->doc, strip, attr);
attr             2780 third_party/libxml/src/xmlschemastypes.c                     xmlAddRef(NULL, node->doc, value, attr);
attr             2781 third_party/libxml/src/xmlschemastypes.c                 attr->atype = XML_ATTRIBUTE_IDREF;
attr             2793 third_party/libxml/src/xmlschemastypes.c                 xmlAttrPtr attr = (xmlAttrPtr) node;
attr             2795 third_party/libxml/src/xmlschemastypes.c                 attr->atype = XML_ATTRIBUTE_IDREFS;
attr             2824 third_party/libxml/src/xmlschemastypes.c                     xmlAttrPtr attr = (xmlAttrPtr) node;
attr             2826 third_party/libxml/src/xmlschemastypes.c                     attr->atype = XML_ATTRIBUTE_ENTITY;
attr             2841 third_party/libxml/src/xmlschemastypes.c                 xmlAttrPtr attr = (xmlAttrPtr) node;
attr             2843 third_party/libxml/src/xmlschemastypes.c                 attr->atype = XML_ATTRIBUTE_ENTITIES;
attr             8461 third_party/libxml/src/xpath.c     xmlAttrPtr attr;
attr             8484 third_party/libxml/src/xpath.c 	    attr = xmlGetID(doc, ID);
attr             8485 third_party/libxml/src/xpath.c 	    if (attr != NULL) {
attr             8486 third_party/libxml/src/xpath.c 		if (attr->type == XML_ATTRIBUTE_NODE)
attr             8487 third_party/libxml/src/xpath.c 		    elem = attr->parent;
attr             8488 third_party/libxml/src/xpath.c 		else if (attr->type == XML_ELEMENT_NODE)
attr             8489 third_party/libxml/src/xpath.c 		    elem = (xmlNodePtr) attr;
attr             12344 third_party/libxml/src/xpath.c                                 xmlAttrPtr attr = (xmlAttrPtr) cur;
attr             12346 third_party/libxml/src/xpath.c                                 if (xmlStrEqual(name, attr->name)) {
attr             12348 third_party/libxml/src/xpath.c                                         if ((attr->ns == NULL) ||
attr             12349 third_party/libxml/src/xpath.c                                             (attr->ns->prefix == NULL))
attr             12354 third_party/libxml/src/xpath.c                                         if ((attr->ns != NULL) &&
attr             12356 third_party/libxml/src/xpath.c 					      attr->ns->href)))
attr               89 third_party/libxslt/libxslt/attributes.c     xmlNodePtr attr;	/* the xsl:attribute definition */
attr              109 third_party/libxslt/libxslt/attributes.c xsltNewAttrElem(xmlNodePtr attr) {
attr              119 third_party/libxslt/libxslt/attributes.c     cur->attr = attr;
attr              130 third_party/libxslt/libxslt/attributes.c xsltFreeAttrElem(xsltAttrElemPtr attr) {
attr              131 third_party/libxslt/libxslt/attributes.c     xmlFree(attr);
attr              166 third_party/libxslt/libxslt/attributes.c xsltAddAttrElemList(xsltAttrElemPtr list, xmlNodePtr attr) {
attr              169 third_party/libxslt/libxslt/attributes.c     if (attr == NULL)
attr              172 third_party/libxslt/libxslt/attributes.c 	return(xsltNewAttrElem(attr));
attr              176 third_party/libxslt/libxslt/attributes.c 	if (cur->attr == attr)
attr              179 third_party/libxslt/libxslt/attributes.c 	    cur->next = xsltNewAttrElem(attr);
attr              205 third_party/libxslt/libxslt/attributes.c 	if ((old->attr == NULL) && (old->set == NULL)) {
attr              215 third_party/libxslt/libxslt/attributes.c 	    if ((cur->attr == NULL) && (cur->set == NULL)) {
attr              237 third_party/libxslt/libxslt/attributes.c 	    if (cur->attr == old->attr) {
attr              253 third_party/libxslt/libxslt/attributes.c 		list = xsltNewAttrElem(old->attr);
attr              260 third_party/libxslt/libxslt/attributes.c 		cur->next = xsltNewAttrElem(old->attr);
attr              368 third_party/libxslt/libxslt/attributes.c 		    if (curAttr->attr == child) {
attr              657 third_party/libxslt/libxslt/attributes.c     xmlAttrPtr attr;    
attr              856 third_party/libxslt/libxslt/attributes.c 	attr = xmlHasNsProp(targetElem, name, nsName);
attr              857 third_party/libxslt/libxslt/attributes.c 	if (attr != NULL)
attr              927 third_party/libxslt/libxslt/attributes.c 	attr = xmlSetNsProp(ctxt->insert, ns, name, (const xmlChar *) "");
attr              937 third_party/libxslt/libxslt/attributes.c 	attr = xmlSetNsProp(ctxt->insert, ns, name, NULL);
attr              938 third_party/libxslt/libxslt/attributes.c 	if (attr == NULL) /* TODO: report error ? */
attr              970 third_party/libxslt/libxslt/attributes.c 	attr->children = attr->last = copyTxt;
attr              971 third_party/libxslt/libxslt/attributes.c 	copyTxt->parent = (xmlNodePtr) attr;
attr              972 third_party/libxslt/libxslt/attributes.c 	copyTxt->doc = attr->doc;
attr              986 third_party/libxslt/libxslt/attributes.c             (xmlIsID(attr->doc, attr->parent, attr)))
attr              987 third_party/libxslt/libxslt/attributes.c             xmlAddID(NULL, attr->doc, copyTxt->content, attr);
attr              994 third_party/libxslt/libxslt/attributes.c 	    attr = xmlSetNsProp(ctxt->insert, ns, name, value);
attr             1002 third_party/libxslt/libxslt/attributes.c 	    attr = xmlSetNsProp(ctxt->insert, ns, name,
attr             1102 third_party/libxslt/libxslt/attributes.c                 if ((attrs != NULL) && (attrs->attr != NULL))
attr             1103 third_party/libxslt/libxslt/attributes.c                     xslHandleDebugger(attrs->attr->parent, node, NULL,
attr             1114 third_party/libxslt/libxslt/attributes.c                     if (attrs->attr != NULL) {
attr             1115 third_party/libxslt/libxslt/attributes.c                         xsltAttributeInternal(ctxt, node, attrs->attr,
attr             1116 third_party/libxslt/libxslt/attributes.c 			    attrs->attr->psvi, 1);
attr              171 third_party/libxslt/libxslt/attrvt.c xsltCompileAttr(xsltStylesheetPtr style, xmlAttrPtr attr) {
attr              179 third_party/libxslt/libxslt/attrvt.c     if ((style == NULL) || (attr == NULL) || (attr->children == NULL))
attr              181 third_party/libxslt/libxslt/attrvt.c     if ((attr->children->type != XML_TEXT_NODE) || 
attr              182 third_party/libxslt/libxslt/attrvt.c         (attr->children->next != NULL)) {
attr              183 third_party/libxslt/libxslt/attrvt.c         xsltTransformError(NULL, style, attr->parent,
attr              185 third_party/libxslt/libxslt/attrvt.c 	    "node when compiling an AVT.\n", attr->name);
attr              189 third_party/libxslt/libxslt/attrvt.c     str = attr->children->content;
attr              195 third_party/libxslt/libxslt/attrvt.c 		    "Found AVT %s: %s\n", attr->name, str);
attr              197 third_party/libxslt/libxslt/attrvt.c     if (attr->psvi != NULL) {
attr              200 third_party/libxslt/libxslt/attrvt.c 			"AVT %s: already compiled\n", attr->name);
attr              210 third_party/libxslt/libxslt/attrvt.c     attr->psvi = avt;
attr              212 third_party/libxslt/libxslt/attrvt.c     avt->nsList = xmlGetNsList(attr->doc, attr->parent);
attr              259 third_party/libxslt/libxslt/attrvt.c 	        xsltTransformError(NULL, style, attr->parent,
attr              261 third_party/libxslt/libxslt/attrvt.c 		     attr->name);
attr              278 third_party/libxslt/libxslt/attrvt.c 		    xsltTransformError(NULL, style, attr->parent,
attr              280 third_party/libxslt/libxslt/attrvt.c 			 "'%s' in the AVT.\n", attr->name, expr);
attr              306 third_party/libxslt/libxslt/attrvt.c 	        xsltTransformError(NULL, style, attr->parent,
attr              308 third_party/libxslt/libxslt/attrvt.c 		     attr->name);
attr              326 third_party/libxslt/libxslt/attrvt.c         xsltTransformError(NULL, style, attr->parent,
attr              329 third_party/libxslt/libxslt/attrvt.c         if (attr->psvi != avt) {  /* may have changed from realloc */
attr              330 third_party/libxslt/libxslt/attrvt.c             attr->psvi = avt;
attr              521 third_party/libxslt/libxslt/namespaces.c 		xmlAttrPtr attr = target->properties;
attr              523 third_party/libxslt/libxslt/namespaces.c 		    if ((attr->ns) &&
attr              524 third_party/libxslt/libxslt/namespaces.c 			xmlStrEqual(attr->ns->prefix, nsPrefix))
attr              537 third_party/libxslt/libxslt/namespaces.c 		    attr = attr->next;
attr              538 third_party/libxslt/libxslt/namespaces.c 		} while (attr != NULL);
attr             2325 third_party/libxslt/libxslt/pattern.c 	        xmlAttrPtr attr;
attr             2328 third_party/libxslt/libxslt/pattern.c 		attr = (xmlAttrPtr) node;
attr             2329 third_party/libxslt/libxslt/pattern.c 		if (attr->psvi != NULL) keyed = 1;
attr              464 third_party/libxslt/libxslt/templates.c 	                xmlAttrPtr attr)
attr              469 third_party/libxslt/libxslt/templates.c     if ((ctxt == NULL) || (attr == NULL) || (target == NULL))
attr              472 third_party/libxslt/libxslt/templates.c     if (attr->type != XML_ATTRIBUTE_NODE)
attr              479 third_party/libxslt/libxslt/templates.c     if (attr->psvi == xsltXSLTAttrMarker)
attr              482 third_party/libxslt/libxslt/templates.c     if ((attr->ns != NULL) && xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
attr              488 third_party/libxslt/libxslt/templates.c     if (attr->children != NULL) {
attr              489 third_party/libxslt/libxslt/templates.c 	if ((attr->children->type != XML_TEXT_NODE) ||
attr              490 third_party/libxslt/libxslt/templates.c 	    (attr->children->next != NULL))
attr              492 third_party/libxslt/libxslt/templates.c 	    xsltTransformError(ctxt, NULL, attr->parent,
attr              497 third_party/libxslt/libxslt/templates.c 	value = attr->children->content;
attr              507 third_party/libxslt/libxslt/templates.c         if (((attr->ns != NULL) == (ret->ns != NULL)) &&
attr              508 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(ret->name, attr->name) &&
attr              509 third_party/libxslt/libxslt/templates.c 	    ((attr->ns == NULL) || xmlStrEqual(ret->ns->href, attr->ns->href)))
attr              523 third_party/libxslt/libxslt/templates.c 	    (! xmlStrEqual(ret->ns->prefix, attr->ns->prefix)))
attr              525 third_party/libxslt/libxslt/templates.c 	    ret->ns = xsltGetNamespace(ctxt, attr->parent, attr->ns, target);
attr              529 third_party/libxslt/libxslt/templates.c 	if (attr->ns != NULL)
attr              531 third_party/libxslt/libxslt/templates.c 		xsltGetNamespace(ctxt, attr->parent, attr->ns, target),
attr              532 third_party/libxslt/libxslt/templates.c 		    attr->name, NULL);
attr              534 third_party/libxslt/libxslt/templates.c 	    ret = xmlNewNsProp(target, NULL, attr->name, NULL);	
attr              548 third_party/libxslt/libxslt/templates.c 	    if (attr->psvi != NULL) {
attr              553 third_party/libxslt/libxslt/templates.c 		val = xsltEvalAVT(ctxt, attr->psvi, attr->parent);
attr              559 third_party/libxslt/libxslt/templates.c 		    if (attr->ns) {
attr              560 third_party/libxslt/libxslt/templates.c 			xsltTransformError(ctxt, NULL, attr->parent,
attr              563 third_party/libxslt/libxslt/templates.c 			    attr->ns->href, attr->name);
attr              565 third_party/libxslt/libxslt/templates.c 			xsltTransformError(ctxt, NULL, attr->parent,
attr              568 third_party/libxslt/libxslt/templates.c 			    attr->name);
attr              584 third_party/libxslt/libxslt/templates.c 	if (attr->ns) {
attr              585 third_party/libxslt/libxslt/templates.c 	    xsltTransformError(ctxt, NULL, attr->parent,
attr              587 third_party/libxslt/libxslt/templates.c 		attr->ns->href, attr->name);
attr              589 third_party/libxslt/libxslt/templates.c 	    xsltTransformError(ctxt, NULL, attr->parent,
attr              591 third_party/libxslt/libxslt/templates.c 		attr->name);
attr              621 third_party/libxslt/libxslt/templates.c     xmlAttrPtr attr, copy, last;
attr              643 third_party/libxslt/libxslt/templates.c     attr = attrs;
attr              649 third_party/libxslt/libxslt/templates.c 	if (attr->psvi == xsltXSLTAttrMarker) {
attr              653 third_party/libxslt/libxslt/templates.c 	if ((attr->ns != NULL) &&
attr              654 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
attr              662 third_party/libxslt/libxslt/templates.c 	if (attr->children != NULL) {
attr              663 third_party/libxslt/libxslt/templates.c 	    if ((attr->children->type != XML_TEXT_NODE) ||
attr              664 third_party/libxslt/libxslt/templates.c 		(attr->children->next != NULL))
attr              666 third_party/libxslt/libxslt/templates.c 		xsltTransformError(ctxt, NULL, attr->parent,
attr              671 third_party/libxslt/libxslt/templates.c 	    value = attr->children->content;
attr              680 third_party/libxslt/libxslt/templates.c 	copy = xmlNewDocProp(target->doc, attr->name, NULL);
attr              682 third_party/libxslt/libxslt/templates.c 	    if (attr->ns) {
attr              683 third_party/libxslt/libxslt/templates.c 		xsltTransformError(ctxt, NULL, attr->parent,
attr              685 third_party/libxslt/libxslt/templates.c 		    attr->ns->href, attr->name);
attr              687 third_party/libxslt/libxslt/templates.c 		xsltTransformError(ctxt, NULL, attr->parent,
attr              689 third_party/libxslt/libxslt/templates.c 		    attr->name);
attr              708 third_party/libxslt/libxslt/templates.c 	if (attr->ns != origNs) {
attr              709 third_party/libxslt/libxslt/templates.c 	    origNs = attr->ns;
attr              710 third_party/libxslt/libxslt/templates.c 	    if (attr->ns != NULL) {
attr              712 third_party/libxslt/libxslt/templates.c 		copyNs = xsltGetSpecialNamespace(ctxt, attr->parent,
attr              713 third_party/libxslt/libxslt/templates.c 		    attr->ns->href, attr->ns->prefix, target);
attr              715 third_party/libxslt/libxslt/templates.c 		copyNs = xsltGetNamespace(ctxt, attr->parent,
attr              716 third_party/libxslt/libxslt/templates.c 		    attr->ns, target);
attr              734 third_party/libxslt/libxslt/templates.c 	    if (attr->psvi != NULL) {
attr              738 third_party/libxslt/libxslt/templates.c 		valueAVT = xsltEvalAVT(ctxt, attr->psvi, attr->parent);
attr              744 third_party/libxslt/libxslt/templates.c 		    if (attr->ns) {
attr              745 third_party/libxslt/libxslt/templates.c 			xsltTransformError(ctxt, NULL, attr->parent,
attr              748 third_party/libxslt/libxslt/templates.c 			    attr->ns->href, attr->name);
attr              750 third_party/libxslt/libxslt/templates.c 			xsltTransformError(ctxt, NULL, attr->parent,
attr              753 third_party/libxslt/libxslt/templates.c 			    attr->name);
attr              775 third_party/libxslt/libxslt/templates.c 	attr = attr->next;
attr              776 third_party/libxslt/libxslt/templates.c     } while (attr != NULL);
attr              783 third_party/libxslt/libxslt/templates.c     attr = attrs;
attr              786 third_party/libxslt/libxslt/templates.c 	if ((attr->psvi == xsltXSLTAttrMarker) &&
attr              787 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->name, (const xmlChar *)"use-attribute-sets"))
attr              789 third_party/libxslt/libxslt/templates.c 	    xsltApplyAttributeSet(ctxt, ctxt->node, (xmlNodePtr) attr, NULL);
attr              792 third_party/libxslt/libxslt/templates.c 	if ((attr->ns != NULL) &&
attr              793 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->name, (const xmlChar *)"use-attribute-sets") &&
attr              794 third_party/libxslt/libxslt/templates.c 	    xmlStrEqual(attr->ns->href, XSLT_NAMESPACE))
attr              796 third_party/libxslt/libxslt/templates.c 	    xsltApplyAttributeSet(ctxt, ctxt->node, (xmlNodePtr) attr, NULL);
attr              799 third_party/libxslt/libxslt/templates.c 	attr = attr->next;
attr              800 third_party/libxslt/libxslt/templates.c     } while (attr != NULL);
attr               64 third_party/libxslt/libxslt/templates.h 						 xmlAttrPtr attr);
attr               67 third_party/libxslt/libxslt/templates.h 						 const xmlChar* attr);
attr              984 third_party/libxslt/libxslt/transform.c 	     xmlNodePtr target, xmlAttrPtr attr)
attr              989 third_party/libxslt/libxslt/transform.c     if (attr == NULL)
attr             1005 third_party/libxslt/libxslt/transform.c     value = xmlNodeListGetString(attr->doc, attr->children, 1);
attr             1006 third_party/libxslt/libxslt/transform.c     if (attr->ns != NULL) {
attr             1010 third_party/libxslt/libxslt/transform.c 	    attr->ns->href, attr->ns->prefix, target);
attr             1015 third_party/libxslt/libxslt/transform.c 		attr->ns->href, attr->name);
attr             1024 third_party/libxslt/libxslt/transform.c 	copy = xmlSetNsProp(target, ns, attr->name, value);
attr             1026 third_party/libxslt/libxslt/transform.c 	copy = xmlSetNsProp(target, NULL, attr->name, value);
attr             1045 third_party/libxslt/libxslt/transform.c     value = xmlNodeListGetString(attr->doc, attr->children, 1);
attr             1084 third_party/libxslt/libxslt/transform.c 			    xmlNodePtr target, xmlAttrPtr attr)
attr             1094 third_party/libxslt/libxslt/transform.c     while (attr != NULL) {
attr             1099 third_party/libxslt/libxslt/transform.c 	if (attr->ns != origNs) {
attr             1100 third_party/libxslt/libxslt/transform.c 	    origNs = attr->ns;
attr             1101 third_party/libxslt/libxslt/transform.c 	    if (attr->ns != NULL) {
attr             1103 third_party/libxslt/libxslt/transform.c 		    attr->ns->href, attr->ns->prefix, target);
attr             1113 third_party/libxslt/libxslt/transform.c 	if ((attr->children) && (attr->children->type == XML_TEXT_NODE) &&
attr             1114 third_party/libxslt/libxslt/transform.c             (attr->children->next == NULL)) {
attr             1115 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name,
attr             1116 third_party/libxslt/libxslt/transform.c                                 attr->children->content);
attr             1117 third_party/libxslt/libxslt/transform.c         } else if (attr->children != NULL) {
attr             1118 third_party/libxslt/libxslt/transform.c 	    value = xmlNodeListGetString(attr->doc, attr->children, 1);
attr             1119 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name, BAD_CAST value);
attr             1122 third_party/libxslt/libxslt/transform.c             copy = xmlNewNsProp(target, copyNs, attr->name, NULL);
attr             1128 third_party/libxslt/libxslt/transform.c 	attr = attr->next;
attr             1945 third_party/libxslt/libxslt/xslt.c 	xmlAttrPtr attr = elem->properties;
attr             1947 third_party/libxslt/libxslt/xslt.c 	while (attr != NULL) {
attr             1948 third_party/libxslt/libxslt/xslt.c 	    if (attr->ns == NULL) {
attr             1949 third_party/libxslt/libxslt/xslt.c 		attr = attr->next;
attr             2002 third_party/libxslt/libxslt/xslt.c 	    attr = attr->next;
attr             2752 third_party/libxslt/libxslt/xslt.c     xmlAttrPtr attr;
attr             2758 third_party/libxslt/libxslt/xslt.c 	attr = xmlHasNsProp(node, BAD_CAST "exclude-result-prefixes", NULL);
attr             2760 third_party/libxslt/libxslt/xslt.c 	attr = xmlHasNsProp(node, BAD_CAST "exclude-result-prefixes",
attr             2762 third_party/libxslt/libxslt/xslt.c     if (attr == NULL)	
attr             2765 third_party/libxslt/libxslt/xslt.c     if (attr && (instrCategory == XSLT_ELEMENT_CATEGORY_LRE)) {
attr             2769 third_party/libxslt/libxslt/xslt.c 	attr->psvi = (void *) xsltXSLTAttrMarker;
attr             2772 third_party/libxslt/libxslt/xslt.c     if ((attr->children != NULL) &&	
attr             2773 third_party/libxslt/libxslt/xslt.c 	(attr->children->content != NULL))
attr             2774 third_party/libxslt/libxslt/xslt.c 	value = attr->children->content;
attr             2832 third_party/libxslt/libxslt/xslt.c     xmlAttrPtr attr;
attr             2840 third_party/libxslt/libxslt/xslt.c 	attr = xmlHasNsProp(node, BAD_CAST "extension-element-prefixes", NULL);
attr             2842 third_party/libxslt/libxslt/xslt.c 	attr = xmlHasNsProp(node, BAD_CAST "extension-element-prefixes",
attr             2844 third_party/libxslt/libxslt/xslt.c     if (attr == NULL)	
attr             2847 third_party/libxslt/libxslt/xslt.c     if (attr && (instrCategory == XSLT_ELEMENT_CATEGORY_LRE)) {
attr             2851 third_party/libxslt/libxslt/xslt.c 	attr->psvi = (void *) xsltXSLTAttrMarker;
attr             2854 third_party/libxslt/libxslt/xslt.c     if ((attr->children != NULL) &&	
attr             2855 third_party/libxslt/libxslt/xslt.c 	(attr->children->content != NULL))
attr             2856 third_party/libxslt/libxslt/xslt.c 	value = attr->children->content;
attr             2923 third_party/libxslt/libxslt/xslt.c     xmlAttrPtr attr;
attr             2929 third_party/libxslt/libxslt/xslt.c 	attr = xmlHasNsProp(node, BAD_CAST "version", NULL);
attr             2931 third_party/libxslt/libxslt/xslt.c 	attr = xmlHasNsProp(node, BAD_CAST "version", XSLT_NAMESPACE);
attr             2933 third_party/libxslt/libxslt/xslt.c     if (attr == NULL)	
attr             2936 third_party/libxslt/libxslt/xslt.c     attr->psvi = (void *) xsltXSLTAttrMarker;
attr             2938 third_party/libxslt/libxslt/xslt.c     if ((attr->children != NULL) &&	
attr             2939 third_party/libxslt/libxslt/xslt.c 	(attr->children->content != NULL))
attr             2940 third_party/libxslt/libxslt/xslt.c 	value = attr->children->content;
attr             2972 third_party/libxslt/libxslt/xslt.c     if (attr && (instrCategory == XSLT_ELEMENT_CATEGORY_LRE)) {
attr             2976 third_party/libxslt/libxslt/xslt.c 	attr->psvi = (void *) xsltXSLTAttrMarker;
attr             2989 third_party/libxslt/libxslt/xslt.c     xmlAttrPtr attr;
attr             3186 third_party/libxslt/libxslt/xslt.c 		attr = cur->properties;
attr             3189 third_party/libxslt/libxslt/xslt.c 		    if ((attr->ns) && (attr->ns->href != nsNameXSLT) &&
attr             3190 third_party/libxslt/libxslt/xslt.c 			xmlStrEqual(attr->ns->href, nsNameXSLT))
attr             3193 third_party/libxslt/libxslt/xslt.c 			    doc, attr->ns, cur);
attr             3196 third_party/libxslt/libxslt/xslt.c 			attr->ns->href = nsNameXSLT;
attr             3205 third_party/libxslt/libxslt/xslt.c 			txt = attr->children;
attr             3224 third_party/libxslt/libxslt/xslt.c 			(attr->ns != NULL) &&
attr             3225 third_party/libxslt/libxslt/xslt.c 			(attr->name != NULL) &&
attr             3226 third_party/libxslt/libxslt/xslt.c 			(attr->name[0] == 's') &&			
attr             3227 third_party/libxslt/libxslt/xslt.c 			(attr->ns->prefix != NULL) &&
attr             3228 third_party/libxslt/libxslt/xslt.c 			(attr->ns->prefix[0] == 'x') &&
attr             3229 third_party/libxslt/libxslt/xslt.c 			(attr->ns->prefix[1] == 'm') &&
attr             3230 third_party/libxslt/libxslt/xslt.c 			(attr->ns->prefix[2] == 'l') &&
attr             3231 third_party/libxslt/libxslt/xslt.c 			(attr->ns->prefix[3] == 0))
attr             3251 third_party/libxslt/libxslt/xslt.c 		    attr = attr->next;
attr             3252 third_party/libxslt/libxslt/xslt.c 		} while (attr != NULL);
attr             3460 third_party/libxslt/libxslt/xslt.c 	        xmlAttrPtr attr = cur->properties;
attr             3463 third_party/libxslt/libxslt/xslt.c 		while (attr != NULL) {
attr             3464 third_party/libxslt/libxslt/xslt.c 		    txt = attr->children;
attr             3483 third_party/libxslt/libxslt/xslt.c 		    attr = attr->next;
attr             4458 third_party/libxslt/libxslt/xslt.c 		    xmlAttrPtr attr;
attr             4463 third_party/libxslt/libxslt/xslt.c 		    attr = cur->properties;
attr             4465 third_party/libxslt/libxslt/xslt.c 			if ((attr->ns == NULL) &&
attr             4466 third_party/libxslt/libxslt/xslt.c 			    (attr->name != NULL) &&
attr             4467 third_party/libxslt/libxslt/xslt.c 			    (attr->name[0] == 'd') &&
attr             4468 third_party/libxslt/libxslt/xslt.c 			    xmlStrEqual(attr->name,
attr             4475 third_party/libxslt/libxslt/xslt.c 			    if ((attr->children != NULL) &&
attr             4476 third_party/libxslt/libxslt/xslt.c 				xmlStrEqual(attr->children->content,
attr             4485 third_party/libxslt/libxslt/xslt.c 			    } else if ((attr->children == NULL) ||
attr             4486 third_party/libxslt/libxslt/xslt.c 				(attr->children->content == NULL) ||
attr             4487 third_party/libxslt/libxslt/xslt.c 				(!xmlStrEqual(attr->children->content,
attr             4499 third_party/libxslt/libxslt/xslt.c 			attr = attr->next;
attr             4500 third_party/libxslt/libxslt/xslt.c 		    } while (attr != NULL);
attr             4674 third_party/libxslt/libxslt/xslt.c 			xmlAttrPtr attr = cur->properties;
attr             4697 third_party/libxslt/libxslt/xslt.c 			    if ((attr->psvi != xsltXSLTAttrMarker) &&
attr             4698 third_party/libxslt/libxslt/xslt.c 				IS_XSLT_ATTR_FAST(attr))
attr             4700 third_party/libxslt/libxslt/xslt.c 				if (! xmlStrEqual(attr->name,
attr             4706 third_party/libxslt/libxslt/xslt.c 					attr->name);
attr             4712 third_party/libxslt/libxslt/xslt.c 				    attr->psvi = (void *) xsltXSLTAttrMarker;
attr             4715 third_party/libxslt/libxslt/xslt.c 			    attr = attr->next;
attr             4716 third_party/libxslt/libxslt/xslt.c 			} while (attr != NULL);
attr             4733 third_party/libxslt/libxslt/xslt.c 			xmlAttrPtr attr = cur->properties;
attr             4735 third_party/libxslt/libxslt/xslt.c 			while (attr != NULL) {
attr             4736 third_party/libxslt/libxslt/xslt.c 			    xsltCompileAttr(cctxt->style, attr);
attr             4737 third_party/libxslt/libxslt/xslt.c 			    attr = attr->next;
attr             4955 third_party/libxslt/libxslt/xslt.c 	        xmlAttrPtr attr = cur->properties;
attr             4957 third_party/libxslt/libxslt/xslt.c 		while (attr != NULL) {
attr             4958 third_party/libxslt/libxslt/xslt.c 		    xsltCompileAttr(style, attr);
attr             4959 third_party/libxslt/libxslt/xslt.c 		    attr = attr->next;
attr             1914 third_party/libxslt/libxslt/xsltInternals.h 						 xmlAttrPtr attr);
attr              570 third_party/npapi/npspy/extern/nspr/md/_beos.h NSPR_API(PRProcess *) _MD_create_process(const char *path, char *const *argv, char *const *envp, const PRProcessAttr *attr);
attr              191 third_party/npapi/npspy/extern/nspr/md/_macos.h     const PRProcessAttr *attr);
attr              434 third_party/npapi/npspy/extern/nspr/md/_os2.h     const struct PRProcessAttr *attr
attr              242 third_party/npapi/npspy/extern/nspr/md/_unixos.h     const struct PRProcessAttr *attr
attr              225 third_party/npapi/npspy/extern/nspr/md/_win16.h     const struct PRProcessAttr *attr
attr              424 third_party/npapi/npspy/extern/nspr/md/_win95.h     const struct PRProcessAttr *attr
attr              449 third_party/npapi/npspy/extern/nspr/md/_winnt.h     const struct PRProcessAttr *attr
attr               52 third_party/npapi/npspy/extern/nspr/prproces.h NSPR_API(void) PR_ResetProcessAttr(PRProcessAttr *attr);
attr               54 third_party/npapi/npspy/extern/nspr/prproces.h NSPR_API(void) PR_DestroyProcessAttr(PRProcessAttr *attr);
attr               57 third_party/npapi/npspy/extern/nspr/prproces.h     PRProcessAttr *attr,
attr               66 third_party/npapi/npspy/extern/nspr/prproces.h     PRProcessAttr *attr,
attr               72 third_party/npapi/npspy/extern/nspr/prproces.h     PRProcessAttr *attr,
attr               77 third_party/npapi/npspy/extern/nspr/prproces.h     PRProcessAttr *attr,
attr               99 third_party/npapi/npspy/extern/nspr/prproces.h     const PRProcessAttr *attr);
attr              105 third_party/npapi/npspy/extern/nspr/prproces.h     const PRProcessAttr *attr);
attr              193 third_party/npapi/npspy/extern/nspr/prshma.h     PRProcessAttr   *attr,
attr             33442 third_party/sqlite/amalgamation/sqlite3.c   DWORD attr;
attr             33464 third_party/sqlite/amalgamation/sqlite3.c         attr = INVALID_FILE_ATTRIBUTES;
attr             33466 third_party/sqlite/amalgamation/sqlite3.c         attr = sAttrData.dwFileAttributes;
attr             33473 third_party/sqlite/amalgamation/sqlite3.c         attr = INVALID_FILE_ATTRIBUTES;
attr             33482 third_party/sqlite/amalgamation/sqlite3.c     attr = GetFileAttributesA((char*)zConverted);
attr             33489 third_party/sqlite/amalgamation/sqlite3.c       rc = attr!=INVALID_FILE_ATTRIBUTES;
attr             33492 third_party/sqlite/amalgamation/sqlite3.c       rc = (attr & FILE_ATTRIBUTE_READONLY)==0;
attr             2323 third_party/sqlite/src/src/os_win.c   DWORD attr;
attr             2345 third_party/sqlite/src/src/os_win.c         attr = INVALID_FILE_ATTRIBUTES;
attr             2347 third_party/sqlite/src/src/os_win.c         attr = sAttrData.dwFileAttributes;
attr             2354 third_party/sqlite/src/src/os_win.c         attr = INVALID_FILE_ATTRIBUTES;
attr             2363 third_party/sqlite/src/src/os_win.c     attr = GetFileAttributesA((char*)zConverted);
attr             2370 third_party/sqlite/src/src/os_win.c       rc = attr!=INVALID_FILE_ATTRIBUTES;
attr             2373 third_party/sqlite/src/src/os_win.c       rc = (attr & FILE_ATTRIBUTE_READONLY)==0;
attr              697 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   pthread_attr_t attr;
attr              698 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   CHECK_EQ(pthread_attr_init(&attr), 0);
attr              699 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0);
attr              948 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   pthread_attr_t attr;
attr              949 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc   CHECK_EQ(pthread_attr_init(&attr), 0);
attr              953 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc     CHECK(pthread_create(&tid, &attr, HeapBusyThreadBody,
attr               45 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_attr_t attr;
attr               46 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_attr_init(&attr);
attr               47 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_attr_setdetachstate(&attr, joinable_ ? PTHREAD_CREATE_JOINABLE
attr               49 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_create(&thread_, &attr, &DoRun, this);
attr               50 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc     pthread_attr_destroy(&attr);
attr              201 third_party/tcmalloc/chromium/src/tests/testutil.cc     pthread_attr_t attr;
attr              202 third_party/tcmalloc/chromium/src/tests/testutil.cc     pthread_attr_init(&attr);
attr              203 third_party/tcmalloc/chromium/src/tests/testutil.cc     pthread_attr_setstacksize(&attr, stacksize);
attr              210 third_party/tcmalloc/chromium/src/tests/testutil.cc       SAFE_PTHREAD(pthread_create(&thr[i], &attr,
attr              219 third_party/tcmalloc/chromium/src/tests/testutil.cc     pthread_attr_destroy(&attr);
attr              697 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   pthread_attr_t attr;
attr              698 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   CHECK_EQ(pthread_attr_init(&attr), 0);
attr              699 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   CHECK_EQ(pthread_create(&tid, &attr, RunDisabledLeaks, NULL), 0);
attr              948 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   pthread_attr_t attr;
attr              949 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc   CHECK_EQ(pthread_attr_init(&attr), 0);
attr              953 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc     CHECK(pthread_create(&tid, &attr, HeapBusyThreadBody,
attr               45 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_attr_t attr;
attr               46 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_attr_init(&attr);
attr               47 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_attr_setdetachstate(&attr, joinable_ ? PTHREAD_CREATE_JOINABLE
attr               49 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_create(&thread_, &attr, &DoRun, this);
attr               50 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc     pthread_attr_destroy(&attr);
attr              201 third_party/tcmalloc/vendor/src/tests/testutil.cc     pthread_attr_t attr;
attr              202 third_party/tcmalloc/vendor/src/tests/testutil.cc     pthread_attr_init(&attr);
attr              203 third_party/tcmalloc/vendor/src/tests/testutil.cc     pthread_attr_setstacksize(&attr, stacksize);
attr              210 third_party/tcmalloc/vendor/src/tests/testutil.cc       SAFE_PTHREAD(pthread_create(&thr[i], &attr,
attr              219 third_party/tcmalloc/vendor/src/tests/testutil.cc     pthread_attr_destroy(&attr);
attr              730 third_party/wtl/include/atlctrls.h 	int Dir(UINT attr, LPCTSTR lpszWildCard)
attr              733 third_party/wtl/include/atlctrls.h 		return (int)::SendMessage(m_hWnd, LB_DIR, attr, (LPARAM)lpszWildCard);
attr             1106 third_party/wtl/include/atlctrls.h 	int Dir(UINT attr, LPCTSTR lpszWildCard)
attr             1109 third_party/wtl/include/atlctrls.h 		return (int)::SendMessage(m_hWnd, CB_DIR, attr, (LPARAM)lpszWildCard);
attr              110 tools/clang/blink_gc_plugin/Config.h     clang::AnnotateAttr* attr = decl->getAttr<clang::AnnotateAttr>();
attr              111 tools/clang/blink_gc_plugin/Config.h     return attr && (attr->getAnnotation() == anno);
attr               53 ui/views/widget/desktop_aura/x11_desktop_handler.cc   XWindowAttributes attr;
attr               54 ui/views/widget/desktop_aura/x11_desktop_handler.cc   XGetWindowAttributes(xdisplay_, x_root_window_, &attr);
attr               56 ui/views/widget/desktop_aura/x11_desktop_handler.cc                attr.your_event_mask | PropertyChangeMask |