Home
last modified time | relevance | path

Searched refs:thepipe (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/netware/
H A Dpipe.c35 fcntl(thepipe->filedes, F_SETFL, flags); in pipeblock()
39 fcntl(thepipe->filedes, F_SETFL, 0); in pipeblock()
45 thepipe->blocking = BLK_ON; in pipeblock()
59 fcntl(thepipe->filedes, F_SETFL, flags); in pipenonblock()
63 fcntl(thepipe->filedes, F_SETFL, FNDELAY); in pipenonblock()
69 thepipe->blocking = BLK_OFF; in pipenonblock()
75 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_set()
76 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
84 return pipeblock(thepipe); in apr_file_pipe_timeout_set()
94 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_get()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/unix/
H A Dpipe.c36 static apr_status_t pipeblock(apr_file_t *thepipe) in pipeblock() argument
41 fd_flags = fcntl(thepipe->filedes, F_GETFL, 0); in pipeblock()
68 thepipe->blocking = BLK_ON; in pipeblock()
72 static apr_status_t pipenonblock(apr_file_t *thepipe) in pipenonblock() argument
104 thepipe->blocking = BLK_OFF; in pipenonblock()
110 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_set()
111 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
114 return pipenonblock(thepipe); in apr_file_pipe_timeout_set()
119 return pipeblock(thepipe); in apr_file_pipe_timeout_set()
129 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_get()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/netware/
H A Dpipe.c34 fcntl(thepipe->filedes, F_SETFL, flags); in pipeblock()
38 fcntl(thepipe->filedes, F_SETFL, 0); in pipeblock()
44 thepipe->blocking = BLK_ON; in pipeblock()
57 fcntl(thepipe->filedes, F_SETFL, flags); in pipenonblock()
61 fcntl(thepipe->filedes, F_SETFL, FNDELAY); in pipenonblock()
67 thepipe->blocking = BLK_OFF; in pipenonblock()
73 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_set()
74 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
82 return pipeblock(thepipe); in apr_file_pipe_timeout_set()
92 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_get()
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/unix/
H A Dpipe.c36 static apr_status_t pipeblock(apr_file_t *thepipe) in pipeblock() argument
41 fd_flags = fcntl(thepipe->filedes, F_GETFL, 0); in pipeblock()
68 thepipe->blocking = BLK_ON; in pipeblock()
72 static apr_status_t pipenonblock(apr_file_t *thepipe) in pipenonblock() argument
104 thepipe->blocking = BLK_OFF; in pipenonblock()
110 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_set()
111 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
114 return pipenonblock(thepipe); in apr_file_pipe_timeout_set()
119 return pipeblock(thepipe); in apr_file_pipe_timeout_set()
129 if (thepipe->is_pipe == 1) { in apr_file_pipe_timeout_get()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/os2/
H A Dpipe.c117 if (thepipe->pipe == 1) { in apr_file_pipe_timeout_set()
118 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
120 if (thepipe->timeout >= 0) { in apr_file_pipe_timeout_set()
121 if (thepipe->blocking != BLK_OFF) { in apr_file_pipe_timeout_set()
122 thepipe->blocking = BLK_OFF; in apr_file_pipe_timeout_set()
126 else if (thepipe->timeout == -1) { in apr_file_pipe_timeout_set()
127 if (thepipe->blocking != BLK_ON) { in apr_file_pipe_timeout_set()
128 thepipe->blocking = BLK_ON; in apr_file_pipe_timeout_set()
129 return APR_FROM_OS_ERROR(DosSetNPHState(thepipe->filedes, NP_WAIT)); in apr_file_pipe_timeout_set()
140 if (thepipe->pipe == 1) { in apr_file_pipe_timeout_get()
[all …]
/dports/converters/uudeview/uudeview-0.5.20/unix/
H A Duuenview.c380 FILE *thepipe; in AttachFiles() local
405 thepipe = stdout; in AttachFiles()
486 fprintf(thepipe, input); in AttachFiles()
555 fprintf (thepipe, "\n"); in AttachFiles()
581 fprintf (thepipe, "%s", cte); in AttachFiles()
586 fprintf (thepipe, "\n"); in AttachFiles()
604 fprintf (thepipe, "\n"); in AttachFiles()
670 fprintf (thepipe, "\n"); in AttachFiles()
684 pclose (thepipe); in AttachFiles()
708 FILE *thepipe, *theifile; in SendAFile() local
[all …]
/dports/converters/uulib/uudeview-0.5.20/unix/
H A Duuenview.c380 FILE *thepipe; in AttachFiles() local
405 thepipe = stdout; in AttachFiles()
486 fprintf(thepipe, input); in AttachFiles()
555 fprintf (thepipe, "\n"); in AttachFiles()
581 fprintf (thepipe, "%s", cte); in AttachFiles()
586 fprintf (thepipe, "\n"); in AttachFiles()
604 fprintf (thepipe, "\n"); in AttachFiles()
670 fprintf (thepipe, "\n"); in AttachFiles()
684 pclose (thepipe); in AttachFiles()
708 FILE *thepipe, *theifile; in SendAFile() local
[all …]
/dports/converters/xdeview/uudeview-0.5.20/unix/
H A Duuenview.c380 FILE *thepipe; in AttachFiles() local
405 thepipe = stdout; in AttachFiles()
486 fprintf(thepipe, input); in AttachFiles()
555 fprintf (thepipe, "\n"); in AttachFiles()
581 fprintf (thepipe, "%s", cte); in AttachFiles()
586 fprintf (thepipe, "\n"); in AttachFiles()
604 fprintf (thepipe, "\n"); in AttachFiles()
670 fprintf (thepipe, "\n"); in AttachFiles()
684 pclose (thepipe); in AttachFiles()
708 FILE *thepipe, *theifile; in SendAFile() local
[all …]
/dports/devel/apr1/apr-1.7.0/file_io/os2/
H A Dpipe.c176 if (thepipe->pipe == 1) { in apr_file_pipe_timeout_set()
177 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
179 if (thepipe->timeout >= 0) { in apr_file_pipe_timeout_set()
180 if (thepipe->blocking != BLK_OFF) { in apr_file_pipe_timeout_set()
181 thepipe->blocking = BLK_OFF; in apr_file_pipe_timeout_set()
185 else if (thepipe->timeout == -1) { in apr_file_pipe_timeout_set()
186 if (thepipe->blocking != BLK_ON) { in apr_file_pipe_timeout_set()
187 thepipe->blocking = BLK_ON; in apr_file_pipe_timeout_set()
188 return APR_FROM_OS_ERROR(DosSetNPHState(thepipe->filedes, NP_WAIT)); in apr_file_pipe_timeout_set()
199 if (thepipe->pipe == 1) { in apr_file_pipe_timeout_get()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/file_io/win32/
H A Dpipe.c34 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_set(apr_file_t *thepipe, apr_interval_time_t timeou… in apr_file_pipe_timeout_set() argument
38 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
41 if (!thepipe->pipe) { in apr_file_pipe_timeout_set()
44 if (timeout && !(thepipe->pOverlapped)) { in apr_file_pipe_timeout_set()
49 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
53 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_get(apr_file_t *thepipe, apr_interval_time_t *timeo… in apr_file_pipe_timeout_get() argument
56 *timeout = thepipe->timeout; in apr_file_pipe_timeout_get()
/dports/devel/apr1/apr-1.7.0/file_io/win32/
H A Dpipe.c38 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_set(apr_file_t *thepipe, in apr_file_pipe_timeout_set() argument
43 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
46 if (!thepipe->pipe) { in apr_file_pipe_timeout_set()
49 if (timeout && !(thepipe->pOverlapped)) { in apr_file_pipe_timeout_set()
54 thepipe->timeout = timeout; in apr_file_pipe_timeout_set()
58 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_get(apr_file_t *thepipe, in apr_file_pipe_timeout_get() argument
62 *timeout = thepipe->timeout; in apr_file_pipe_timeout_get()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/
H A Dcomunicationsmanagernamedpipes.cpp74 HANDLE thepipe; in create_new_namedPipe() local
100 thepipe = doCreatePipe(nameOfPipe); in create_new_namedPipe()
102 if (!namedPipeValid(thepipe)) in create_new_namedPipe()
121 if (!namedPipeValid(thepipe)) in create_new_namedPipe()
126 return thepipe; in create_new_namedPipe()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/brock/
H A Dformlink2.c191 static void closepipe(FLNK_APIPE *thepipe) in closepipe() argument
193 if( (*thepipe)[0] != -1) close ((*thepipe)[0]); in closepipe()
194 if( (*thepipe)[1] != -1) close ((*thepipe)[1]); in closepipe()
/dports/math/reduce/Reduce-svn5758-src/vsl/
H A Dformlink2.c185 static void closepipe(FLNK_APIPE *thepipe) in closepipe() argument
186 { if ( (*thepipe)[0] != -1) close ((*thepipe)[0]); in closepipe()
187 if ( (*thepipe)[1] != -1) close ((*thepipe)[1]); in closepipe()
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/AMD64_ext/
H A Dformlink2.c191 static void closepipe(FLNK_APIPE *thepipe) in closepipe() argument
193 if( (*thepipe)[0] != -1) close ((*thepipe)[0]); in closepipe()
194 if( (*thepipe)[1] != -1) close ((*thepipe)[1]); in closepipe()
/dports/www/tomcat-native/tomcat-native-1.2.24-src/java/org/apache/tomcat/jni/
H A DFile.java672 public static native long pipeTimeoutGet(long thepipe) in pipeTimeoutGet() argument
682 public static native int pipeTimeoutSet(long thepipe, long timeout); in pipeTimeoutSet() argument
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/apr/include/
H A Dapr_file_io.h581 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_get(apr_file_t *thepipe,
590 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_set(apr_file_t *thepipe,
/dports/devel/apr1/apr-1.7.0/include/
H A Dapr_file_io.h775 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_get(apr_file_t *thepipe,
784 APR_DECLARE(apr_status_t) apr_file_pipe_timeout_set(apr_file_t *thepipe,
/dports/math/form/form-4.2.1/sources/
H A Dextcmd.c558 static VOID closepipe(L_APIPE *thepipe) in closepipe() argument
560 if( (*thepipe)[0] != -1) close ((*thepipe)[0]); in closepipe()
561 if( (*thepipe)[1] != -1) close ((*thepipe)[1]); in closepipe()
/dports/converters/uudeview/uudeview-0.5.20/tcl/
H A Duutcl.c143 FILE *thepipe, *theifile; in SendAFile() local
257 if ((thepipe = popen (command, "w")) == NULL) { in SendAFile()
274 res = UUE_PrepPartialExt (thepipe, theifile, infname, encoding, in SendAFile()
288 pclose (thepipe); in SendAFile()
/dports/converters/uulib/uudeview-0.5.20/tcl/
H A Duutcl.c143 FILE *thepipe, *theifile; in SendAFile() local
257 if ((thepipe = popen (command, "w")) == NULL) { in SendAFile()
274 res = UUE_PrepPartialExt (thepipe, theifile, infname, encoding, in SendAFile()
288 pclose (thepipe); in SendAFile()
/dports/converters/xdeview/uudeview-0.5.20/tcl/
H A Duutcl.c135 FILE *thepipe, *theifile; in SendAFile() local
249 if ((thepipe = popen (command, "w")) == NULL) { in SendAFile()
266 res = UUE_PrepPartialExt (thepipe, theifile, infname, encoding, in SendAFile()
280 pclose (thepipe); in SendAFile()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_apr.c1261 SWITCH_DECLARE(switch_status_t) switch_file_pipe_timeout_get(switch_file_t *thepipe, switch_interva… in switch_file_pipe_timeout_get() argument
1263 return apr_file_pipe_timeout_get((apr_file_t *) thepipe, (apr_interval_time_t *) timeout); in switch_file_pipe_timeout_get()
1272 SWITCH_DECLARE(switch_status_t) switch_file_pipe_timeout_set(switch_file_t *thepipe, switch_interva… in switch_file_pipe_timeout_set() argument
1274 return apr_file_pipe_timeout_set((apr_file_t *) thepipe, (apr_interval_time_t) timeout); in switch_file_pipe_timeout_set()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/include/
H A Dswitch_apr.h1447 SWITCH_DECLARE(switch_status_t) switch_file_pipe_timeout_get(switch_file_t *thepipe, switch_interva…
1455 SWITCH_DECLARE(switch_status_t) switch_file_pipe_timeout_set(switch_file_t *thepipe, switch_interva…
/dports/lang/fpc-source/fpc-3.2.2/packages/httpd22/src/apr/
H A Dapr_file_io.inc586 * @param thepipe The pipe we are getting a timeout for.
589 function apr_file_pipe_timeout_get(thepipe: Papr_file_t;
596 * @param thepipe The pipe we are setting a timeout on.
600 function apr_file_pipe_timeout_set(thepipe: Papr_file_t;

12