Searched refs:PR_Available (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dpipeself.c181 * Test PR_Available for pipes
194 nBytes = PR_Available(ping_in);
196 fprintf(stderr, "PR_Available failed: (%d, %d)\n", PR_GetError(),
200 fprintf(stderr, "PR_Available: expected 250 bytes but got %d bytes\n",
204 printf("PR_Available: expected %d, got %d bytes\n",250, nBytes);
212 nBytes = PR_Available(ping_in);
214 fprintf(stderr, "PR_Available failed: (%d, %d)\n", PR_GetError(),
218 fprintf(stderr, "PR_Available: expected 243 bytes but got %d bytes\n",
222 printf("PR_Available: expected %d, got %d bytes\n",243, nBytes);
234 nBytes = PR_Available(ping_i
[all...]
H A Dtestfile.c272 * Test PR_Available, PR_Seek, PR_GetFileInfo, PR_Rename, PR_Access
324 len = PR_Available(fd_file);
326 printf("testfile PR_Available failed on file %s\n",pathname);
331 "testfile PR_Available failed: expected/returned = %d/%d bytes\n",
376 len = PR_Available(fd_file);
378 printf("testfile PR_Available failed on file %s\n",pathname);
383 "testfile PR_Available failed: expected/returned = %d/%d bytes\n",
390 len = PR_Available(fd_file);
392 printf("testfile PR_Available failed on file %s\n",pathname);
397 "testfile PR_Available faile
[all...]
H A Dpoll_nm.c344 nAvail = PR_Available(pds[j].fd);
/vbox/src/libs/xpcom18a4/java/src/
H A DnsFileStreams.cpp302 PRInt32 avail = PR_Available(mFD);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h99 #define PR_Available VBoxNsprPR_Available macro
1049 * FUNCTION: PR_Available
1060 * Upon successful completion, PR_Available returns the number of
1067 NSPR_API(PRInt32) PR_Available(PRFileDesc *fd);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpriometh.c159 PR_IMPLEMENT(PRInt32) PR_Available(PRFileDesc *fd)
/vbox/src/libs/xpcom18a4/xpcom/obsolete/
H A DnsIFileStream.cpp295 mLength = PR_Available(mFileDesc);

Completed in 687 milliseconds