HomeSort by: relevance | last modified time | path
    Searched refs:is_ipc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/openldap/dist/libraries/libldap/
url.c 569 int is_ipc = 0; local
577 is_ipc = 1;
628 if ( !is_ipc && ( ptr = strchr( u->lud_host, ':' ))) {
646 int is_ipc = 0; local
659 is_ipc = 1;
676 if ( !is_ipc && u->lud_host && ( ptr = strchr( u->lud_host, ':' ))) {
  /src/external/mit/libuv/dist/src/unix/
stream.c 1032 int is_ipc; local
1041 is_ipc = stream->type == UV_NAMED_PIPE && ((uv_pipe_t*) stream)->ipc;
1062 if (!is_ipc) {
1117 if (is_ipc) {
1126 if (is_ipc && msg.msg_controllen > 0) {

Completed in 33 milliseconds