HomeSort by relevance Sort by last modified time
    Searched full:fh_socket (Results 1 - 1 of 1) sorted by null

  /system/core/adb/
sysdeps_win32.c 112 #define fh_socket u.socket macro
447 shutdown( f->fh_socket, SD_BOTH );
489 f->fh_socket = INVALID_SOCKET;
498 shutdown( f->fh_socket, SD_BOTH );
499 closesocket( f->fh_socket );
500 f->fh_socket = INVALID_SOCKET;
516 int result = recv( f->fh_socket, buf, len, 0 );
527 int result = send( f->fh_socket, buf, len, 0 );
603 f->fh_socket = s;
638 f->fh_socket = s
    [all...]

Completed in 91 milliseconds