Home
last modified time | relevance | path

Searched refs:next_function (Results 1 – 25 of 112) sorted by relevance

12345

/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/db/
H A Ddb_result.c172 if (result_list->next_function) { in db_result_list_free()
206 if (result_list->next_function) { in db_result_list_copy()
212 if (from_result_list->next_function) { in db_result_list_copy()
241 if (result_list->next_function) { in db_result_list_set_next()
251 result_list->next_function = next_function; in db_result_list_set_next()
270 if (result_list->next_function) { in db_result_list_add()
294 if (result_list->next_function) { in db_result_list_begin()
315 if (result_list->next_function) { in db_result_list_next()
343 db_result_list_next_t next_function; in db_result_list_fetch_all() local
349 if (result_list->next_function) { in db_result_list_fetch_all()
[all …]
H A Ddb_result.h118 db_result_list_next_t next_function; member
164 …lt_list_set_next(db_result_list_t* result_list, db_result_list_next_t next_function, void* next_da…
/dports/graphics/xbmbrowser/xbmbrowser5.1/
H A Duser_menu.c220 static Functs *next_function = NULL; /* next function to be called */ variable
227 next_function = NULL; /* no more functions need to be called */ in menu_item_abort()
246 while( next_function != NULL ) { in menu_item_continue()
251 a = next_function->arg[i]; /* user supplied argument pointer */ in menu_item_continue()
304 (next_function->funct)(arg[0], arg[1]); in menu_item_continue()
307 if( next_function == NULL ) in menu_item_continue()
311 if( next_function->input ) { in menu_item_continue()
318 next_function = next_function->next; in menu_item_continue()
323 next_function = next_function->next; in menu_item_continue()
357 if( next_function != NULL ) {
[all …]
/dports/editors/poke/poke-1.0/libpoke/
H A Dpkl-trans.c66 int next_function, in pkl_trans_in_functions() argument
70 for (i = 0; i < next_function; i++) in pkl_trans_in_functions()
81 PKL_TRANS_PAYLOAD->next_function, \
85 (PKL_TRANS_PAYLOAD->next_function == 0 \
87 : PKL_TRANS_PAYLOAD->functions[PKL_TRANS_PAYLOAD->next_function - 1])
90 (PKL_TRANS_PAYLOAD->next_function == 0 \
97 if (PKL_TRANS_PAYLOAD->next_function > 0) \
105 if (PKL_TRANS_PAYLOAD->next_function > 0) \
116 PKL_TRANS_PAYLOAD->functions[PKL_TRANS_PAYLOAD->next_function++] \
124 assert (PKL_TRANS_PAYLOAD->next_function > 0); \
[all …]
H A Dpkl-trans.h49 int next_function; member
/dports/multimedia/libdv/libdv-24218c36bed3b0a3bd5a57d5790ac12ade44e88d/libdv/
H A Dbitstream.c66 void _dv_bitstream_set_fill_func(bitstream_t *bs,uint32_t (*next_function) (uint8_t **,void *),void… in _dv_bitstream_set_fill_func()
67 bs->bitstream_next_buffer = next_function; in _dv_bitstream_set_fill_func()
H A Dbitstream.h51 void _dv_bitstream_set_fill_func(bitstream_t *bs,uint32_t (*next_function) (uint8_t **,void *),void…
/dports/www/mybb/mybb-mybb_1829/install/
H A Dupgrade.php363 $runfunction = next_function($mybb->get_input('from', MyBB::INPUT_INT));
369 $runfunction = next_function($mybb->get_input('from', MyBB::INPUT_INT));
397 $runfunction = next_function($bits[0], $bits[1]);
730 function next_function($from, $func="dbchanges") function
749 $function = next_function($from);
/dports/games/scummvm/scummvm-2.5.1/engines/glk/jacl/
H A Dglk_saver.cpp74 current_function = current_function->next_function; in save_game()
145 current_function = current_function->next_function; in restore_game()
H A Dloader.cpp247 current_function->next_function = NULL; in read_gamefile()
718 current_function->next_function = NULL; in read_gamefile()
721 if ((current_function->next_function = in read_gamefile()
730 current_function = current_function->next_function; in read_gamefile()
737 current_function->next_function = NULL; in read_gamefile()
1212 if (function_table->next_function != NULL) { in restart_game()
1216 while (current_function->next_function != NULL) { in restart_game()
1218 current_function = current_function->next_function; in restart_game()
1221 previous_function->next_function = NULL; in restart_game()
H A Dtypes.h147 struct function_type *next_function; member
/dports/devel/bsdelf/elftoolchain-0.7.1/ld/
H A Dld_script_parser.y203 %type <exp> next_function
381 | next_function
469 next_function
/dports/devel/elftoolchain/elftoolchain-0.7.1/ld/
H A Dld_script_parser.y203 %type <exp> next_function
381 | next_function
469 next_function
/dports/lang/v8/v8-9.6.180.12/src/builtins/
H A Daccessors.cc628 Handle<JSFunction> next_function = in next() local
631 if (!AllowAccessToFunction(isolate_->context(), *next_function)) continue; in next()
632 return next_function; in next()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/builtins/
H A Daccessors.cc626 Handle<JSFunction> next_function = in next() local
629 if (!AllowAccessToFunction(isolate_->context(), *next_function)) continue; in next()
630 return next_function; in next()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/builtins/
H A Daccessors.cc631 Handle<JSFunction> next_function = in next() local
634 if (!AllowAccessToFunction(isolate_->context(), *next_function)) continue; in next()
635 return next_function; in next()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Dcgraph.h2056 inline cgraph_node *next_function (cgraph_node *node);
2706 symbol_table::next_function (cgraph_node *node) in next_function() function
2746 (node) = symtab->next_function ((node)))
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/
H A Dcgraph.h2056 inline cgraph_node *next_function (cgraph_node *node);
2706 symbol_table::next_function (cgraph_node *node) in next_function() function
2746 (node) = symtab->next_function ((node)))
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2815 symbol_table::next_function (cgraph_node *node) in next_function() function
2855 (node) = symtab->next_function ((node)))
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Dcgraph.h2187 inline cgraph_node *next_function (cgraph_node *node);
2873 symbol_table::next_function (cgraph_node *node) in next_function() function
2913 (node) = symtab->next_function ((node)))
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Dcgraph.h2138 inline cgraph_node *next_function (cgraph_node *node);
2807 symbol_table::next_function (cgraph_node *node) in next_function() function
2847 (node) = symtab->next_function ((node)))
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2815 symbol_table::next_function (cgraph_node *node) in next_function() function
2855 (node) = symtab->next_function ((node)))
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2815 symbol_table::next_function (cgraph_node *node) in next_function() function
2855 (node) = symtab->next_function ((node)))
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2815 symbol_table::next_function (cgraph_node *node) in next_function() function
2855 (node) = symtab->next_function ((node)))
/dports/lang/gcc8/gcc-8.5.0/gcc/
H A Dcgraph.h2146 inline cgraph_node *next_function (cgraph_node *node);
2815 symbol_table::next_function (cgraph_node *node) in next_function() function
2855 (node) = symtab->next_function ((node)))

12345