ftp.c
内容 | 行数 | 比率 |
---|---|---|
コメント行数 | 169 | 32% |
空行行数 | 85 | 16% |
実行行数 | 275 | 52% |
合計行数 | 529 | 100% |
内容 | 定義数 |
---|---|
関数数 | 14 |
No. | 型 | 名称 | 属性 | 説明 |
---|---|---|---|---|
1 |
Static | ftp_free | static void | Free FTP request |
2 |
Static | ftp_done | static void | Mark FTP operation as complete |
3 |
Static | ftp_uri_path | static const char * | Retrieve FTP pathname |
4 |
Static | ftp_user | static const char * | Retrieve FTP user |
5 |
Static | ftp_password | static const char * | Retrieve FTP password |
6 |
Static | ftp_control_close | static void | Handle control channel being closed |
7 |
Static | ftp_parse_value | static void | Parse FTP byte sequence value |
8 |
Static | ftp_next_state | static void | Move to next state and send the appropriate FTP control string |
9 |
Static | ftp_reply | static void | Handle an FTP control channel response |
10 |
Static | ftp_control_deliver_raw | static int | Handle new data arriving on FTP control channel |
11 |
Static | ftp_data_closed | static void | FTP data channel |
12 |
Static | ftp_data_deliver_iob | static int | Handle data delivery via FTP data channel |
13 |
Static | ftp_xfer_closed | static void | Data transfer interface |
14 |
Static | ftp_open | static int | URI opener |
目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス一覧 | #define一覧 | マクロ一覧 | 外部変数一覧 | 構造体一覧 | 共用体一覧 | 列挙体一覧 | Const一覧 | 索引 | サイドメニュー