Searched refs:NULL (Results 1 - 25 of 5974) sorted by path

1234567891011>>

/haiku/3rdparty/proj2make/
H A Dproj2make.cpp236 Parse((hdr*)gProjData, NULL);
/haiku/docs/develop/media/
H A DMediaExtractorAddOn.h5 // new instance each time. Return NULL if allocation fails.
211 // configuring the extractor's parameters. Returns NULL if the
213 // simply returns NULL. Note: if the Source is not in a good
221 virtual BParameterWeb * Web(void) { return NULL; }
224 // the extractor's parameters. Returns NULL if the extractor
226 // returns NULL.
227 virtual BView * GetParameterView(void) (void) { return NULL; }
431 virtual BParameterWeb * Web(BTrack * track) { return NULL; }
432 virtual BView * GetParameterView(BTrack * track) { return NULL; }
463 media_header * outHeader = NULL)
532 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
326 #endif /* NULL not defined and <stddef.h> or need NULL. */
/haiku/headers/build/os/app/
H A DLooper.h18 BLooper(const char* name = NULL,
H A DMessage.h61 int32 *countFound = NULL) const;
63 int32 *countFound = NULL) const;
81 BPoint DropPoint(BPoint *offset = NULL) const;
86 status_t Flatten(BDataIO *stream, ssize_t *size = NULL) const;
99 BMessage *specifier = NULL, int32 *what = NULL,
100 const char **property = NULL) const;
/haiku/headers/build/os/interface/
H A DBitmap.h55 status_t LockBits(uint32 *state = NULL);
/haiku/headers/compatibility/bsd/sys/
H A Dqueue.h150 { NULL }
160 #define SLIST_EMPTY(head) ((head)->slh_first == NULL)
176 ((var) = *(varp)) != NULL; \
180 SLIST_FIRST((head)) = NULL; \
223 { NULL, &(head).stqh_first }
241 #define STAILQ_EMPTY(head) ((head)->stqh_first == NULL)
257 STAILQ_FIRST((head)) = NULL; \
262 if ((STAILQ_NEXT((elm), field) = STAILQ_NEXT((tqelm), field)) == NULL)\
268 if ((STAILQ_NEXT((elm), field) = STAILQ_FIRST((head))) == NULL) \
274 STAILQ_NEXT((elm), field) = NULL; \
[all...]
/haiku/headers/cpp/
H A Deditbuf.h95 int is_reading() { return gptr() != NULL; }
139 edit_streambuf* _writer; // If non-NULL, currently writing stream
H A Dfstream.h55 fstreambase& raw() { rdbuf()->setbuf(NULL, 0); return *this; }
H A Dindstream.h62 virtual streambuf *lookup_stream(int/*mode*/) { return NULL; } // ERROR!
63 indirectbuf(streambuf *get=NULL, streambuf *put=NULL, int delete_mode=0);
H A Dparsestream.h76 parsebuf() { chain= NULL;
104 // if line == NULL) { putc('\n', stderr); return NULL; }
119 func_parsebuf(CharReader func, void *argm = NULL);
H A Dsstream48 stream(NULL), stream_len(0)
56 stream(NULL), stream_len(0)
151 char_type* curi = NULL;
152 char_type* curo = NULL;
153 char_type* endi = NULL;
154 char_type* endo = NULL;
H A Dstreambuf.h49 #ifndef NULL
51 #define NULL (__null) macro
53 #define NULL (0) macro
339 int have_backup() { return _IO_save_base != NULL; }
340 int have_markers() { return _markers != NULL; }
384 void allocbuf() { if (base() == NULL) doallocbuf(); }
403 int vscan(char const *fmt0, _IO_va_list ap, ios* stream = NULL);
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/libs/agg/
H A Dagg_span_image_filter_rgba.h229 const value_type *fg_ptr = NULL;
/haiku/headers/libs/alm/
H A DALMGroup.h42 XTab* left = NULL, YTab* top = NULL,
43 XTab* right = NULL, YTab* bottom = NULL);
H A DALMLayout.h47 BALMLayout* friendLayout = NULL);
137 XTab* right = NULL, YTab* bottom = NULL);
143 YTab* top, XTab* right = NULL,
144 YTab* bottom = NULL);
H A DALMLayoutBuilder.h26 BALMLayout* friendLayout = NULL);
31 BALMLayout* friendLayout = NULL);
37 XTab* right = NULL, YTab* bottom = NULL);
41 YTab* top, XTab* right = NULL,
42 YTab* bottom = NULL);
54 XTab* left = NULL, YTab* top = NULL,
55 YTab* bottom = NULL);
57 XTab* right = NULL, YTa
[all...]
/haiku/headers/libs/mapm/
H A Dm_apm.h335 void destroy(void) {unref(myVal);myVal=NULL;}
/haiku/headers/libs/print/libprint/
H A DJobData.h274 void Save(BMessage* message = NULL);
H A DJobSetupDlg.h54 fKey(NULL),
55 fRange(NULL),
56 fSlider(NULL)
H A DPrinterCap.h225 if (enumCap == NULL)
259 if (enumCap == NULL)
H A DPrinterData.h18 PrinterData(BNode* node = NULL);
H A DPrinterDriver.h60 PrinterDriver* instantiate_printer_driver(BNode* printerFolder = NULL);
/haiku/headers/os/add-ons/mail_daemon/
H A DMailProtocol.h41 const char* message = NULL) = 0;
42 virtual void ResetProgress(const char* message = NULL) = 0;
87 const char* message = NULL);
88 void ResetProgress(const char* message = NULL);

Completed in 276 milliseconds

1234567891011>>