Searched refs:SF_NULL (Results 1 – 1 of 1) sorted by relevance
63 #define SF_NULL nullptr macro65 #define SF_NULL NULL macro83 SndfileHandle (void) : p (SF_NULL) {} ; in SndfileHandle()104 int refCount (void) const { return (p == SF_NULL) ? 0 : p->ref ; } in refCount()106 operator bool () const { return (p != SF_NULL) ; } in operator bool()166 : sf (SF_NULL), sfinfo (), ref (1) in SNDFILE_ref()171 { if (sf != SF_NULL) sf_close (sf) ; } in ~SNDFILE_ref()175 : p (SF_NULL) in SndfileHandle()179 if (p != SF_NULL) in SndfileHandle()197 : p (SF_NULL) in SndfileHandle()[all …]