Home
last modified time | relevance | path

Searched refs:command_table (Results 1 – 15 of 15) sorted by relevance

/third_party/e2fsprogs/lib/ss/
Dct_c.sed2 # This script parses a command_table file into something which is a bit
8 # (for the command_table line)
9 # command_table <command_table>
29 # It removes comments, and puts each command_table request onto a single
57 /^command_table /bCMD
65 # Handle the command_table keyword
Dtest_cmd.ct1 command_table test_cmds;
Dct_c.awk1 /^command_table / {
Dstd_rqs.ct1 command_table ss_std_requests;
/third_party/boost/libs/multi_index/example/
Dcomposite_keys.cpp222 typedef std::map<std::string,command*> command_table; typedef
223 static command_table cmt;
275 command_table::iterator it=cmt.find(*tok.begin()); in main()
/third_party/e2fsprogs/lib/ext2fs/
Dtst_cmds.ct1 command_table libext2fs_cmds;
Dtst_bitmaps_cmd.ct1 command_table tst_bitmaps_cmds;
/third_party/e2fsprogs/tests/progs/
Dtest_icount_cmds.ct5 command_table test_cmds;
Dtest_rel_cmds.ct5 command_table test_cmds;
/third_party/e2fsprogs/debugfs/
Dextent_cmds.ct5 command_table extent_cmds;
Dro_debug_cmds.ct7 command_table debug_cmds;
Ddebug_cmds.ct5 command_table debug_cmds;
/third_party/pulseaudio/src/pulse/
Dcontext.c74 static const pa_pdispatch_cb_t command_table[PA_COMMAND_MAX] = { variable
620 c->pdispatch = pa_pdispatch_new(c->mainloop, c->use_rtclock, command_table, PA_COMMAND_MAX); in setup_context()
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c164 static const pa_pdispatch_cb_t command_table[PA_COMMAND_MAX] = { variable
1850 u->pdispatch = pa_pdispatch_new(u->core->mainloop, true, command_table, PA_COMMAND_MAX); in on_connection()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-native.c4869 static const pa_pdispatch_cb_t command_table[PA_COMMAND_MAX] = { variable
5226 c->pdispatch = pa_pdispatch_new(p->core->mainloop, true, command_table, PA_COMMAND_MAX); in pa_native_protocol_connect()