Searched refs:_types (Results 1 - 12 of 12) sorted by relevance

/haiku/src/libs/compat/freebsd_network/compat/sys/
H A D_timeval.h9 #include <sys/_types.h>
H A Dsocket.h12 #include <sys/_types.h>
H A Dsbuf.h34 #include <sys/_types.h>
H A Dtypes.h15 #include <sys/_types.h>
H A Dendian.h37 #include <sys/_types.h>
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A Dendian.h10 #include <sys/_types.h>
H A Dstdarg.h10 #include <sys/_types.h>
/haiku/headers/private/debugger/source_language/
H A DSyntaxHighlighter.h38 syntax_highlight_type* _types,
/haiku/src/kits/debugger/source_language/c_family/
H A DCLanguageFamilySyntaxHighlightInfo.h32 syntax_highlight_type* _types,
H A DCLanguageFamilySyntaxHighlightInfo.cpp194 int32* _columns, syntax_highlight_type* _types, int32 maxCount)
220 _types[count] = pair->type;
193 GetLineHighlightRanges(int32 line, int32* _columns, syntax_highlight_type* _types, int32 maxCount) argument
/haiku/headers/private/storage/mime/
H A DDatabaseLocation.h95 BMessage& _types);
/haiku/src/kits/storage/mime/
H A DDatabaseLocation.cpp714 DatabaseLocation::GetSupportedTypes(const char* type, BMessage& _types) argument
716 status_t result = ReadMessageAttribute(type, kSupportedTypesAttr, _types);
719 _types.MakeEmpty();
723 _types.what = 0;
724 result = _types.AddString("type", type);

Completed in 104 milliseconds