Searched refs:get_overflow (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/ |
H A D | quic_udp_socket.cc | 151 int get_overflow = 1; in EnableDroppedPacketCount() local 152 return 0 == setsockopt(fd, SOL_SOCKET, SO_RXQ_OVFL, &get_overflow, in EnableDroppedPacketCount() 153 sizeof(get_overflow)); in EnableDroppedPacketCount()
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | mshtmlc.h | 4636 virtual HRESULT WINAPI get_overflow(BSTR *p) = 0; 4826 HRESULT (WINAPI *get_overflow)(IHTMLStyle *This,BSTR *p); 5018 #define IHTMLStyle_get_overflow(This,p) (This)->lpVtbl->get_overflow(This,p) 6152 virtual HRESULT WINAPI get_overflow(BSTR *p) = 0; 6325 HRESULT (WINAPI *get_overflow)(IHTMLRuleStyle *This,BSTR *p); 6500 #define IHTMLRuleStyle_get_overflow(This,p) (This)->lpVtbl->get_overflow(This,p) 7712 virtual HRESULT WINAPI get_overflow(BSTR *p) = 0; 7814 HRESULT (WINAPI *get_overflow)(IHTMLCurrentStyle *This,BSTR *p); 7918 #define IHTMLCurrentStyle_get_overflow(This,p) (This)->lpVtbl->get_overflow(This,p)
|
D | mshtml.h | 9475 virtual HRESULT STDMETHODCALLTYPE get_overflow( 10796 HRESULT (STDMETHODCALLTYPE *get_overflow)( 11884 #define IHTMLCSSStyleDeclaration_get_overflow(This,p) (This)->lpVtbl->get_overflow(This,p) 12568 return This->lpVtbl->get_overflow(This,p); 21443 virtual HRESULT STDMETHODCALLTYPE get_overflow( 22183 HRESULT (STDMETHODCALLTYPE *get_overflow)( 22485 #define IHTMLStyle_get_overflow(This,p) (This)->lpVtbl->get_overflow(This,p) 22982 return This->lpVtbl->get_overflow(This,p); 28155 virtual HRESULT STDMETHODCALLTYPE get_overflow( 28844 HRESULT (STDMETHODCALLTYPE *get_overflow)( [all …]
|