Home | History | Annotate | Download | only in engine

Lines Matching full:ctrl

183 /* These flags are used to tell the ctrl function what should be done.
208 * An ENGINE can choose to implement these ctrl functions, and can internally
212 * data (set using ENGINE_set_cmd_defns()). This means an ENGINE's ctrl()
216 /* Returns non-zero if the supplied ENGINE has a ctrl() handler. If "not", then
222 * engine. Returns zero if no ctrl commands are supported. */
243 * engine-specific ctrl command expects. */
269 * to ENGINE_set_cmd_defns(). It should also implement a ctrl() handler that