Lines Matching refs:API_PARSE

67 static word api_parse(byte *, word, byte *, API_PARSE *);
68 static void api_save_msg(API_PARSE *in, byte *format, API_SAVE *out);
69 static void api_load_msg(API_SAVE *in, API_PARSE *out);
92 static byte connect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
93 static byte connect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
94 static byte connect_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
95 static byte disconnect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
96 static byte disconnect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
97 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
98 static byte info_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
99 static byte info_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
100 static byte alert_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
101 static byte facility_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
102 static byte facility_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
103 static byte connect_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
104 static byte connect_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
105 static byte connect_b3_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
106 static byte disconnect_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
107 static byte disconnect_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
108 static byte data_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
109 static byte data_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
110 static byte reset_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
111 static byte reset_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
112 static byte connect_b3_t90_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
113 static byte select_b_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
114 static byte manufacturer_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
115 static byte manufacturer_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
119 static void add_s(PLCI *plci, byte code, API_PARSE *p);
120 static void add_ss(PLCI *plci, byte code, API_PARSE *p);
123 static void add_ai(PLCI *, API_PARSE *);
124 static word add_b1(PLCI *, API_PARSE *, word, word);
125 static word add_b23(PLCI *, API_PARSE *);
126 static word add_modem_b23(PLCI *plci, API_PARSE *bp_parms);
134 static byte getChannel(API_PARSE *);
178 … dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
189 …mixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
197 …te ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
247 byte (*function)(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
382 API_PARSE msg_parms[MAX_MSG_PARMS + 1]; in api_put()
578 static word api_parse(byte *msg, word length, byte *format, API_PARSE *parms) in api_parse()
617 static void api_save_msg(API_PARSE *in, byte *format, API_SAVE *out) in api_save_msg()
649 static void api_load_msg(API_SAVE *in, API_PARSE *out) in api_load_msg()
1079 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_req()
1085 API_PARSE *ai; in connect_req()
1086 API_PARSE *bp; in connect_req()
1087 API_PARSE ai_parms[5]; in connect_req()
1295 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_res()
1301 API_PARSE *ai; in connect_res()
1302 API_PARSE ai_parms[5]; in connect_res()
1449 PLCI *plci, APPL *appl, API_PARSE *msg) in connect_a_res()
1456 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_req()
1509 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_res()
1537 PLCI *plci, APPL *appl, API_PARSE *parms) in listen_req()
1587 PLCI *plci, APPL *appl, API_PARSE *msg) in info_req()
1590 API_PARSE *ai; in info_req()
1592 API_PARSE ai_parms[5]; in info_req()
1697 PLCI *plci, APPL *appl, API_PARSE *msg) in info_res()
1704 PLCI *plci, APPL *appl, API_PARSE *msg) in alert_req()
1735 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_req()
1747 API_PARSE *parms; in facility_req()
1748 API_PARSE ss_parms[11]; in facility_req()
1752 API_PARSE dummy; in facility_req()
2486 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_res()
2493 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_req()
2500 API_PARSE *ncpi; in connect_b3_req()
2503 API_PARSE fax_parms[9]; in connect_b3_req()
2728 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_res()
2731 API_PARSE *ncpi; in connect_b3_res()
2737 API_PARSE fax_parms[9]; in connect_b3_res()
2844 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_a_res()
2865 PLCI *plci, APPL *appl, API_PARSE *parms) in disconnect_b3_req()
2869 API_PARSE *ncpi; in disconnect_b3_req()
2922 PLCI *plci, APPL *appl, API_PARSE *parms) in disconnect_b3_res()
2979 PLCI *plci, APPL *appl, API_PARSE *parms) in data_b3_req()
3057 PLCI *plci, APPL *appl, API_PARSE *parms) in data_b3_res()
3091 PLCI *plci, APPL *appl, API_PARSE *parms) in reset_b3_req()
3133 PLCI *plci, APPL *appl, API_PARSE *parms) in reset_b3_res()
3158 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_t90_a_res()
3161 API_PARSE *ncpi; in connect_b3_t90_a_res()
3193 PLCI *plci, APPL *appl, API_PARSE *msg) in select_b_req()
3198 API_PARSE bp_parms[7]; in select_b_req()
3311 PLCI *plci, APPL *appl, API_PARSE *parms) in manufacturer_req()
3316 API_PARSE *m; in manufacturer_req()
3317 API_PARSE m_parms[5]; in manufacturer_req()
3326 static API_PARSE null_parms = { 0, &null_msg }; in manufacturer_req()
3640 PLCI *plci, APPL *appl, API_PARSE *msg) in manufacturer_res()
3644 API_PARSE m_parms[3]; in manufacturer_res()
3645 API_PARSE *ncpi; in manufacturer_res()
3646 API_PARSE fax_parms[9]; in manufacturer_res()
4712 API_PARSE saved_parms[MAX_MSG_PARMS + 1]; in sig_ind()
7222 static void add_s(PLCI *plci, byte code, API_PARSE *p) in add_s()
7230 static void add_ss(PLCI *plci, byte code, API_PARSE *p) in add_ss()
7246 static byte getChannel(API_PARSE *p) in getChannel()
7309 static void add_ai(PLCI *plci, API_PARSE *ai) in add_ai()
7312 API_PARSE ai_parms[5]; in add_ai()
7330 static word add_b1(PLCI *plci, API_PARSE *bp, word b_channel_info, in add_b1()
7333 API_PARSE bp_parms[8]; in add_b1()
7334 API_PARSE mdm_cfg[9]; in add_b1()
7335 API_PARSE global_config[2]; in add_b1()
7341 API_PARSE mdm_cfg_v18[4]; in add_b1()
7795 static word add_b23(PLCI *plci, API_PARSE *bp) in add_b23()
7800 API_PARSE bp_parms[8]; in add_b23()
7801 API_PARSE *b1_config; in add_b23()
7802 API_PARSE *b2_config; in add_b23()
7803 API_PARSE b2_config_parms[8]; in add_b23()
7804 API_PARSE *b3_config; in add_b23()
7805 API_PARSE b3_config_parms[6]; in add_b23()
7806 API_PARSE global_config[2]; in add_b23()
8432 static word add_modem_b23(PLCI *plci, API_PARSE *bp_parms) in add_modem_b23()
8437 API_PARSE mdm_config[2]; in add_modem_b23()
9786 …dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg) in dtmf_request()
9791 API_PARSE dtmf_parms[5]; in dtmf_request()
11906 …ixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg) in mixer_request()
11912 API_PARSE li_parms[3]; in mixer_request()
11913 API_PARSE li_req_parms[3]; in mixer_request()
11914 API_PARSE li_participant_struct[2]; in mixer_request()
11915 API_PARSE li_participant_parms[3]; in mixer_request()
12702 …e ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg) in ec_request()
12706 API_PARSE ec_parms[3]; in ec_request()
13461 API_PARSE bp[2]; in adjust_b_process()