|
JunkBox_Lib
1.10.2
|
JunkBox_Lib 状態ヘッダ More...
#include <stdio.h>

Go to the source code of this file.
Macros | |
| #define | jbxl_print_state(no) jbxl_fprint_state(stderr, (no)) |
| #define | JBXL_STATE_ANCHOR 999999999 |
| アンカーノード More... | |
| #define | JBXL_NORMAL 1 |
| 正常 More... | |
| #define | JBXL_NONE 0 |
| 情報無し More... | |
| #define | JBXL_ERROR -1 |
| エラー More... | |
| #define | JBXL_NODATA -2 |
| 有効なデータが無い More... | |
| #define | JBXL_NULL_ERROR -3 |
| 参照先のアドレスが NULL More... | |
| #define | JBXL_CANCEL -4 |
| 処理がキャンセルされた More... | |
| #define | JBXL_INCOMPLETE -5 |
| データが不完全 More... | |
| #define | JBXL_DATA_REMAINS -6 |
| データが残っている More... | |
| #define | JBXL_MALLOC_ERROR -10 |
| メモリ確保エラー More... | |
| #define | JBXL_ARGS_ERROR -11 |
| 不正な引数(NULLなど) More... | |
| #define | JBXL_FILE_OPEN_ERROR -20 |
| ファイルオープン エラー More... | |
| #define | JBXL_FILE_READ_ERROR -21 |
| ファイル読み込みエラー More... | |
| #define | JBXL_FILE_WRITE_ERROR -22 |
| ファイル書き込みエラー More... | |
| #define | JBXL_FILE_CLOSE_ERROR -23 |
| ファイルのクローズエラー More... | |
| #define | JBXL_FILE_EXIST_ERROR -24 |
| ファイルが存在しない(シンボリックリンクもダメ).または既に存在する. More... | |
| #define | JBXL_FILE_MAKE_ERROR -25 |
| ファイル作成エラー More... | |
| #define | JBXL_FILE_DESTOPEN_ERROR -26 |
| ディスティネーションファイルのオープン失敗 More... | |
| #define | JBXL_DIR_OPEN_ERROR -30 |
| ディレクトリオープンエラー More... | |
| #define | JBXL_DIR_MAKE_ERROR -35 |
| ディレクトリ作成エラー More... | |
| #define | JBXL_TOOLS_ERROR -100 |
| Tools ライブラリのエラー More... | |
| #define | JBXL_TOOLS_BUF_ERROR -101 |
| バッファ(データ格納)部の領域がない More... | |
| #define | JBXL_TOOLS_BUFSZ_ERROR -102 |
| バッファ(データ格納)部の大きさが足りない More... | |
| #define | JBXL_BUFFER_ERROR -200 |
| Buffer ライブラリのエラー More... | |
| #define | JBXL_BUFFER_MAKE_ERROR -201 |
| Buffer の作成に失敗 More... | |
| #define | JBXL_BUFFER_CMP_ERROR -211 |
| 比較文字数が vldsz より大きい More... | |
| #define | JBXL_NET_ERROR -300 |
| Network ライブラリのエラー More... | |
| #define | JBXL_NET_SOCKET_ERROR -301 |
| ソケットの作成に失敗 More... | |
| #define | JBXL_NET_OPTION_ERROR -302 |
| オプションの設定に失敗 More... | |
| #define | JBXL_NET_BIND_ERROR -303 |
| バインドに失敗 More... | |
| #define | JBXL_NET_INFO_ERROR -304 |
| ホスト情報の取得に失敗 More... | |
| #define | JBXL_NET_CONNECT_ERROR -305 |
| 接続に失敗 More... | |
| #define | JBXL_NET_LISTEN_ERROR -306 |
| リッスンに失敗 More... | |
| #define | JBXL_NET_RECV_ERROR -311 |
| データの受信エラー More... | |
| #define | JBXL_NET_SEND_ERROR -312 |
| データの送信エラー More... | |
| #define | JBXL_NET_BUF_ERROR -313 |
| 受信バッファにデータは存在するはずだが,原因不明の理由により獲得に失敗した More... | |
| #define | JBXL_NET_BUFSZ_ERROR -314 |
| 受信バッファの長さが足りない.はみ出したデータは捨てられた More... | |
| #define | JBXL_NET_SEND_TIMEOUT -391 |
| 送信タイムアウト More... | |
| #define | JBXL_NET_RECV_TIMEOUT -392 |
| 受信タイムアウト More... | |
| #define | JBXL_NET_TRANS_TIMEOUT -393 |
| 転送タイムアウト More... | |
| #define | JBXL_LIST_ERROR -400 |
| tList ライブラリのエラー More... | |
| #define | JBXL_TREE_ERROR -500 |
| tTree ライブラリのエラー More... | |
| #define | JBXL_XTOOLS_ERROR -600 |
| xTools ライブラリーのエラー More... | |
| #define | JBXL_XTOOLS_RUNLEN_ERROR -601 |
| Run Length データが 0x00 で終わっている More... | |
| #define | JBXL_XTOOLS_RUNLEN2_ERROR -602 |
| Run Length データに 0x00, 0x00 が存在する(連長圧縮のデータではないのでは?) More... | |
| #define | JBXL_XML_ERROR -700 |
| tXML ライブラリのエラー More... | |
| #define | JBXL_XML_PARSE_ERROR -701 |
| XML の解釈エラー More... | |
| #define | JBXL_XML_SEQUENCE_ERROR -702 |
| XMLノードのリンクエラー More... | |
| #define | JBXL_XML_MEMORY_ERROR -703 |
| XML のメモリエラー More... | |
| #define | JBXL_XML_PARSED 700 |
| XMLパース済み More... | |
| #define | JBXL_XML_MULTI_ROOT 701 |
| XMLは複数のルート(TOP)を持っている.(パース済み) More... | |
| #define | JBXL_XML_NODE_OPENED 702 |
| XMLノードは開いている More... | |
| #define | JBXL_XML_NODE_CLOSED 703 |
| XMLノードは閉じている More... | |
| #define | JBXL_XML_NODE_EMPTY 704 |
| XMLの空のノード More... | |
| #define | JBXL_XML_NOT_CLOSED 710 |
| XMLデータが閉じていない More... | |
| #define | JBXL_XML_DEFAULT_STATE 799 |
| XMLデータの初期状態 More... | |
| #define | JBXL_JSON_ERROR -800 |
| tJSON ライブラリのエラー More... | |
| #define | JBXL_JSON_PARSE_ERROR -801 |
| JSON の解釈エラー More... | |
| #define | JBXL_JSON_SEQUENCE_ERROR -802 |
| JSONノードのリンクエラー More... | |
| #define | JBXL_JSON_MEMORY_ERROR -803 |
| JSON のメモリエラー More... | |
| #define | JBXL_JSON_PARSED 800 |
| JSONパース済み More... | |
| #define | JBXL_JSON_MULTI_ROOT 801 |
| JSONは複数のルート(TOP)を持っている.(パース済み) More... | |
| #define | JBXL_JSON_NODE_OPENED 802 |
| JSONノードは開いている More... | |
| #define | JBXL_JSON_NODE_CLOSED 803 |
| JSONノードは閉じている More... | |
| #define | JBXL_JSON_NODE_EMPTY 804 |
| JSONの空のノード More... | |
| #define | JBXL_JSON_ARRAY 805 |
| JSONの配列 More... | |
| #define | JBXL_JSON_NOT_CLOSED 810 |
| JSONデータが閉じていない.原因不明.パースアルゴリズムのミス? More... | |
| #define | JBXL_JSON_PARSE_TERM 811 |
| JSON のパースが途中で終了した.入力データが不完全. More... | |
| #define | JBXL_JSON_IN_STR 820 |
| JSONデータの属性値処理で文字列を処理中. More... | |
| #define | JBXL_JSON_IN_ARRAY 821 |
| JSONデータの属性値処理で配列を処理中. More... | |
| #define | JBXL_JSON_DEFAULT_STATE 899 |
| JSONデータの初期状態 More... | |
| #define | JBXL_SSL_ERROR -1100 |
| SSL ライブラリのエラー More... | |
| #define | JBXL_SSL_RECV_ERROR -1101 |
| SSL 受信エラー More... | |
| #define | JBXL_SSL_SEND_ERROR -1102 |
| SSL 送信エラー More... | |
| #define | JBXL_SPKI_ERROR -1110 |
| SPKI エラー More... | |
| #define | JBXL_DH_ERROR -1120 |
| DH エラー More... | |
| #define | JBXL_DH_KEY_ERROR -1121 |
| DH鍵のエラー More... | |
| #define | JBXL_BDB_OPEN_ERROR -1201 |
| BDB でデータファイルのオープンに失敗 More... | |
| #define | JBXL_BDB_KEY_ERROR -1202 |
| BDB でキーの取得に失敗 More... | |
| #define | JBXL_BDB_GET_ERROR -1203 |
| BDB でデータの取得に失敗 More... | |
| #define | JBXL_BDB_PUT_ERROR -1204 |
| BDB でデータの登録に失敗 More... | |
| #define | JBXL_BDB_DATASZ_ERROR -1205 |
| BDB でデータのサイズが不明 More... | |
| #define | JBXL_BDB_MEMORY_ERROR -1206 |
| BDB でメモリの確保に失敗 More... | |
| #define | JBXL_LDAP_BASE_ERROR -1301 |
| LDAP のBASE名が不明 More... | |
| #define | JBXL_LDAP_USER_ERROR -1302 |
| ユーザ認証失敗(ユーザが存在しない) More... | |
| #define | JBXL_LDAP_PASSWD_ERROR -1303 |
| ユーザ認証失敗(ユーザは存在するが,パスワードが一致しない) More... | |
| #define | JBXL_LDAP_NO_USER_ERROR -1304 |
| ユーザ名が空白か NULL More... | |
| #define | JBXL_LDAP_NO_ENTRY_ERROR -1306 |
| エントリ情報がない More... | |
| #define | JBXL_LDAP_NO_ATTR_ERROR -1307 |
| エントリの属性がない More... | |
| #define | JBXL_LDAP_NO_VAL_ERROR -1308 |
| エントリの属性値がない More... | |
| #define | JBXL_BVH_HIERARCHY_ERROR -1401 |
| HIERARCHYデータの書き込み失敗 More... | |
| #define | JBXL_BVH_MOTION_ERROR -1402 |
| MOTIONデータの書き込み失敗 More... | |
| #define | JBXL_ISNET_CMD_ERROR -1501 |
| サーバから 'OK', 'ERR' 以外のものを受信した More... | |
| #define | JBXL_ISNET_USER_ERROR -1501 |
| ユーザ認証失敗(ユーザが存在しない) More... | |
| #define | JBXL_ISNET_PASSWD_ERROR -1502 |
| ユーザ認証失敗(ユーザは存在するが,パスワードが一致しない) More... | |
| #define | JBXL_ISNET_SERVER_ERROR -1503 |
| 認証ホストの検証エラー More... | |
| #define | JBXL_ISNET_PUBKEYALG_ERROR -1504 |
| 知らない公開鍵暗号アルゴリズム More... | |
| #define | JBXL_ISNET_CMNKEYALG_ERROR -1505 |
| 知らない共通鍵暗号アルゴリズム More... | |
| #define | JBXL_ISNET_NULLANS_ERROR -1506 |
| サーバからの返答が NULL More... | |
| #define | JBXL_ISNET_CONNECT_ERROR -1507 |
| 認証サーバとの接続エラー More... | |
| #define | JBXL_ISNET_START_ERROR -1508 |
| 認証サーバとの通信開始エラー(相手は認証サーバでない?) More... | |
| #define | JBXL_ISNET_AGREE_ERROR -1509 |
| 暗号合意エラー(サーバ認証を含む) More... | |
| #define | JBXL_ISNET_CHALLENGE_ERROR -1510 |
| チャレンジキー合意エラー More... | |
| #define | JBXL_ISNET_SPKI_ERROR -1520 |
| SPKIのエラー(ISNET内) More... | |
| #define | JBXL_ISNET_DHKEY_ERROR -1530 |
| DH鍵エラー(ISNET内) More... | |
| #define | JBXL_ASN1_ERROR -1600 |
| tASN1 ライブラリのエラー More... | |
| #define | JBXL_GRAPH_ERROR -2000 |
| GRAPH ライブラリーのエラー More... | |
| #define | JBXL_GRAPH_CANCEL -2001 |
| 処理がキャンセルされた More... | |
| #define | JBXL_GRAPH_HEADER_ERROR -2002 |
| 画像ヘッダーのエラー More... | |
| #define | JBXL_GRAPH_MEMORY_ERROR -2003 |
| メモリエラー More... | |
| #define | JBXL_GRAPH_NODATA_ERROR -2004 |
| データが無い More... | |
| #define | JBXL_GRAPH_NOFILE_ERROR -2005 |
| ファイルが存在しない More... | |
| #define | JBXL_GRAPH_OPFILE_ERROR -2006 |
| ファイルのオープンエラー More... | |
| #define | JBXL_GRAPH_RDFILE_ERROR -2007 |
| ファイルの読み込みエラー More... | |
| #define | JBXL_GRAPH_WRFILE_ERROR -2008 |
| ファイルの書き込みエラー More... | |
| #define | JBXL_GRAPH_FILESZ_ERROR -2009 |
| ファイルサイズのエラー More... | |
| #define | JBXL_GRAPH_IVDARG_ERROR -2020 |
| 無効な引数 More... | |
| #define | JBXL_GRAPH_IVDMODE_ERROR -2021 |
| 無効なモード More... | |
| #define | JBXL_GRAPH_IVDPARAM_ERROR -2022 |
| 無効なパラメータ More... | |
| #define | JBXL_GRAPH_IVDDATA_ERROR -2023 |
| 無効なデータ More... | |
| #define | JBXL_GRAPH_IVDFMT_ERROR -2024 |
| 無効なデータ形式 More... | |
| #define | JBXL_GRAPH_IVDCOLOR_ERROR -2025 |
| 無効なカラー指定 More... | |
| #define | JBXL_GRAPH_THROUGH_ERROR -2888 |
| エラー処理をスルーする More... | |
Functions | |
| void | jbxl_fprint_state (FILE *fp, int no) |
| void | jbxl_fprint_state_jp (FILE *fp, int no) |
| void | jbxl_init_state_info (void) |
| void | jbxl_add_all_states (void) |
| void | jbxl_add_state (int id, const char *smb, const char *str) |
| #define JBXL_ARGS_ERROR -11 |
Definition at line 42 of file jbxl_state.h.
| #define JBXL_ASN1_ERROR -1600 |
Definition at line 161 of file jbxl_state.h.
| #define JBXL_BDB_DATASZ_ERROR -1205 |
Definition at line 133 of file jbxl_state.h.
| #define JBXL_BDB_GET_ERROR -1203 |
Definition at line 131 of file jbxl_state.h.
| #define JBXL_BDB_KEY_ERROR -1202 |
Definition at line 130 of file jbxl_state.h.
| #define JBXL_BDB_MEMORY_ERROR -1206 |
Definition at line 134 of file jbxl_state.h.
| #define JBXL_BDB_OPEN_ERROR -1201 |
Definition at line 129 of file jbxl_state.h.
| #define JBXL_BDB_PUT_ERROR -1204 |
Definition at line 132 of file jbxl_state.h.
| #define JBXL_BUFFER_CMP_ERROR -211 |
Definition at line 61 of file jbxl_state.h.
| #define JBXL_BUFFER_ERROR -200 |
Definition at line 59 of file jbxl_state.h.
| #define JBXL_BUFFER_MAKE_ERROR -201 |
Definition at line 60 of file jbxl_state.h.
| #define JBXL_BVH_HIERARCHY_ERROR -1401 |
Definition at line 144 of file jbxl_state.h.
| #define JBXL_BVH_MOTION_ERROR -1402 |
Definition at line 145 of file jbxl_state.h.
| #define JBXL_CANCEL -4 |
Definition at line 37 of file jbxl_state.h.
| #define JBXL_DATA_REMAINS -6 |
Definition at line 39 of file jbxl_state.h.
| #define JBXL_DH_ERROR -1120 |
Definition at line 126 of file jbxl_state.h.
| #define JBXL_DH_KEY_ERROR -1121 |
Definition at line 127 of file jbxl_state.h.
| #define JBXL_DIR_MAKE_ERROR -35 |
Definition at line 53 of file jbxl_state.h.
| #define JBXL_DIR_OPEN_ERROR -30 |
Definition at line 52 of file jbxl_state.h.
| #define JBXL_ERROR -1 |
Definition at line 34 of file jbxl_state.h.
| #define JBXL_FILE_CLOSE_ERROR -23 |
Definition at line 47 of file jbxl_state.h.
| #define JBXL_FILE_DESTOPEN_ERROR -26 |
Definition at line 50 of file jbxl_state.h.
| #define JBXL_FILE_EXIST_ERROR -24 |
Definition at line 48 of file jbxl_state.h.
| #define JBXL_FILE_MAKE_ERROR -25 |
Definition at line 49 of file jbxl_state.h.
| #define JBXL_FILE_OPEN_ERROR -20 |
Definition at line 44 of file jbxl_state.h.
| #define JBXL_FILE_READ_ERROR -21 |
Definition at line 45 of file jbxl_state.h.
| #define JBXL_FILE_WRITE_ERROR -22 |
Definition at line 46 of file jbxl_state.h.
| #define JBXL_GRAPH_CANCEL -2001 |
Definition at line 168 of file jbxl_state.h.
| #define JBXL_GRAPH_ERROR -2000 |
Definition at line 167 of file jbxl_state.h.
| #define JBXL_GRAPH_FILESZ_ERROR -2009 |
Definition at line 176 of file jbxl_state.h.
| #define JBXL_GRAPH_HEADER_ERROR -2002 |
Definition at line 169 of file jbxl_state.h.
| #define JBXL_GRAPH_IVDARG_ERROR -2020 |
Definition at line 178 of file jbxl_state.h.
| #define JBXL_GRAPH_IVDCOLOR_ERROR -2025 |
Definition at line 183 of file jbxl_state.h.
| #define JBXL_GRAPH_IVDDATA_ERROR -2023 |
Definition at line 181 of file jbxl_state.h.
| #define JBXL_GRAPH_IVDFMT_ERROR -2024 |
Definition at line 182 of file jbxl_state.h.
| #define JBXL_GRAPH_IVDMODE_ERROR -2021 |
Definition at line 179 of file jbxl_state.h.
| #define JBXL_GRAPH_IVDPARAM_ERROR -2022 |
Definition at line 180 of file jbxl_state.h.
| #define JBXL_GRAPH_MEMORY_ERROR -2003 |
Definition at line 170 of file jbxl_state.h.
| #define JBXL_GRAPH_NODATA_ERROR -2004 |
Definition at line 171 of file jbxl_state.h.
| #define JBXL_GRAPH_NOFILE_ERROR -2005 |
Definition at line 172 of file jbxl_state.h.
| #define JBXL_GRAPH_OPFILE_ERROR -2006 |
Definition at line 173 of file jbxl_state.h.
| #define JBXL_GRAPH_RDFILE_ERROR -2007 |
Definition at line 174 of file jbxl_state.h.
| #define JBXL_GRAPH_THROUGH_ERROR -2888 |
Definition at line 185 of file jbxl_state.h.
| #define JBXL_GRAPH_WRFILE_ERROR -2008 |
Definition at line 175 of file jbxl_state.h.
| #define JBXL_INCOMPLETE -5 |
Definition at line 38 of file jbxl_state.h.
| #define JBXL_ISNET_AGREE_ERROR -1509 |
Definition at line 156 of file jbxl_state.h.
| #define JBXL_ISNET_CHALLENGE_ERROR -1510 |
Definition at line 157 of file jbxl_state.h.
| #define JBXL_ISNET_CMD_ERROR -1501 |
Definition at line 147 of file jbxl_state.h.
| #define JBXL_ISNET_CMNKEYALG_ERROR -1505 |
Definition at line 152 of file jbxl_state.h.
| #define JBXL_ISNET_CONNECT_ERROR -1507 |
Definition at line 154 of file jbxl_state.h.
| #define JBXL_ISNET_DHKEY_ERROR -1530 |
Definition at line 159 of file jbxl_state.h.
| #define JBXL_ISNET_NULLANS_ERROR -1506 |
Definition at line 153 of file jbxl_state.h.
| #define JBXL_ISNET_PASSWD_ERROR -1502 |
Definition at line 149 of file jbxl_state.h.
| #define JBXL_ISNET_PUBKEYALG_ERROR -1504 |
Definition at line 151 of file jbxl_state.h.
| #define JBXL_ISNET_SERVER_ERROR -1503 |
Definition at line 150 of file jbxl_state.h.
| #define JBXL_ISNET_SPKI_ERROR -1520 |
Definition at line 158 of file jbxl_state.h.
| #define JBXL_ISNET_START_ERROR -1508 |
Definition at line 155 of file jbxl_state.h.
| #define JBXL_ISNET_USER_ERROR -1501 |
Definition at line 148 of file jbxl_state.h.
| #define JBXL_JSON_ARRAY 805 |
Definition at line 110 of file jbxl_state.h.
| #define JBXL_JSON_DEFAULT_STATE 899 |
Definition at line 115 of file jbxl_state.h.
| #define JBXL_JSON_ERROR -800 |
Definition at line 100 of file jbxl_state.h.
| #define JBXL_JSON_IN_ARRAY 821 |
Definition at line 114 of file jbxl_state.h.
| #define JBXL_JSON_IN_STR 820 |
Definition at line 113 of file jbxl_state.h.
| #define JBXL_JSON_MEMORY_ERROR -803 |
Definition at line 103 of file jbxl_state.h.
| #define JBXL_JSON_MULTI_ROOT 801 |
Definition at line 106 of file jbxl_state.h.
| #define JBXL_JSON_NODE_CLOSED 803 |
Definition at line 108 of file jbxl_state.h.
| #define JBXL_JSON_NODE_EMPTY 804 |
Definition at line 109 of file jbxl_state.h.
| #define JBXL_JSON_NODE_OPENED 802 |
Definition at line 107 of file jbxl_state.h.
| #define JBXL_JSON_NOT_CLOSED 810 |
Definition at line 111 of file jbxl_state.h.
| #define JBXL_JSON_PARSE_ERROR -801 |
Definition at line 101 of file jbxl_state.h.
| #define JBXL_JSON_PARSE_TERM 811 |
Definition at line 112 of file jbxl_state.h.
| #define JBXL_JSON_PARSED 800 |
Definition at line 105 of file jbxl_state.h.
| #define JBXL_JSON_SEQUENCE_ERROR -802 |
Definition at line 102 of file jbxl_state.h.
| #define JBXL_LDAP_BASE_ERROR -1301 |
Definition at line 136 of file jbxl_state.h.
| #define JBXL_LDAP_NO_ATTR_ERROR -1307 |
Definition at line 141 of file jbxl_state.h.
| #define JBXL_LDAP_NO_ENTRY_ERROR -1306 |
Definition at line 140 of file jbxl_state.h.
| #define JBXL_LDAP_NO_USER_ERROR -1304 |
Definition at line 139 of file jbxl_state.h.
| #define JBXL_LDAP_NO_VAL_ERROR -1308 |
Definition at line 142 of file jbxl_state.h.
| #define JBXL_LDAP_PASSWD_ERROR -1303 |
Definition at line 138 of file jbxl_state.h.
| #define JBXL_LDAP_USER_ERROR -1302 |
Definition at line 137 of file jbxl_state.h.
| #define JBXL_LIST_ERROR -400 |
Definition at line 79 of file jbxl_state.h.
| #define JBXL_MALLOC_ERROR -10 |
Definition at line 41 of file jbxl_state.h.
| #define JBXL_NET_BIND_ERROR -303 |
Definition at line 66 of file jbxl_state.h.
| #define JBXL_NET_BUF_ERROR -313 |
Definition at line 72 of file jbxl_state.h.
| #define JBXL_NET_BUFSZ_ERROR -314 |
Definition at line 73 of file jbxl_state.h.
| #define JBXL_NET_CONNECT_ERROR -305 |
Definition at line 68 of file jbxl_state.h.
| #define JBXL_NET_ERROR -300 |
Definition at line 63 of file jbxl_state.h.
| #define JBXL_NET_INFO_ERROR -304 |
Definition at line 67 of file jbxl_state.h.
| #define JBXL_NET_LISTEN_ERROR -306 |
Definition at line 69 of file jbxl_state.h.
| #define JBXL_NET_OPTION_ERROR -302 |
Definition at line 65 of file jbxl_state.h.
| #define JBXL_NET_RECV_ERROR -311 |
Definition at line 70 of file jbxl_state.h.
| #define JBXL_NET_RECV_TIMEOUT -392 |
Definition at line 76 of file jbxl_state.h.
| #define JBXL_NET_SEND_ERROR -312 |
Definition at line 71 of file jbxl_state.h.
| #define JBXL_NET_SEND_TIMEOUT -391 |
Definition at line 75 of file jbxl_state.h.
| #define JBXL_NET_SOCKET_ERROR -301 |
Definition at line 64 of file jbxl_state.h.
| #define JBXL_NET_TRANS_TIMEOUT -393 |
Definition at line 77 of file jbxl_state.h.
| #define JBXL_NODATA -2 |
Definition at line 35 of file jbxl_state.h.
| #define JBXL_NONE 0 |
Definition at line 33 of file jbxl_state.h.
| #define JBXL_NORMAL 1 |
Definition at line 32 of file jbxl_state.h.
| #define JBXL_NULL_ERROR -3 |
Definition at line 36 of file jbxl_state.h.
| #define jbxl_print_state | ( | no | ) | jbxl_fprint_state(stderr, (no)) |
Definition at line 19 of file jbxl_state.h.
| #define JBXL_SPKI_ERROR -1110 |
Definition at line 125 of file jbxl_state.h.
| #define JBXL_SSL_ERROR -1100 |
Definition at line 121 of file jbxl_state.h.
| #define JBXL_SSL_RECV_ERROR -1101 |
Definition at line 122 of file jbxl_state.h.
| #define JBXL_SSL_SEND_ERROR -1102 |
Definition at line 123 of file jbxl_state.h.
| #define JBXL_STATE_ANCHOR 999999999 |
Definition at line 30 of file jbxl_state.h.
| #define JBXL_TOOLS_BUF_ERROR -101 |
Definition at line 56 of file jbxl_state.h.
| #define JBXL_TOOLS_BUFSZ_ERROR -102 |
Definition at line 57 of file jbxl_state.h.
| #define JBXL_TOOLS_ERROR -100 |
Definition at line 55 of file jbxl_state.h.
| #define JBXL_TREE_ERROR -500 |
Definition at line 81 of file jbxl_state.h.
| #define JBXL_XML_DEFAULT_STATE 799 |
Definition at line 98 of file jbxl_state.h.
| #define JBXL_XML_ERROR -700 |
Definition at line 87 of file jbxl_state.h.
| #define JBXL_XML_MEMORY_ERROR -703 |
Definition at line 90 of file jbxl_state.h.
| #define JBXL_XML_MULTI_ROOT 701 |
Definition at line 93 of file jbxl_state.h.
| #define JBXL_XML_NODE_CLOSED 703 |
Definition at line 95 of file jbxl_state.h.
| #define JBXL_XML_NODE_EMPTY 704 |
Definition at line 96 of file jbxl_state.h.
| #define JBXL_XML_NODE_OPENED 702 |
Definition at line 94 of file jbxl_state.h.
| #define JBXL_XML_NOT_CLOSED 710 |
Definition at line 97 of file jbxl_state.h.
| #define JBXL_XML_PARSE_ERROR -701 |
Definition at line 88 of file jbxl_state.h.
| #define JBXL_XML_PARSED 700 |
Definition at line 92 of file jbxl_state.h.
| #define JBXL_XML_SEQUENCE_ERROR -702 |
Definition at line 89 of file jbxl_state.h.
| #define JBXL_XTOOLS_ERROR -600 |
Definition at line 83 of file jbxl_state.h.
| #define JBXL_XTOOLS_RUNLEN2_ERROR -602 |
Definition at line 85 of file jbxl_state.h.
| #define JBXL_XTOOLS_RUNLEN_ERROR -601 |
Definition at line 84 of file jbxl_state.h.
| void jbxl_add_all_states | ( | void | ) |
| void jbxl_add_state | ( | int | id, |
| const char * | smb, | ||
| const char * | str | ||
| ) |
Definition at line 79 of file jbxl_state_func.c.
References _jbxl_state_pointer, and add_tList_node_bystr().
Referenced by jbxl_init_state_info().


