Lines Matching refs:post
546 * @post: an array of commands and values that initialize an already loaded
548 * @id: the engine id of the engine to load (only required if post is not %NULL
555 const char *post[], const char *id)
603 while (post && post[0]) {
604 wpa_printf(MSG_DEBUG, "ENGINE: '%s' '%s'", post[0], post[1]);
605 if (ENGINE_ctrl_cmd_string(engine, post[0], post[1], 0) == 0) {
607 " %s %s [%s]", post[0], post[1],
613 post += 2;