Lines Matching refs:API_PARSE
82 static word api_parse(byte *, word, byte *, API_PARSE *);
83 static void api_save_msg(API_PARSE *in, byte *format, API_SAVE *out);
84 static void api_load_msg(API_SAVE *in, API_PARSE *out);
107 static byte connect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
108 static byte connect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
109 static byte connect_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
110 static byte disconnect_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
111 static byte disconnect_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
112 static byte listen_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
113 static byte info_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
114 static byte info_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
115 static byte alert_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
116 static byte facility_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
117 static byte facility_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
118 static byte connect_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
119 static byte connect_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
120 static byte connect_b3_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
121 static byte disconnect_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
122 static byte disconnect_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
123 static byte data_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
124 static byte data_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
125 static byte reset_b3_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
126 static byte reset_b3_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
127 static byte connect_b3_t90_a_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
128 static byte select_b_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
129 static byte manufacturer_req(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
130 static byte manufacturer_res(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
134 static void add_s(PLCI *plci, byte code, API_PARSE *p);
135 static void add_ss(PLCI *plci, byte code, API_PARSE *p);
138 static void add_ai(PLCI *, API_PARSE *);
139 static word add_b1(PLCI *, API_PARSE *, word, word);
140 static word add_b23(PLCI *, API_PARSE *);
141 static word add_modem_b23(PLCI *plci, API_PARSE *bp_parms);
149 static byte getChannel(API_PARSE *);
193 … dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
204 …mixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
212 …te ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
262 byte (*function)(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
397 API_PARSE msg_parms[MAX_MSG_PARMS + 1]; in api_put()
593 static word api_parse(byte *msg, word length, byte *format, API_PARSE *parms) in api_parse()
632 static void api_save_msg(API_PARSE *in, byte *format, API_SAVE *out) in api_save_msg()
664 static void api_load_msg(API_SAVE *in, API_PARSE *out) in api_load_msg()
1196 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_req()
1202 API_PARSE *ai; in connect_req()
1203 API_PARSE *bp; in connect_req()
1204 API_PARSE ai_parms[5]; in connect_req()
1412 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_res()
1418 API_PARSE *ai; in connect_res()
1419 API_PARSE ai_parms[5]; in connect_res()
1569 PLCI *plci, APPL *appl, API_PARSE *msg) in connect_a_res()
1576 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_req()
1632 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_res()
1660 PLCI *plci, APPL *appl, API_PARSE *parms) in listen_req()
1710 PLCI *plci, APPL *appl, API_PARSE *msg) in info_req()
1713 API_PARSE *ai; in info_req()
1715 API_PARSE ai_parms[5]; in info_req()
1820 PLCI *plci, APPL *appl, API_PARSE *msg) in info_res()
1827 PLCI *plci, APPL *appl, API_PARSE *msg) in alert_req()
1858 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_req()
1870 API_PARSE *parms; in facility_req()
1871 API_PARSE ss_parms[11]; in facility_req()
1875 API_PARSE dummy; in facility_req()
2609 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_res()
2616 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_req()
2623 API_PARSE *ncpi; in connect_b3_req()
2626 API_PARSE fax_parms[9]; in connect_b3_req()
2851 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_res()
2854 API_PARSE *ncpi; in connect_b3_res()
2860 API_PARSE fax_parms[9]; in connect_b3_res()
2967 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_a_res()
2988 PLCI *plci, APPL *appl, API_PARSE *parms) in disconnect_b3_req()
2992 API_PARSE *ncpi; in disconnect_b3_req()
3045 PLCI *plci, APPL *appl, API_PARSE *parms) in disconnect_b3_res()
3102 PLCI *plci, APPL *appl, API_PARSE *parms) in data_b3_req()
3180 PLCI *plci, APPL *appl, API_PARSE *parms) in data_b3_res()
3214 PLCI *plci, APPL *appl, API_PARSE *parms) in reset_b3_req()
3256 PLCI *plci, APPL *appl, API_PARSE *parms) in reset_b3_res()
3281 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_t90_a_res()
3284 API_PARSE *ncpi; in connect_b3_t90_a_res()
3316 PLCI *plci, APPL *appl, API_PARSE *msg) in select_b_req()
3321 API_PARSE bp_parms[7]; in select_b_req()
3436 PLCI *plci, APPL *appl, API_PARSE *parms) in manufacturer_req()
3441 API_PARSE *m; in manufacturer_req()
3442 API_PARSE m_parms[5]; in manufacturer_req()
3451 static API_PARSE null_parms = { 0, &null_msg }; in manufacturer_req()
3765 PLCI *plci, APPL *appl, API_PARSE *msg) in manufacturer_res()
3769 API_PARSE m_parms[3]; in manufacturer_res()
3770 API_PARSE *ncpi; in manufacturer_res()
3771 API_PARSE fax_parms[9]; in manufacturer_res()
4836 API_PARSE saved_parms[MAX_MSG_PARMS + 1]; in sig_ind()
7360 static void add_s(PLCI *plci, byte code, API_PARSE *p) in add_s()
7368 static void add_ss(PLCI *plci, byte code, API_PARSE *p) in add_ss()
7384 static byte getChannel(API_PARSE *p) in getChannel()
7447 static void add_ai(PLCI *plci, API_PARSE *ai) in add_ai()
7450 API_PARSE ai_parms[5]; in add_ai()
7468 static word add_b1(PLCI *plci, API_PARSE *bp, word b_channel_info, in add_b1()
7471 API_PARSE bp_parms[8]; in add_b1()
7472 API_PARSE mdm_cfg[9]; in add_b1()
7473 API_PARSE global_config[2]; in add_b1()
7479 API_PARSE mdm_cfg_v18[4]; in add_b1()
7933 static word add_b23(PLCI *plci, API_PARSE *bp) in add_b23()
7938 API_PARSE bp_parms[8]; in add_b23()
7939 API_PARSE *b1_config; in add_b23()
7940 API_PARSE *b2_config; in add_b23()
7941 API_PARSE b2_config_parms[8]; in add_b23()
7942 API_PARSE *b3_config; in add_b23()
7943 API_PARSE b3_config_parms[6]; in add_b23()
7944 API_PARSE global_config[2]; in add_b23()
8570 static word add_modem_b23(PLCI *plci, API_PARSE *bp_parms) in add_modem_b23()
8575 API_PARSE mdm_config[2]; in add_modem_b23()
9919 …dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg) in dtmf_request()
9924 API_PARSE dtmf_parms[5]; in dtmf_request()
12035 …ixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg) in mixer_request()
12041 API_PARSE li_parms[3]; in mixer_request()
12042 API_PARSE li_req_parms[3]; in mixer_request()
12043 API_PARSE li_participant_struct[2]; in mixer_request()
12044 API_PARSE li_participant_parms[3]; in mixer_request()
12827 …e ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg) in ec_request()
12831 API_PARSE ec_parms[3]; in ec_request()
13586 API_PARSE bp[2]; in adjust_b_process()