Lines Matching defs:post
793 * @post: an array of commands and values that initialize an already loaded
795 * @id: the engine id of the engine to load (only required if post is not %NULL
802 const char *post[], const char *id)
856 while (post && post[0]) {
857 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
858 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
860 " %s %s [%s]", post[0], post[1],
866 post += 2;