Home
last modified time | relevance | path

Searched refs:new_cmds (Results 1 – 25 of 50) sorted by relevance

12

/dports/www/h2o-devel/h2o-dcc7134/lib/handler/
H A Dheaders_util.c128 h2o_headers_command_t *new_cmds; in h2o_headers_append_command() local
138new_cmds = h2o_mem_alloc_shared(NULL, (cnt + 2) * sizeof(*new_cmds), dispose_h2o_headers_command); in h2o_headers_append_command()
140 memcpy(new_cmds, *cmds, cnt * sizeof(*new_cmds)); in h2o_headers_append_command()
141 new_cmds[cnt] = (h2o_headers_command_t){}; in h2o_headers_append_command()
142 new_cmds[cnt].cmd = cmd; in h2o_headers_append_command()
143 new_cmds[cnt].when = when; in h2o_headers_append_command()
144 new_cmds[cnt].args = h2o_mem_alloc(sizeof(*new_cmds->args) * num_args); in h2o_headers_append_command()
146 new_cmds[cnt].args[i] = args[i]; in h2o_headers_append_command()
147 new_cmds[cnt].num_args = num_args; in h2o_headers_append_command()
148 new_cmds[cnt + 1] = (h2o_headers_command_t){H2O_HEADERS_CMD_NULL}; in h2o_headers_append_command()
[all …]
/dports/misc/thefuck/thefuck-3.31/thefuck/rules/
H A Dno_command.py29 new_cmds = [already_used]
31 new_cmds = []
34 new_cmds += [cmd for cmd in get_close_matches(old_command,
36 if cmd not in new_cmds]
39 for new_command in new_cmds]
H A Dlein_not_task.py18 new_cmds = get_all_matched_commands(command.output, 'Did you mean this?')
19 return replace_command(command, broken_cmd, new_cmds)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/agg23/
H A Dagg_path_storage.cpp58 unsigned char** new_cmds = in allocate_block() local
62 memcpy(new_cmds, m_cmd_blocks, m_max_blocks * sizeof(unsigned char*)); in allocate_block()
66 m_cmd_blocks = new_cmds; in allocate_block()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/agg23/
H A Dagg_path_storage.cpp60 unsigned char** new_cmds = in allocate_block() local
64 memcpy(new_cmds, m_cmd_blocks, m_max_blocks * sizeof(unsigned char*)); in allocate_block()
68 m_cmd_blocks = new_cmds; in allocate_block()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/third_party/agg23/
H A Dagg_path_storage.cpp57 unsigned char** new_cmds = in allocate_block() local
63 FXSYS_memcpy(new_cmds, in allocate_block()
69 m_cmd_blocks = new_cmds; in allocate_block()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/agg23/
H A Dagg_path_storage.cpp57 unsigned char** new_cmds = in allocate_block() local
63 FXSYS_memcpy(new_cmds, in allocate_block()
69 m_cmd_blocks = new_cmds; in allocate_block()
/dports/textproc/p5-xmltv/xmltv-0.5.70/t/
H A Dtest_filters.t96 my @new_cmds;
101 push @new_cmds, $cmd if /$arg/ and not $seen{$_}++;
105 die "no commands matched regexps: @ARGV" if not @new_cmds;
106 @cmds = @new_cmds;
/dports/mail/courier/courier-0.65.3/courier/
H A Dwebmlmd.C476 std::list<std::string> new_cmds; variable
515 new_cmds.push_back(setting + "=" +
519 new_cmds.push_back(*cgi("optsubscribe") ?
543 new_cmds.push_back(setting + "=" + cgi(varname.c_str()));
589 new_cmds.push_back(o.str());
595 new_cmds.push_back(std::string("NAME=") + (p ? p:""));
602 args_array.reserve(new_cmds.size());
603 args_array.insert(args_array.end(), new_cmds.begin(),
604 new_cmds.end());
/dports/math/oleo/oleo-1.99.16/src/
H A Dio-term.h78 extern int add_usr_cmds (struct cmd_func *new_cmds);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Imap/Client/Search/
H A DQuery.php473 $new_cmds = new Horde_Imap_Client_Data_Format_List();
474 $new_cmds->add(array(
479 $cmds = $new_cmds;
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_actor.cpp921 std::vector<int32_t> new_cmds; in ChangeBattleCommands() local
923 std::back_inserter(new_cmds), [](int32_t i) { return i != 0 && i != -1; }); in ChangeBattleCommands()
925 if (new_cmds.size() >= 6) { in ChangeBattleCommands()
928 new_cmds.push_back(id); in ChangeBattleCommands()
929 std::sort(new_cmds.begin(), new_cmds.end()); in ChangeBattleCommands()
930 new_cmds.push_back(0); in ChangeBattleCommands()
931 cmds = new_cmds; in ChangeBattleCommands()
/dports/misc/thefuck/thefuck-3.31/thefuck/
H A Dutils.py169 new_cmds = get_close_matches(broken, matched, cutoff=0.1)
171 for new_cmd in new_cmds]
/dports/audio/vitunes/vitunes-2.3/
H A Dcommands.c80 char **new_cmds; in toggle_list_add_command() local
92 if ((new_cmds = realloc(t->commands, new_size)) == NULL) in toggle_list_add_command()
96 t->commands = new_cmds; in toggle_list_add_command()
/dports/editors/lazarus/lazarus/components/aggpas/src/
H A Dagg_path_storage.pas1039 new_cmds : int8u_ptr_ptr;
1046new_cmds:=int8u_ptr_ptr(ptrcomp(new_coords ) + (m_max_blocks + block_pool ) * sizeof(double_ptr ) …
1051 move(m_cmd_blocks^ ,new_cmds^ ,m_max_blocks * sizeof(int8u_ptr ) );
1058 m_cmd_blocks :=new_cmds;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage.pas1039 new_cmds : int8u_ptr_ptr;
1046new_cmds:=int8u_ptr_ptr(ptrcomp(new_coords ) + (m_max_blocks + block_pool ) * sizeof(double_ptr ) …
1051 move(m_cmd_blocks^ ,new_cmds^ ,m_max_blocks * sizeof(int8u_ptr ) );
1058 m_cmd_blocks :=new_cmds;
/dports/editors/lazarus-qt5/lazarus/components/aggpas/src/
H A Dagg_path_storage.pas1039 new_cmds : int8u_ptr_ptr;
1046new_cmds:=int8u_ptr_ptr(ptrcomp(new_coords ) + (m_max_blocks + block_pool ) * sizeof(double_ptr ) …
1051 move(m_cmd_blocks^ ,new_cmds^ ,m_max_blocks * sizeof(int8u_ptr ) );
1058 m_cmd_blocks :=new_cmds;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/aggpas/src/
H A Dagg_path_storage.pas1039 new_cmds : int8u_ptr_ptr;
1046new_cmds:=int8u_ptr_ptr(ptrcomp(new_coords ) + (m_max_blocks + block_pool ) * sizeof(double_ptr ) …
1051 move(m_cmd_blocks^ ,new_cmds^ ,m_max_blocks * sizeof(int8u_ptr ) );
1058 m_cmd_blocks :=new_cmds;
/dports/cad/stm32flash/stm32flash-0.6/
H A Dstm32.c413 int i, new_cmds; in stm32_init() local
454 new_cmds = 0; in stm32_init()
497 if (new_cmds++ == 0) in stm32_init()
505 if (new_cmds) in stm32_init()

12