#include <glib.h>#include "proxy.h"#include "qq.h"qq_proxy.h包含/依赖关系图:

此图展示直接或间接包含该文件的文件:

数据结构 | |
| struct | PHB |
宏定义 | |
| #define | QQ_CONNECT_STEPS 2 |
函数 | |
| gint | qq_proxy_read (qq_data *qd, guint8 *data, gint len) |
| gint | qq_proxy_write (qq_data *qd, guint8 *data, gint len) |
| gint | qq_connect (GaimAccount *account, const gchar *host, guint16 port, gboolean use_tcp, gboolean is_redirect) |
| void | qq_disconnect (GaimConnection *gc) |
|
|
The QQ2003C protocol plugin for gaim Copyright (C) 2004 Puzzlebird Henry Ou <henry@linux.net> This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 在文件qq_proxy.h第34行定义。 |
|
||||||||||||||||||||||||
|
在文件qq_proxy.c第330行定义。 参考 _proxy_connect_full()、_qq_common_clean()及_qq_got_login(). 参考自 _qq_login()及_qq_process_login_redirect(). 函数调用图: ![]() |
|
|
在文件qq_proxy.c第348行定义。 参考 _qq_common_clean()、_qq_data::inikey、_qq_data::my_ip、_qq_data::ptoken、_qq_data::pwkey及_qq_data::session_key. 参考自 _qq_close(). 函数调用图: ![]() |
|
||||||||||||||||
|
在文件qq_proxy.c第396行定义。 参考 _qq_data::fd、MAX_PACKET_SIZE、_qq_data::proxy_type及_qq_data::use_tcp. 参考自 qq_input_pending(). |
|
||||||||||||||||
|
在文件qq_proxy.c第369行定义。 参考 _qq_data::dest_sin、_qq_data::fd、_qq_data::proxy_type及_qq_data::use_tcp. 参考自 _qq_send_again()、_qq_send_packet()、qq_send_cmd()及qq_sendqueue_timeout_callback(). |
1.4.4