| void jbxl_fprint_state | ( | FILE * | fp, |
| int | no | ||
| ) |
void jbxl_fprint_state(FILE* fp, int no)
JBXLライブラリの state の情報を表示する. デバッグ用.
| fp | 出力先のファイル識別子 |
| no | JBXLライブラリの state番号 |
Definition at line 24 of file jbxl_state_func.c.
References _jbxl_state_list, jbxl_init_state_info(), and search_id_tList().

| void jbxl_fprint_state_jp | ( | FILE * | fp, |
| int | no | ||
| ) |
void jbxl_fprint_state_jp(FILE* fp, int no)
JBXLライブラリの state の詳細情報(日本語)を表示する. デバッグ用.
| fp | 出力先のファイル識別子 |
| no | JBXLライブラリの state番号 |
Definition at line 48 of file jbxl_state_func.c.
References _jbxl_state_list, jbxl_init_state_info(), and search_id_tList().

| void jbxl_init_state_info | ( | void | ) |
Definition at line 66 of file jbxl_state_func.c.
References _jbxl_state_list, _jbxl_state_pointer, del_tList(), jbxl_add_all_states(), jbxl_add_state(), and JBXL_STATE_ANCHOR.
Referenced by jbxl_fprint_state(), and jbxl_fprint_state_jp().

