Searched refs:CHttpProxy (Results 1 – 6 of 6) sorted by relevance
37 FFI_EXPORT int32_t CJ_GetGlobalHttpProxy(CHttpProxy &chttpProxy);38 FFI_EXPORT int32_t CJ_GetDefaultHttpProxy(CHttpProxy &chttpProxy);39 FFI_EXPORT int32_t CJ_SetGlobalHttpProxy(CHttpProxy cHttpProxy);
82 struct CHttpProxy { struct
32 struct CHttpProxy { struct83 CHttpProxy* usingProxy;
164 void ParseUsingHttpProxy(CHttpProxy* proxy, bool useDefault);
276 int32_t CJ_GetGlobalHttpProxy(CHttpProxy &chttpProxy) in CJ_GetGlobalHttpProxy()290 int32_t CJ_GetDefaultHttpProxy(CHttpProxy &chttpProxy) in CJ_GetDefaultHttpProxy()304 int32_t CJ_SetGlobalHttpProxy(CHttpProxy cHttpProxy) in CJ_SetGlobalHttpProxy()
396 void RequestContext::ParseUsingHttpProxy(CHttpProxy* proxy, bool useDefault) in ParseUsingHttpProxy()