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

  /xsrc/external/mit/libICE/dist/src/
shutdown.c 176 if (iceConn->open_ref_count > 0)
177 iceConn->open_ref_count--;
179 refCountReachedZero = iceConn->open_ref_count == 0 &&
accept.c 136 iceConn->open_ref_count = 1;
connect.c 140 iConn->open_ref_count++;
228 iceConn->open_ref_count = 1;
process.c 2420 if (iceConn->want_to_close || iceConn->open_ref_count == 0)
2427 * the iceConn->open_ref_count reached zero, but then we
  /xsrc/external/mit/libICE/dist/include/X11/ICE/
ICEconn.h 196 unsigned char open_ref_count; member in struct:_IceConn

Completed in 7 milliseconds