Home
last modified time | relevance | path

Searched refs:tsx (Results 1 – 25 of 1660) sorted by relevance

12345678910>>...67

/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip/
H A Dsip_transaction.c561 tsx, tsx->hashed_key, tsx->transaction_key.slen, in mod_tsx_layer_register_tsx()
569 tsx->hashed_key, tsx); in mod_tsx_layer_register_tsx()
615 tsx, tsx->hashed_key, tsx->transaction_key.slen, in mod_tsx_layer_unregister_tsx()
1026 tsx->timeout_timer.user_data = tsx; in tsx_create()
1194 (*tsx->state_handler)(tsx, &event); in tsx_timer_callback()
1595 pj_memcpy(&tsx->addr, &tsx->res_addr.addr, tsx->res_addr.addr_len); in pjsip_tsx_create_uas2()
1835 (*tsx->state_handler)(tsx, &event); in pjsip_tsx_recv_msg()
1914 tsx_send_msg(tsx, tsx->last_tx); in send_msg_callback()
2058 tsx_send_msg(tsx, tsx->last_tx); in transport_callback()
2177 tsx->addr_len, tsx, in tsx_send_msg()
[all …]
H A Dsip_util_statefull.c72 if (tsx->status_code < 200) in mod_util_on_tsx_state()
78 tsx->mod_data[mod_stateful_util.id] = NULL; in mod_util_on_tsx_state()
92 pjsip_transaction *tsx; in pjsip_endpt_send_request() local
109 pjsip_tsx_set_transport(tsx, &tdata->tp_sel); in pjsip_endpt_send_request()
115 tsx->mod_data[mod_stateful_util.id] = tsx_data; in pjsip_endpt_send_request()
117 status = pjsip_tsx_send_msg(tsx, NULL); in pjsip_endpt_send_request()
139 pjsip_transaction *tsx; in pjsip_endpt_respond() local
172 status = pjsip_tsx_create_uas(tsx_user, rdata, &tsx); in pjsip_endpt_respond()
179 pjsip_tsx_recv_msg(tsx, rdata); in pjsip_endpt_respond()
182 status = pjsip_tsx_send_msg(tsx, tdata); in pjsip_endpt_respond()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjnath/src/pjnath/
H A Dstun_transaction.c90 tsx->retransmit_timer.user_data = tsx; in pj_stun_client_tsx_create()
93 tsx->destroy_timer.user_data = tsx; in pj_stun_client_tsx_create()
95 pj_ansi_snprintf(tsx->obj_name, sizeof(tsx->obj_name), "utsx%p", tsx); in pj_stun_client_tsx_create()
97 *p_tsx = tsx; in pj_stun_client_tsx_create()
168 tsx, pj_grp_lock_get_ref(tsx->grp_lock))); in pj_stun_client_tsx_stop()
221 tsx->retransmit_time.msec = tsx->rto_msec; in tsx_transmit_msg()
260 status = tsx->cb.on_send_msg(tsx, tsx->last_pkt, tsx->last_pkt_size); in tsx_transmit_msg()
368 tsx->cb.on_complete(tsx, PJNATH_ESTUNTIMEDOUT, NULL, NULL, 0); in retransmit_timer_callback()
384 tsx->cb.on_complete(tsx, status, NULL, NULL, 0); in retransmit_timer_callback()
421 tsx->cb.on_destroy(tsx); in destroy_timer_callback()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/test/
H A Dtsx_uas_test.c220 if (!tsx) { in send_response_timer()
312 if (!tsx) { in terminate_our_tsx()
718 tsx->status_code)); in tsx_user_on_tsx_state()
748 pj_strdup(tsx->pool, &key, &tsx->transaction_key); in save_key()
790 save_key(tsx); in on_rx_message()
831 save_key(tsx); in on_rx_message()
885 save_key(tsx); in on_rx_message()
972 save_key(tsx); in on_rx_message()
1057 save_key(tsx); in on_rx_message()
1170 save_key(tsx); in on_rx_message()
[all …]
H A Dtsx_uac_test.c335 tsx->status_code, 202)); in tsx_user_on_tsx_state()
387 tsx->status_code, 202)); in tsx_user_on_tsx_state()
431 tsx->status_code, 301)); in tsx_user_on_tsx_state()
453 if (tsx->last_tx && tsx->last_tx->msg->line.req.method.id != in tsx_user_on_tsx_state()
474 tsx->status_code, 301)); in tsx_user_on_tsx_state()
518 if (tsx->last_tx && tsx->last_tx->msg->line.req.method.id != in tsx_user_on_tsx_state()
581 if (tsx) { in terminate_tsx_callback()
694 pjsip_transaction *tsx; in msg_receiver_on_rx_request() local
699 if (tsx) { in msg_receiver_on_rx_request()
957 pjsip_transaction *tsx; in perform_tsx_test() local
[all …]
H A Dtsx_basic_test.c36 pjsip_transaction *tsx, *found; in tsx_layer_test() local
52 status = pjsip_tsx_create_uac(NULL, tdata, &tsx); in tsx_layer_test()
61 if (found != tsx) { in tsx_layer_test()
65 pjsip_tsx_terminate(tsx, PJSIP_SC_REQUEST_TERMINATED); in tsx_layer_test()
80 pjsip_transaction *tsx; in double_terminate() local
98 status = pjsip_tsx_create_uac(NULL, tdata, &tsx); in double_terminate()
111 status = pjsip_tsx_send_msg(tsx, NULL); in double_terminate()
120 tsx = pjsip_tsx_layer_find_tsx(&tsx_key, PJ_TRUE); in double_terminate()
121 if (tsx) { in double_terminate()
123 pjsip_tsx_terminate(tsx, PJSIP_SC_REQUEST_TERMINATED); in double_terminate()
[all …]
H A Dtsx_bench.c33 pjsip_transaction **tsx; in uac_tsx_bench() local
57 tsx = (pjsip_transaction**) pj_pool_zalloc(request->pool, working_set * sizeof(pj_pool_t*)); in uac_tsx_bench()
66 status = pjsip_tsx_create_uac(&mod_tsx_user, request, &tsx[i]); in uac_tsx_bench()
81 if (tsx[i]) { in uac_tsx_bench()
84 pjsip_tsx_terminate(tsx[i], 601); in uac_tsx_bench()
85 tsx[i] = NULL; in uac_tsx_bench()
105 pjsip_transaction **tsx; in uas_tsx_bench() local
170 status = pjsip_tsx_create_uas(&mod_tsx_user, &rdata, &tsx[i]); in uas_tsx_bench()
184 if (tsx[i]) { in uas_tsx_bench()
187 pjsip_tsx_terminate(tsx[i], 601); in uas_tsx_bench()
[all …]
/dports/www/zola/zola-0.15.2/sublime/syntaxes/extra/
H A DTypeScriptReact.sublime-syntax6 - tsx
7 scope: source.tsx
846 3: entity.name.function.tsx variable.language.this.tsx
853 3: variable.parameter.tsx variable.language.this.tsx
2223 3: entity.name.function.tsx variable.language.this.tsx
2230 3: variable.parameter.tsx variable.language.this.tsx
2315 1: meta.arrow.tsx meta.return.type.arrow.tsx keyword.operator.type.annotation.tsx
3005 1: meta.type.constructor.tsx keyword.control.new.tsx
3208 2: variable.parameter.tsx variable.language.this.tsx
3214 2: variable.parameter.tsx variable.language.this.tsx
[all …]
/dports/textproc/bat/bat-0.18.3/assets/syntaxes/02_Extra/
H A DTypsecriptReact.sublime-syntax6 - tsx
7 scope: source.tsx
397 2: meta.definition.variable.tsx variable.other.readwrite.tsx
402 2: meta.definition.variable.tsx variable.other.constant.tsx
1027 5: meta.definition.function.tsx entity.name.function.tsx
1040 4: meta.definition.function.tsx entity.name.function.tsx
1049 scope: meta.definition.function.tsx entity.name.function.tsx
1989 3: entity.name.function.tsx variable.language.this.tsx
1996 3: variable.parameter.tsx variable.language.this.tsx
2072 1: meta.arrow.tsx meta.return.type.arrow.tsx keyword.operator.type.annotation.tsx
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip-ua/
H A Dsip_inv.c395 if (tsx) { in inv_has_pending_answer()
3680 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_handle_update_response() local
3880 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_check_secure_dlg() local
3987 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_on_state_null() local
4071 pjsip_transaction *tsx = e->body.tsx_state.tsx; in handle_uac_tsx_response() local
4168 pjsip_transaction *tsx = e->body.tsx_state.tsx; in handle_uac_call_rejection() local
4272 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_on_state_calling() local
4442 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_on_state_incoming() local
4514 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_on_state_early() local
4715 pjsip_transaction *tsx = e->body.tsx_state.tsx; in inv_on_state_connecting() local
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjnath/include/pjnath/
H A Dstun_transaction.h79 void (*on_complete)(pj_stun_client_tsx *tsx,
98 pj_status_t (*on_send_msg)(pj_stun_client_tsx *tsx,
113 void (*on_destroy)(pj_stun_client_tsx *tsx);
160 pj_stun_client_tsx_schedule_destroy(pj_stun_client_tsx *tsx,
172 PJ_DECL(pj_status_t) pj_stun_client_tsx_destroy(pj_stun_client_tsx *tsx);
183 PJ_DECL(pj_status_t) pj_stun_client_tsx_stop(pj_stun_client_tsx *tsx);
193 PJ_DECL(pj_bool_t) pj_stun_client_tsx_is_complete(pj_stun_client_tsx *tsx);
207 PJ_DECL(pj_status_t) pj_stun_client_tsx_set_data(pj_stun_client_tsx *tsx,
219 PJ_DECL(void*) pj_stun_client_tsx_get_data(pj_stun_client_tsx *tsx);
239 PJ_DECL(pj_status_t) pj_stun_client_tsx_send_msg(pj_stun_client_tsx *tsx,
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/anomalyDetectionDashboards/target/public/
H A D.osd-optimizer-cache299 …penSearch-Dashboards/plugins/anomalyDetectionDashboards/public/utils/utils.tsx": 1637605272234.411…
399 …l9y8vsb/OpenSearch-Dashboards/plugins/anomalyDetectionDashboards/public/anomaly_detection_app.tsx",
401 …penSearch-Dashboards/plugins/anomalyDetectionDashboards/public/components/CodeModal/CodeModal.tsx",
402 …nSearch-Dashboards/plugins/anomalyDetectionDashboards/public/components/ConfigCell/ConfigCell.tsx",
454 …b/OpenSearch-Dashboards/plugins/anomalyDetectionDashboards/public/pages/Dashboard/utils/utils.tsx",
492 …earch-Dashboards/plugins/anomalyDetectionDashboards/public/pages/DetectorDetail/utils/helpers.tsx",
498 …earch-Dashboards/plugins/anomalyDetectionDashboards/public/pages/DetectorJobs/utils/constants.tsx",
535 …p/tmpml9y8vsb/OpenSearch-Dashboards/plugins/anomalyDetectionDashboards/public/pages/main/Main.tsx",
544 …penSearch-Dashboards/plugins/anomalyDetectionDashboards/public/pages/Overview/utils/constants.tsx",
545 …/OpenSearch-Dashboards/plugins/anomalyDetectionDashboards/public/pages/Overview/utils/helpers.tsx",
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dtsx.c24 u64 tsx; in tsx_disable() local
26 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
29 tsx |= TSX_CTRL_RTM_DISABLE; in tsx_disable()
37 tsx |= TSX_CTRL_CPUID_CLEAR; in tsx_disable()
39 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
44 u64 tsx; in tsx_enable() local
46 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
49 tsx &= ~TSX_CTRL_RTM_DISABLE; in tsx_enable()
56 tsx &= ~TSX_CTRL_CPUID_CLEAR; in tsx_enable()
58 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dtsx.c24 u64 tsx; in tsx_disable() local
26 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
29 tsx |= TSX_CTRL_RTM_DISABLE; in tsx_disable()
37 tsx |= TSX_CTRL_CPUID_CLEAR; in tsx_disable()
39 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
44 u64 tsx; in tsx_enable() local
46 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
49 tsx &= ~TSX_CTRL_RTM_DISABLE; in tsx_enable()
56 tsx &= ~TSX_CTRL_CPUID_CLEAR; in tsx_enable()
58 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/kernel/cpu/
H A Dtsx.c24 u64 tsx; in tsx_disable() local
26 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
29 tsx |= TSX_CTRL_RTM_DISABLE; in tsx_disable()
37 tsx |= TSX_CTRL_CPUID_CLEAR; in tsx_disable()
39 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_disable()
44 u64 tsx; in tsx_enable() local
46 rdmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
49 tsx &= ~TSX_CTRL_RTM_DISABLE; in tsx_enable()
56 tsx &= ~TSX_CTRL_CPUID_CLEAR; in tsx_enable()
58 wrmsrl(MSR_IA32_TSX_CTRL, tsx); in tsx_enable()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip-simple/
H A Devsub.c921 pjsip_transaction *tsx; in pjsip_evsub_create_uas() local
1182 pjsip_transaction *tsx; in pjsip_evsub_accept() local
1436 if (tsx) { in terminate_timer_cb()
1578 tsx->method.name.ptr, in on_new_transaction()
1660 sub->pending_sub = tsx; in on_new_transaction()
1785 if (tsx->status_code==401 || tsx->status_code==407) { in on_tsx_state_uac()
2048 (int)tsx->method.name.slen, tsx->method.name.ptr)); in on_tsx_state_uac()
2189 (tsx->status_code==401 || tsx->status_code==407)) in on_tsx_state_uas()
2207 &tsx->status_text); in on_tsx_state_uas()
2247 &tsx->status_text); in on_tsx_state_uas()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/samples/
H A Dinvtester.c46 static void on_tsx_state(pjsip_transaction *tsx, pjsip_event *event);
131 static void on_tsx_state(pjsip_transaction *tsx, pjsip_event *event) in on_tsx_state() argument
133 if (tsx->role == PJSIP_ROLE_UAC) { in on_tsx_state()
134 if (tsx->method.id == PJSIP_INVITE_METHOD && tsx->state == PJSIP_TSX_STATE_TERMINATED) { in on_tsx_state()
136 send_request(&pjsip_ack_method, tsx->cseq, &tsx->branch, ACK_HAS_SDP); in on_tsx_state()
138 send_request(&pjsip_ack_method, tsx->cseq, NULL, ACK_HAS_SDP); in on_tsx_state()
143 if (event->type == PJSIP_EVENT_RX_MSG && tsx->state == PJSIP_TSX_STATE_TRYING) { in on_tsx_state()
148 pjsip_dlg_send_response(dlg, tsx, tdata); in on_tsx_state()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua-lib/
H A Dpjsua_im.c349 pjsip_transaction *tsx = e->body.tsx_state.tsx; in im_callback() local
352 if (tsx->status_code < 200) in im_callback()
358 (tsx->status_code == 401 || tsx->status_code == 407)) in im_callback()
414 tsx->status_code, in im_callback()
431 tsx->status_code, in im_callback()
432 &tsx->status_text); in im_callback()
454 tsx->status_code, in im_callback()
455 &tsx->status_text, in im_callback()
456 tsx->last_tx, in im_callback()
475 pjsip_transaction *tsx = e->body.tsx_state.tsx; in typing_callback() local
[all …]
/dports/devel/bmake/bmake/unit-tests/
H A Dmodts.mk33 @${PRINT} ':ts :S => '${aa bb aa bb aa bb:L:tsx:S,b,B,:Q}
37 @${PRINT} ':ts :S space => '${a ababa c:L:tsx:S,b, ,g:Q}
38 @${PRINT} ':ts :S space :M => '${a ababa c:L:tsx:S,b, ,g:M*:Q}
43 @${PRINT} ':ts :S => '${a ababa c:L:tsx:S,b, ,g:Q}
44 @${PRINT} ':ts :S :@ => '${a ababa c:L:tsx:S,b, ,g:@v@${v}@:Q}
47 @${PRINT} ':ts :S :@ :M => '${a ababa c:L:tsx:S,b, ,g:@v@${v}@:M*:Q}
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/src/plugins/opensearch_dashboards_react/
H A DREADME.md57 ```tsx
68 ```tsx
80 ```tsx
100 ```tsx
111 ```tsx
120 ```tsx
131 ```tsx
140 ```tsx
159 ```tsx
173 ```tsx
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsip/
H A Dsip_transaction.h313 PJ_DECL(pj_status_t) pjsip_tsx_set_transport(pjsip_transaction *tsx,
330 PJ_DECL(void) pjsip_tsx_recv_msg( pjsip_transaction *tsx,
349 PJ_DECL(pj_status_t) pjsip_tsx_send_msg( pjsip_transaction *tsx,
367 PJ_DECL(pj_status_t) pjsip_tsx_retransmit_no_state(pjsip_transaction *tsx,
395 PJ_DECL(pj_status_t) pjsip_tsx_terminate( pjsip_transaction *tsx,
412 PJ_DECL(pj_status_t) pjsip_tsx_stop_retransmit(pjsip_transaction *tsx);
435 PJ_DECL(pj_status_t) pjsip_tsx_set_timeout(pjsip_transaction *tsx,
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/src/plugins/kibana_react/
H A DREADME.md57 ```tsx
68 ```tsx
86 ```tsx
97 ```tsx
106 ```tsx
117 ```tsx
126 ```tsx
145 ```tsx
159 ```tsx
183 ```tsx
[all …]
/dports/math/reduce/Reduce-svn5758-src/csl/fox/src/
H A DFX4Splitter.cpp241 FXint tsx,bsx,osy; in layout() local
250 tsx=bsx=splitx; in layout()
254 case ExpandTopLeft: tsx=bsx=width; osy=height; break; in layout()
255 case ExpandTopRight: tsx=bsx=-barsize; osy=height; break; in layout()
256 case ExpandBottomRight: tsx=bsx=-barsize; osy=-barsize; break; in layout()
257 case ExpandBottomLeft: tsx=bsx=width; osy=-barsize; break; in layout()
259 case ExpandTopLeft|ExpandTopRight: tsx=bsx=splitx; osy=height; break; in layout()
262 case ExpandBottomLeft|ExpandTopLeft: tsx=bsx=width; osy=splity; break; in layout()
265 case ExpandBottomRight|ExpandTopRight: tsx=bsx=-barsize; osy=splity; break; in layout()
276 if(tl) tl->position(0,0,tsx,osy); in layout()
[all …]
/dports/x11-toolkits/fox16/fox-1.6.57/src/
H A DFX4Splitter.cpp241 FXint tsx,bsx,osy; in layout() local
250 tsx=bsx=splitx; in layout()
254 case ExpandTopLeft: tsx=bsx=width; osy=height; break; in layout()
255 case ExpandTopRight: tsx=bsx=-barsize; osy=height; break; in layout()
256 case ExpandBottomRight: tsx=bsx=-barsize; osy=-barsize; break; in layout()
257 case ExpandBottomLeft: tsx=bsx=width; osy=-barsize; break; in layout()
259 case ExpandTopLeft|ExpandTopRight: tsx=bsx=splitx; osy=height; break; in layout()
262 case ExpandBottomLeft|ExpandTopLeft: tsx=bsx=width; osy=splity; break; in layout()
265 case ExpandBottomRight|ExpandTopRight: tsx=bsx=-barsize; osy=splity; break; in layout()
276 if(tl) tl->position(0,0,tsx,osy); in layout()
[all …]
/dports/security/keybase/client-v5.7.1/
H A D.gitattributes5 *.tsx linguist-language=JSX
8 shared/actions/*-gen.tsx linguist-generated=true
10 shared/constants/types/rpc*.tsx linguist-generated=true
11 shared/common-adapters/icon.constants.tsx linguist-generated=true
14 protocol/js/rpc*.tsx linguist-generated=true

12345678910>>...67