Searched defs:NULL (Results 1 - 25 of 113) sorted by path

12345

/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h532 ReadChunk(char ** outBuffer, int32 * ioSize, media_header * outHeader = NULL) argument
536 ReadFrames(void * outBuffer, int64 * outFrameCount, media_header * outHeader = NULL, media_decode_info * info = NULL) argument
542 ReadTime(void * outBuffer, int64 * outTimeCount, media_header * outHeader = NULL, media_decode_info * info = NULL) argument
548 Read(void * outBuffer, int64 * outNumerator, media_header * outHeader = NULL, media_decode_info * info = NULL) argument
[all...]
/haiku/headers/build/gcc-2.95.3/
H A Dstddef.h320 #undef NULL /* in case <stdio.h> has defined it. */ macro
322 #define NULL __null macro
324 #define NULL ((void *)0) macro
/haiku/headers/cpp/
H A Dstreambuf.h51 #define NULL (__null) macro
53 #define NULL (0) macro
H A Dstrstream.h55 strstreambuf(char *ptr, int size, char *pstart = NULL) argument
57 strstreambuf(unsigned char *ptr, int size, unsigned char *pstart = NULL) argument
63 strstreambuf(signed char *ptr, int size, signed char *pstart = NULL) argument
/haiku/headers/posix/
H A Dnull.h9 #define NULL 0 macro
/haiku/headers/private/fs_shell/
H A Dfssh_types.h48 #define NULL (0) macro
/haiku/headers/private/locale/
H A DFormattingConventionsPrivate.h14 Private(const BFormattingConventions* conventions = NULL) argument
H A DHashMapCatalog.h87 virtual status_t ReadFromFile(const char *path = NULL) argument
93 virtual status_t WriteToFile(const char *path = NULL) argument
H A DLanguagePrivate.h14 Private(const BLanguage* language = NULL) argument
H A DTimeZonePrivate.h14 Private(const BTimeZone* timeZone = NULL) argument
/haiku/headers/private/shared/
H A DOpenWithTracker.h43 OpenWithTracker(directory_which which, const char* relativePath = NULL, argument
/haiku/src/add-ons/input_server/methods/pen/
H A DDumpMessage.cpp22 status_t HexDumpToStream(const void *data, size_t len, BDataIO &stream, const char *prefix = NULL) argument
/haiku/src/add-ons/kernel/file_systems/packagefs/indices/
H A DNameIndex.cpp23 NameIndexPrimaryKey(const Node* entry, const char* name = NULL) argument
[all...]
/haiku/src/add-ons/kernel/partitioning_systems/session/
H A DDisc.cpp40 list_item(uint32 index, list_item* next = NULL) argument
77 track(uint32 index, off_t startLBA, uint8 control, uint8 adr, track* next = NULL) argument
[all...]
/haiku/src/add-ons/locale/catalogs/plaintext/
H A DCatalog.cpp417 get_available_languages(BMessage* availableLanguages, const char* sigPattern = NULL, const char* langPattern = NULL, int32 fingerprint = 0) argument
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DRadeonAddOn.cpp381 RecursiveScan(const char* rootPath, BEntry *rootEntry = NULL) argument
[all...]
/haiku/src/add-ons/media/plugins/ape_reader/MAClib/
H A DWAVInputSource.h17 CInputSource(CIO * pIO, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL) { } argument
18 CInputSource(const char* pSourceName, WAVEFORMATEX * pwfeSource, int * pTotalBlocks, int * pHeaderBytes, int * pTerminatingBytes, int * pErrorCode = NULL) { } argument
/haiku/src/add-ons/translators/bmp/
H A DBMPTranslator.cpp285 identify_bmp_header(BPositionIO *inSource, translator_info *outInfo, BMPFileHeader *pfileheader = NULL, MSInfoHeader *pmsheader = NULL, bool *pfrommsformat = NULL, off_t *pos2skip = NULL) argument
/haiku/src/add-ons/translators/tga/
H A DTGATranslator.cpp251 identify_tga_header(BPositionIO *inSource, translator_info *outInfo, TGAFileHeader *pfileheader = NULL, TGAColorMapSpec *pmapspec = NULL, TGAImageSpec *pimagespec = NULL) argument
[all...]
/haiku/src/add-ons/translators/wonderbrush/
H A DWonderBrushTranslator.cpp121 identify_wbi_header(BPositionIO* inSource, translator_info* outInfo, uint32 outType, WonderBrushImage** _wbImage = NULL) argument
/haiku/src/apps/debugger/user_interface/gui/util/
H A DSettingsMenu.cpp96 MenuItem(Setting* setting, BMenu* menu, BMessage* message = NULL) argument
[all...]
/haiku/src/apps/musiccollection/
H A DMusicFileListView.h22 FileListItem(const char* text, WatchedFile* file = NULL) argument
/haiku/src/bin/mail_utils/
H A Dmail2mbox.cpp42 DisplayErrorMessage(const char* messageString = NULL, status_t errorNumber = 0, argument
H A Dmbox2mail.cpp80 DisplayErrorMessage( const char *MessageString = NULL, int ErrorNumber = 0, const char *TitleString = NULL) argument
/haiku/src/kits/shared/
H A DCalendarView.cpp166 SetTarget(Window(), NULL); local
[all...]

Completed in 209 milliseconds

12345