Searched refs:GetNextAttribute (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/netfs/client/
H A DShareAttrDirIterator.cpp47 fCurrentAttribute = fAttrDir->GetNextAttribute(fCurrentAttribute);
H A DShareAttrDir.h65 Attribute* GetNextAttribute(Attribute* attribute) const;
H A DShareAttrDir.cpp408 // GetNextAttribute
410 ShareAttrDir::GetNextAttribute(Attribute* attribute) const function in class:ShareAttrDir
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DAttributeDirectory.h61 Attribute* GetNextAttribute(Attribute* attribute) const;
H A DAttributeDirectory.cpp342 // GetNextAttribute
344 AttributeDirectory::GetNextAttribute(Attribute* attribute) const function in class:AttributeDirectory
H A DClientConnection.cpp2732 attribute = attrDir->GetNextAttribute(attribute)) {
/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DAttributeIterator.cpp104 error = fNode->GetNextAttribute(&fAttribute);
H A DNode.cpp281 while (GetNextAttribute(&attribute) == B_OK) {
310 // GetNextAttribute
312 Node::GetNextAttribute(Attribute **attribute) const function in class:Node
361 while (GetNextAttribute(&attribute) == B_OK)
H A DNode.h103 status_t GetNextAttribute(Attribute **attribute) const;
/haiku/src/kits/debugger/dwarf/
H A DAbbreviationTable.h56 bool GetNextAttribute(uint32& name, uint32& form, int32& implicitConst) function in struct:AbbreviationEntry
H A DDwarfFile.cpp1621 while (abbreviationEntry.GetNextAttribute(attributeName,
/haiku/src/bin/bfs_tools/lib/
H A DInode.h63 status_t GetNextAttribute(char* name, uint32* type, void** data,
H A DInode.cpp361 Inode::GetNextAttribute(char *name, uint32 *type, void **data, size_t *length) function in class:Inode
514 while ((status = GetNextAttribute(name, &type, &data, &size))
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp262 while (inode->GetNextAttribute(name,&type,&data,&length) == B_OK)

Completed in 143 milliseconds