Home
last modified time | relevance | path

Searched refs:STATUS_NOT_FOUND (Results 1 – 4 of 4) sorted by relevance

/third_party/ntfs-3g/include/ntfs-3g/
Dtypes.h129 #define STATUS_NOT_FOUND (-4) macro
/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dcurlhttpsrc.c70 static const gchar *STATUS_NOT_FOUND = "404 Not Found"; variable
96 status = STATUS_NOT_FOUND; in do_get()
98 status = STATUS_NOT_FOUND; in do_get()
/third_party/libuv/src/win/
Dwinapi.h2483 #ifndef STATUS_NOT_FOUND
2484 # define STATUS_NOT_FOUND ((NTSTATUS) 0xC0000225L) macro
/third_party/ntfs-3g/libntfs-3g/
Dindex.c656 return STATUS_NOT_FOUND; in ntfs_ie_lookup()