Home
last modified time | relevance | path

Searched refs:DR_FILENOTFOUND (Results 1 – 5 of 5) sorted by relevance

/dports/devel/directfb/DirectFB-1.4.17/lib/direct/
H A Dutil.c51 return DR_FILENOTFOUND; in errno2result()
103 case DR_FILENOTFOUND: in DirectResultString()
H A Dtypes.h115 DR_FILENOTFOUND, /* The specified file has not been found. */ enumerator
H A Dstream.c671 return (status == 404) ? DR_FILENOTFOUND : DR_FAILURE; in http_open()
1313 return (status == 404) ? DR_FILENOTFOUND : DR_FAILURE; in rtsp_session_open()
/dports/graphics/gnash/gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880/libdevice/directfb/
H A DDirectFBDevice.cpp633 case DR_FILENOTFOUND: in getErrorString()
/dports/devel/directfb/DirectFB-1.4.17/include/
H A Ddirectfb.h157 DFB_FILENOTFOUND = DR_FILENOTFOUND, /* The specified file has not been found. */