HomeSort by relevance Sort by last modified time
    Searched refs:_MD_WRITE (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_os2.h 222 #define _MD_WRITE (_PR_MD_WRITE)
_win16.h 254 #define _MD_WRITE _PR_MD_WRITE
_win95.h 228 #define _MD_WRITE _PR_MD_WRITE
_winnt.h 270 #define _MD_WRITE _PR_MD_WRITE
_beos.h 327 #define _MD_WRITE _MD_write
525 NSPR_API(PRInt32) _MD_write(PRFileDesc *fd, const void *buf, PRInt32 amount);
_macos.h 378 #define _MD_WRITE(fd,buf,amount) ReadWriteProc(fd,buf,amount,WRITE_ASYNC)
_unixos.h 366 extern PRInt32 _MD_write(PRFileDesc *fd, const void *buf, PRInt32 amount);
367 #define _MD_WRITE(fd,buf,amount) _MD_write(fd,buf,amount)

Completed in 33 milliseconds