Lines Matching refs:PRInt32
86 PRInt32 narray[PR_MAX_SELECT_DESC];
102 ** PRInt32 num
137 ** RETURN:PRInt32
144 NSPR_API(PRInt32) PR_Select(
145 PRInt32 num, PR_fd_set *readfds, PR_fd_set *writefds,
169 NSPR_API(PRInt32) PR_FD_ISSET(PRFileDesc *fd, PR_fd_set *set);
170 NSPR_API(void) PR_FD_NSET(PRInt32 osfd, PR_fd_set *set);
171 NSPR_API(void) PR_FD_NCLR(PRInt32 osfd, PR_fd_set *set);
172 NSPR_API(PRInt32) PR_FD_NISSET(PRInt32 osfd, PR_fd_set *set);
181 NSPR_API(PRInt32) PR_Stat(const char *path, struct stat *buf);