Searched refs:PR_PushIOLayer (Results 1 - 8 of 8) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dpripv6.c195 rv = PR_PushIOLayer(newfd, PR_TOP_IO_LAYER, newstack);
230 /* this PR_PushIOLayer call cannot fail */
231 rv = PR_PushIOLayer(*nd, PR_TOP_IO_LAYER, newstack);
370 if (PR_PushIOLayer(fd, PR_TOP_IO_LAYER, ipv6_fd) == PR_FAILURE) {
H A Dprlayer.c241 /* this PR_PushIOLayer call cannot fail */
242 rv = PR_PushIOLayer(newfd, PR_TOP_IO_LAYER, newstack);
362 /* this PR_PushIOLayer call cannot fail */
363 rv = PR_PushIOLayer(*nd, PR_TOP_IO_LAYER, newstack);
535 PR_IMPLEMENT(PRStatus) PR_PushIOLayer(
H A Dprpolevt.c458 if (PR_PushIOLayer(fd[0], PR_TOP_IO_LAYER, event) == PR_FAILURE) {
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Dlayer.c79 PRStatus rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), layer);
95 rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), layer);
103 rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), layer);
112 rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), layer);
H A Dacceptreademu.c159 if (PR_PushIOLayer(listen_sock, PR_TOP_IO_LAYER, layer) == PR_FAILURE)
161 PL_FPrintError(err_out, "PR_PushIOLayer (server) failed");
H A Dnblayer.c95 rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), layer);
409 /* this PR_PushIOLayer call cannot fail */
410 rv = PR_PushIOLayer(newfd, PR_TOP_IO_LAYER, newstack);
H A Dsocket.c1823 if (PR_PushIOLayer(newsockfd, PR_TOP_IO_LAYER, layer)
1826 "prsocket_test: ERROR - PR_PushIOLayer failed\n");
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprio.h89 #define PR_PushIOLayer VBoxNsprPR_PushIOLayer macro
554 * rv = PR_PushIOLayer(stack, PR_TOP_IO_LAYER, my_layer);
555 * rv = PR_PushIOLayer(stack, PR_GetLayersIdentity(stack), my_layer)
605 * header. The old style stack, created by a call to PR_PushIOLayer,
626 NSPR_API(PRStatus) PR_PushIOLayer(

Completed in 2746 milliseconds