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

/macosx-10.10.1/apr-32/apr/apr/file_io/netware/
H A Dpipe.c73 if (thepipe->is_pipe == 1) {
92 if (thepipe->is_pipe == 1) {
109 (*file)->is_pipe = 1;
153 (*in)->is_pipe =
154 (*out)->is_pipe = 1;
/macosx-10.10.1/apr-32/apr/apr/file_io/unix/
H A Dpipe.c110 if (thepipe->is_pipe == 1) {
129 if (thepipe->is_pipe == 1) {
146 (*file)->is_pipe = 1;
190 (*in)->is_pipe = 1;
206 (*out)->is_pipe = 1;
H A Dopen.c223 (*new)->is_pipe = 0;
/macosx-10.10.1/apr-32/apr/apr/include/arch/netware/
H A Dapr_arch_file_io.h103 int is_pipe; member in struct:apr_file_t
/macosx-10.10.1/apr-32/apr/apr/include/arch/unix/
H A Dapr_arch_file_io.h99 int is_pipe; member in struct:apr_file_t
/macosx-10.10.1/apr-32/apr/apr/poll/unix/
H A Dselect.c93 if (aprset[i].desc.f->is_pipe && !HAS_SOCKETS(set_type)) {
259 if (descriptor->desc.f->is_pipe && !HAS_SOCKETS(pollset->p->set_type)) {
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dip_dummynet.c1533 int is_pipe = 0; local
1547 is_pipe = (cmd->opcode == O_PIPE);
1551 is_pipe = (fwa->fwa_ipfw_rule->fw_flg & IP_FW_F_COMMAND) == IP_FW_F_PIPE;
1557 is_pipe = fwa->fwa_flags == DN_IS_PIPE ? 1 : 0;
1574 if (is_pipe) {
1703 if (is_pipe) {
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dwin32.c2592 is_pipe(SOCKET sock) /* DONT call this for SOCKET! it clains it is PIPE. */ function
2798 extract_fd(&pipe_rd, else_rd.fdset, is_pipe); // should not call is_pipe for socket

Completed in 142 milliseconds