HomeSort by relevance Sort by last modified time
    Searched refs:get_overflow (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/tools/quic/
quic_server.cc 102 int get_overflow = 1; local
104 fd_, SOL_SOCKET, SO_RXQ_OVFL, &get_overflow, sizeof(get_overflow));
quic_client.cc 108 int get_overflow = 1; local
109 int rc = setsockopt(fd_, SOL_SOCKET, SO_RXQ_OVFL, &get_overflow,
110 sizeof(get_overflow));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mshtmlc.h 4826 HRESULT (WINAPI *get_overflow)(IHTMLStyle *This,BSTR *p); member in struct:IHTMLStyleVtbl
6325 HRESULT (WINAPI *get_overflow)(IHTMLRuleStyle *This,BSTR *p); member in struct:IHTMLRuleStyleVtbl
7814 HRESULT (WINAPI *get_overflow)(IHTMLCurrentStyle *This,BSTR *p); member in struct:IHTMLCurrentStyleVtbl
    [all...]
mshtml.h     [all...]

Completed in 150 milliseconds