Lines Matching refs:APPL
66 word api_put(APPL *, CAPI_MSG *);
85 static void SendSetupInfo(APPL *, PLCI *, dword, byte **, byte);
86 static void SendSSExtInd(APPL *, PLCI *plci, dword Id, byte **parms);
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 *);
152 static word AdvCodecSupport(DIVA_CAPI_ADAPTER *, PLCI *, APPL *, byte);
178 static byte dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_P…
189 static byte mixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_…
197 static byte ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PAR…
217 void sendf(APPL *, word, dword, word, byte *, ...);
218 void *TransmitBufferSet(APPL *appl, dword ref);
219 void *TransmitBufferGet(APPL *appl, void *p);
220 void TransmitBufferFree(APPL *appl, void *p);
221 void *ReceiveBufferGet(APPL *appl, int Num);
232 extern APPL *application;
247 byte (*function)(dword, word, DIVA_CAPI_ADAPTER *, PLCI *, APPL *, API_PARSE *);
371 word api_put(APPL *appl, CAPI_MSG *msg) in api_put()
526 *((APPL **)(&((byte *)(plci->msg_in_queue))[j])) = appl; in api_put()
840 APPL *appl; in ncci_free_receive_buffers()
1079 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_req()
1295 PLCI *plci, APPL *appl, API_PARSE *parms) 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()
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()
2486 PLCI *plci, APPL *appl, API_PARSE *msg) in facility_res()
2493 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_b3_req()
2728 PLCI *plci, APPL *appl, API_PARSE *parms) 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()
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()
3193 PLCI *plci, APPL *appl, API_PARSE *msg) in select_b_req()
3311 PLCI *plci, APPL *appl, API_PARSE *parms) in manufacturer_req()
3640 PLCI *plci, APPL *appl, API_PARSE *msg) in manufacturer_res()
3718 APPL *appl; in callback()
3927 appl = *((APPL **)(&((byte *)(plci->msg_in_queue))[j + i])); in callback()
3982 APPL *appl; in control_rc()
5988 static void SendSetupInfo(APPL *appl, PLCI *plci, dword Id, byte **parms, byte Info_Sent_Flag) in SendSetupInfo()
6073 APPL *appl; in SendInfo()
6242 APPL *appl; in SendMultiIE()
6304 static void SendSSExtInd(APPL *appl, PLCI *plci, dword Id, byte **parms) in SendSSExtInd()
6357 APPL *APPLptr; in nl_ind()
8984 static word AdvCodecSupport(DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, in AdvCodecSupport()
9203 APPL *this; in CapiRelease()
9786 static byte dtmf_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API… in dtmf_request()
11906 static byte mixer_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, AP… in mixer_request()
12702 static byte ec_request(dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_P… in ec_request()
14590 APPL *APPLptr; in channel_can_xon()