Searched refs:is_ipc (Results 1 – 2 of 2) sorted by relevance
569 int is_ipc = 0; in desc2str_len() local577 is_ipc = 1; in desc2str_len()628 if ( !is_ipc && ( ptr = strchr( u->lud_host, ':' ))) { in desc2str_len()646 int is_ipc = 0; in desc2str() local659 is_ipc = 1; in desc2str()676 if ( !is_ipc && u->lud_host && ( ptr = strchr( u->lud_host, ':' ))) { in desc2str()
1085 int is_ipc; in uv__read() local1094 is_ipc = stream->type == UV_NAMED_PIPE && ((uv_pipe_t*) stream)->ipc; in uv__read()1115 if (!is_ipc) { in uv__read()1170 if (is_ipc) { in uv__read()1179 if (is_ipc && msg.msg_controllen > 0) { in uv__read()