Searched defs:PRFilePrivate (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprpolevt.c50 * saved in the PRFilePrivate structure of the pollable event.
150 * PRFilePrivate structure for the NSPR pollable events layer
266 event->secret = (PRFilePrivate*)pollDesc;
330 * of struct PRFilePrivate in this file (for the pollable
332 * struct PRFilePrivate in primpl.h (for the NSPR layer).
340 * PRFilePrivate structure for the NSPR pollable events layer
342 struct PRFilePrivate { struct
432 event->secret = PR_NEW(PRFilePrivate);
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dnblayer.c75 struct PRFilePrivate struct
94 layer->secret = PR_NEWZAP(PRFilePrivate);
335 PRFilePrivate *mine = (PRFilePrivate*)fd->secret;
379 PRFilePrivate *newsecret;
390 newsecret = PR_NEW(PRFilePrivate);
422 PRFilePrivate *mine = (PRFilePrivate*)fd->secret;
480 PRFilePrivate *mine = (PRFilePrivate*)f
[all...]
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h145 typedef struct PRFilePrivate PRFilePrivate; typedef in typeref:struct:PRFilePrivate
163 PRFilePrivate *secret; /* layer dependent data */
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1709 ** PRFilePrivate):
1732 struct PRFilePrivate { struct

Completed in 1400 milliseconds