Home
last modified time | relevance | path

Searched refs:call_list (Results 1 – 25 of 446) sorted by relevance

12345678910>>...18

/dports/lang/seed7/seed7/src/
H A Dexecutl.c723 call_list[0].next = &call_list[1]; in do_ord()
724 call_list[1].next = &call_list[2]; in do_ord()
809 call_list[0].next = &call_list[1]; in do_in()
810 call_list[1].next = &call_list[2]; in do_in()
811 call_list[2].next = &call_list[3]; in do_in()
913 call_list[0].next = &call_list[1]; in param1_call()
938 call_list[0].next = &call_list[1]; in param2_call()
939 call_list[1].next = &call_list[2]; in param2_call()
965 call_list[0].next = &call_list[1]; in param3_call()
966 call_list[1].next = &call_list[2]; in param3_call()
[all …]
/dports/devel/py-pydecor/pydecor-2.0.1/tests/decorators/
H A Dtest_ready_to_wear.py144 call_list = tuple(range(5)) # 0-4
152 for val in call_list:
156 assert len(tracker.mock_calls) == len(call_list)
157 for val in call_list:
161 for val in call_list:
167 for val in call_list:
205 call_list = tuple(range(5)) # 0-4
213 for val in call_list:
218 for val in call_list:
222 for val in call_list:
[all …]
/dports/net/ntpsec/ntpsec-NTPsec_1_2_1/libaes_siv/
H A Dbench.c29 } call_list[] = { variable
162 for(i=0; call_list[i].key_len != 0; i++) { in main()
165 call_list[i].key_len, call_list[i].nonce_len, in main()
166 call_list[i].in_len, call_list[i].ad_len); in main()
170 memcpy(in, out, call_list[i].in_len + 16); in main()
172 call_list[i].key_len, call_list[i].nonce_len, in main()
173 call_list[i].in_len + 16, call_list[i].ad_len); in main()
178 call_list[i].key_len, call_list[i].nonce_len, in main()
179 call_list[i].in_len + 16, call_list[i].ad_len); in main()
/dports/devel/libafterbase/libAfterBase-0.92/
H A Dselfdiag.c368 static long * call_list[MAX_CALL_DEPTH+1] = {NULL}; in get_call_list() local
373 if( (call_list[i++]= __builtin_return_address(2)) == NULL ) goto done ; in get_call_list()
376 if( (call_list[i++] = __builtin_return_address(3)) == NULL ) goto done ; in get_call_list()
379 if( (call_list[i++] = __builtin_return_address(4)) == NULL ) goto done ; in get_call_list()
382 if( (call_list[i++] = __builtin_return_address(5)) == NULL ) goto done ; in get_call_list()
385 if( (call_list[i++] = __builtin_return_address(6)) == NULL ) goto done ; in get_call_list()
388 if( (call_list[i++] = __builtin_return_address(7)) == NULL ) goto done ; in get_call_list()
391 if( (call_list[i++] = __builtin_return_address(8)) == NULL ) goto done ; in get_call_list()
394 if( (call_list[i++] = __builtin_return_address(9)) == NULL ) goto done ; in get_call_list()
465 call_list[i++] = NULL; in get_call_list()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dselfdiag.c468 static long * call_list[MAX_CALL_DEPTH+1] = {NULL}; in get_call_list() local
474 if( (call_list[0]= __builtin_return_address(2)) == NULL ) goto done ; in get_call_list()
477 if( (call_list[1] = __builtin_return_address(3)) == NULL ) goto done ; in get_call_list()
480 if( (call_list[2] = __builtin_return_address(4)) == NULL ) goto done ; in get_call_list()
483 if( (call_list[3] = __builtin_return_address(5)) == NULL ) goto done ; in get_call_list()
486 if( (call_list[4] = __builtin_return_address(6)) == NULL ) goto done ; in get_call_list()
489 if( (call_list[5] = __builtin_return_address(7)) == NULL ) goto done ; in get_call_list()
492 if( (call_list[6] = __builtin_return_address(8)) == NULL ) goto done ; in get_call_list()
495 if( (call_list[7] = __builtin_return_address(9)) == NULL ) goto done ; in get_call_list()
566 call_list[31] = NULL; in get_call_list()
[all …]
/dports/multimedia/py-PySceneDetect/PySceneDetect-0.5.4/scenedetect/
H A Dvideo_splitter.py169 call_list = ['mkvmerge']
171 call_list.append('--quiet')
172 call_list += [
183 ret_val = invoke_command(call_list)
254 call_list = ['ffmpeg']
256 call_list += ['-v', 'quiet']
261 call_list += ['-v', 'error']
262 call_list += [
271 call_list += arg_override
272 call_list += [
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/contrib/pyln-client/tests/
H A Dtest_plugin.py10 call_list = []
17 call_list.append(test1)
25 assert call_list == [test1]
31 call_list.append(test2)
45 call_list.append(test3)
118 call_list = []
130 assert call_list == []
144 assert call_list == []
150 assert call_list == []
161 assert call_list == []
[all …]
/dports/www/moinmoin/moin-1.9.11/MoinMoin/util/
H A Drpc_aggregator.py62 call_list = []
70 if len(call_list) > max_calls:
75 call_list.append((gen, call))
77 if call_list:
80 call_list = pre_calls + call_list
84 for gen, (func, args) in call_list:
95 call_list = []
/dports/games/ldmud/ldmud-3.3.720/src/
H A Dcall_out.c66 static struct call *call_list = NULL; variable
235 if (call_list == NULL) in next_call_out_cycle()
274 if (call_list == NULL) in call_out()
316 while (call_list && call_list->delta <= 0) in call_out()
324 cop = call_list; in call_out()
325 call_list = cop->next; in call_out()
334 if (cop->delta < 0 && call_list) in call_out()
335 call_list->delta += cop->delta; in call_out()
610 for (cop = call_list; cop; cop = cop->next) in count_extra_ref_from_call_outs()
662 for (cop = call_list; cop; cop = cop->next) in clear_ref_from_call_outs()
[all …]
/dports/net/pptpclient/pptp-1.10.0/
H A Dpptp_callmgr.c59 VECTOR * call_list; member
89 vector_remove(conninfo->call_list, lci->unix_sock); in call_callback()
116 VECTOR * call_list; in callmgr_main() local
161 call_list = vector_create(); in callmgr_main()
167 conninfo->call_list = call_list; in callmgr_main()
241 retval = vector_search(call_list, i, &call); in callmgr_main()
251 vector_remove(call_list, i); in callmgr_main()
256 } while (vector_size(call_list) > 0 || first); in callmgr_main()
266 for (i = 0; i < vector_size(call_list); i++) { in callmgr_main()
267 PPTP_CALL *call = vector_get_Nth(call_list, i); in callmgr_main()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/cnxcc/
H A Dcnxcc_check.c58 clist_foreach_safe(credit_data->call_list, call, tmp_call, next) in check_calls_by_money()
124 credit_data->call_list->client_id.len, in check_calls_by_money()
125 credit_data->call_list->client_id.s, in check_calls_by_money()
173 credit_data->call_list->client_id.len, in check_calls_by_time()
174 credit_data->call_list->client_id.s); in check_calls_by_time()
176 clist_foreach_safe(credit_data->call_list, call, tmp_call, next) in check_calls_by_time()
219 credit_data->call_list->client_id.len, in check_calls_by_time()
220 credit_data->call_list->client_id.s, in check_calls_by_time()
H A Dcnxcc_rpc.c104 clist_foreach_safe(credit_data->call_list, call, tmp, next) in rpc_check_client_stats()
193 credit_data->call_list->client_id.len, in iterate_over_table()
194 credit_data->call_list->client_id.s, in iterate_over_table()
207 credit_data->call_list->client_id.len, in iterate_over_table()
208 credit_data->call_list->client_id.s, in iterate_over_table()
H A Dcnxcc_mod.c892 credit_data->call_list->client_id.len, in __free_credit_data()
893 credit_data->call_list->client_id.s); in __free_credit_data()
905 shm_free(credit_data->call_list->client_id.s); in __free_credit_data()
906 shm_free(credit_data->call_list); in __free_credit_data()
940 credit_data->call_list->client_id.s, in terminate_all_calls()
941 credit_data->call_list->client_id.len); in terminate_all_calls()
1169 if(credit_data->call_list == NULL) in __alloc_new_credit_data()
1172 clist_init(credit_data->call_list, next, prev); in __alloc_new_credit_data()
1215 if(credit_data->call_list == NULL) { in __alloc_new_call_by_money()
1282 if(credit_data->call_list == NULL) { in __alloc_new_call_by_time()
[all …]
/dports/net-mgmt/ettercap/ettercap-0.8.3.1/plug-ins/pptp_reneg/
H A Dpptp_reneg.c43 struct call_list { struct
45 SLIST_ENTRY(call_list) next; argument
48 SLIST_HEAD(, call_list) call_table;
104 struct call_list *p; in pptp_reneg_fini()
169 struct call_list *p; in found_in_list()
184 SAFE_CALLOC(p, 1, sizeof(struct call_list)); in found_in_list()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Lua/dialogs/resizables/
H A Dcalls_dispatcher.lua54 self.call_list = {}
116 self.call_list = {}
120 table.insert(self.call_list, call)
126 table.sort(self.call_list,
133 …self.summary_panel:setLabel(_S.calls_dispatcher.summary:format(#self.call_list, assigned), nil, "l…
134 self.scrollbar:setRange(1, math.max(1, #self.call_list), self.rows_shown, self.scrollbar.value)
150 local call = self.call_list[index + self.scrollbar.value - 1]
166 local call = self.call_list[i + scroll_pos - 1]
/dports/devel/py-oslo.concurrency/oslo.concurrency-4.5.0/oslo_concurrency/tests/unit/
H A Dtest_lockutils.py470 call_list = []
475 call_list.append(param)
480 call_list.append(param)
505 call_list = []
511 call_list.append(param)
513 call_list.append(param)
530 self.assertEqual(['other', 'other'], call_list)
533 call_list = []
539 call_list.append(param)
541 call_list.append(param)
[all …]
/dports/devel/p5-Alien-Build/Alien-Build-2.45/t/
H A Dalien_build_plugin_test_mock.t146call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( one tw…
172call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( config…
178call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( _alien…
180call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( libfoo…
182call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( foo.pc…
213call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( file1 …
222call_list sub { sort shift->children } => [ map { object { call basename => $_ } } sort qw( _alien…
/dports/net/samba412/samba-4.12.15/librpc/rpc/
H A Ddcesrv_reply.c42 DLIST_REMOVE(call->conn->call_list, call); in dcesrv_call_set_list()
56 DLIST_ADD_END(call->conn->call_list, call); in dcesrv_call_set_list()
127 if (call->conn->call_list && call->conn->call_list->replies) { in dcesrv_fault_with_flags()
257 if (call->conn->call_list && call->conn->call_list->replies) { in dcesrv_reply()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_alsa/
H A Dmod_alsa.c124 private_t *call_list; member
386 tech_pvt->next = globals.call_list; in add_pvt()
387 globals.call_list = tech_pvt; in add_pvt()
396 globals.call_list = tech_pvt; in add_pvt()
414 globals.call_list = tp->next; in remove_pvt()
420 if (globals.call_list) { in remove_pvt()
1186 if (globals.call_list) { in dtmf_call()
1209 if (globals.call_list) { in switch_call()
1210 if (globals.call_list->next) { in switch_call()
1213 tech_pvt = globals.call_list; in switch_call()
[all …]
/dports/games/abuse_sdl/abuse-0.8/src/
H A Dant.cpp117 void *call_list=NULL; in fire_at_player() local
118 PtrRef r1(call_list); in fire_at_player()
119 push_onto_list(LPointer::Create(b),call_list); in fire_at_player()
120 push_onto_list(LNumber::Create(angle),call_list); in fire_at_player()
121 push_onto_list(LNumber::Create(firey),call_list); in fire_at_player()
122 push_onto_list(LNumber::Create(firex),call_list); in fire_at_player()
123 push_onto_list(LNumber::Create(o->aitype()),call_list); in fire_at_player()
124 push_onto_list(LPointer::Create(o),call_list); in fire_at_player()
125 ((LSymbol *)l_fire_object)->EvalUserFunction((LList *)call_list); in fire_at_player()
/dports/devel/pecl-xdebug/xdebug-3.1.2/src/profiler/
H A Dprofiler.c405 if (xdebug_vector_element_is_valid(XG_BASE(stack), fse - 1) && !(fse - 1)->profile.call_list) {
406 (fse - 1)->profile.call_list = xdebug_llist_alloc(xdebug_profile_call_entry_dtor);
408 if (!fse->profile.call_list) {
409 fse->profile.call_list = xdebug_llist_alloc(xdebug_profile_call_entry_dtor);
423 xdebug_llist_insert_next((fse - 1)->profile.call_list, NULL, ce);
458 for (le = XDEBUG_LLIST_HEAD(fse->profile.call_list); le != NULL; le = XDEBUG_LLIST_NEXT(le))
474 for (le = XDEBUG_LLIST_HEAD(fse->profile.call_list); le != NULL; le = XDEBUG_LLIST_NEXT(le))
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A DstarBurst.cpp77 call_list = glGenLists(1); in starBurst()
78 glNewList(call_list, GL_COMPILE); in starBurst()
194 glCallList(call_list); in draw()
243 glCallList(call_list); in draw()
/dports/lang/yabasic/yabasic-2.90.1/unix/lang/
H A Dyabasic.bison243 | tEXECUTE call_list {create_execute(0);add_command(cPOP);add_command(cPOP);}
383 | tFRNFN_CALL2 '(' call_list ')' {create_function(fFRNFN_CALL2);}
488 | tFRNFN_CALL '(' call_list ')' {create_function(fFRNFN_CALL);}
542 dimlist: tSYMBOL '(' call_list ')' {create_dim(dotify($1,FALSE),'D');}
543 | dimlist ',' tSYMBOL '(' call_list ')' {create_dim(dotify($3,FALSE),'D');}
544 | tSTRSYM '(' call_list ')' {create_dim(dotify($1,FALSE),'S');}
554 call_list: {add_command(cPUSHFREE);} calls
773 | tSYMBOL '(' call_list ')'
776 | tSTRSYM '(' call_list ')'
785 | tSYMBOL '(' call_list ')'
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_portaudio/
H A Dmod_portaudio.c206 private_t *call_list; member
690 globals.call_list = tech_pvt; in add_pvt()
699 globals.call_list = tech_pvt; in add_pvt()
728 if (globals.call_list) { in remove_pvt()
1977 if (globals.call_list) { in play_dev()
2104 if (globals.call_list) { in dump_info()
2485 if (globals.call_list) { in dtmf_call()
2539 if (globals.call_list) { in close_streams()
2685 if (globals.call_list) { in looptest()
2751 if (globals.call_list) { in switch_call()
[all …]
/dports/devel/cmake-gui/cmake-3.22.1/Tests/RunCMake/file-GET_RUNTIME_DEPENDENCIES/
H A Dfile-filter.cmake5 set(call_list) variable
18 string(APPEND call_list " dep${i}();\n")
35 ${call_list}

12345678910>>...18